@font-face {
	font-family: Segoe;
	src: url(../fonts/segoe.ttf), url(../fonts/segoeui.eot);
}

@font-face {
	font-family: SegoeBold;
	src: url(../fonts/segoeBold.ttf), url(../fonts/segoeBold.eot);
}

.select2-container {
	font-family: Segoe;
	color: #646464;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	background: url(../img/arrow.png) no-repeat;
	display: block;
	background-position: 98% 50%;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	background: url(../img/arrow.png) no-repeat;
	display: block;
	background-position: 98% 15px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	display: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	color: #646464;
	font-family: SegoeBold;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px 6px 6px 20px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #c8c8c8;
	width: 100%;
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #646464;
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	color: #646464;
	font-family: SegoeBold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #a30b0b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child {
	max-width: 92.5%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	color: #646464;
	font-family: SegoeBold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
	max-width: 100%;
	overflow-x: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #646464;
	font-family: SegoeBold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f3f0f0;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fe8245;
	font-weight: bold;
	padding-left: 20px;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #646464;
	font-family: SegoeBold;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
	color: #646464;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: #a30b0b;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.content .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.content .wrapper .textOne {
	margin-top: 20px;
	text-align: center;
	color: #646464;
}

.content .wrapper .textTwo {
	margin-top: 40px;
	margin-bottom: 5px;
	text-align: center;
	color: #646464;
	font-family: SegoeBold;
}

.content .wrapper .textThee {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
}

.content .wrapper .textThee a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.content .wrapper .textThee a div {
	display: none;
}

.content .wrapper .table {
	border: 1px #c8c8c8 solid;
	margin-top: 20px;
	color: #646464;
	padding: 20px;
	position: relative;
}

.content .wrapper .table .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .wrapper .table .items .text {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(75% - 30px);
	padding: 10px 0;
}

.content .wrapper .table .items .text .title {
	font-family: SegoeBold;
}

.content .wrapper .table .items .load {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.content .wrapper .table .items .load .dowload {
	padding: 10px 0px 15px 0;
	position: relative;
	/* Даем возможность делать позиционирование, внутри данного элемента */
	overflow: hidden;
	/* Все что выходит за пределы - скрываем */
	width: 140px;
	/* Задаем ширину кнопки выбора файла */
	/* Задаем высоту кнопки выбора файла */
	color: #646464;
	font-family: SegoeBold;
	text-align: left;
}

.content .wrapper .table .items .load .dowload:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 15px;
}

.content .wrapper .table .items .load .dowload input[type="file"] {
	display: none;
	/* Обязательно скрываем настоящий Input File */
}

.content .wrapper .table .items .load .dowload span {
	line-height: 16px;
	/* Делаем вертикальное выравнивание текста, который написан на кнопке */
}

.content .wrapper .table .items .load .dowload label {
	/* Растягиваем label на всю возможную площадь блока .file-upload */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.content .wrapper .table .items .load .dowload label img {
	vertical-align: middle;
}

.content .wrapper .table .decor {
	position: absolute;
	top: -80px;
	right: -120px;
	background-image: url(../img/decor.png);
	width: 137px;
	height: 135px;
}

.content .wrapper .agree {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.content .wrapper .agree .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #646464;
	margin-top: 5px;
}

.content .wrapper .agree .item input {
	margin-right: 10px;
}

.content .wrapper .agree .item a {
	font-family: SegoeBold;
	color: #646464;
}

.content .wrapper .agree .item a:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.content .wrapper .agree .btn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	position: relative;
	width: 230px;
	background: #fe8245;
	height: 42px;
}

.content .wrapper .agree .btn .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.content .wrapper .agree .btn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.content .wrapper .agree .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.content .wrapper .agree .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupshiky .wrapper {
	padding-top: 40px;
	padding-bottom: 15px;
}

.zacupshiky .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.zacupshiky .content {
	padding: 20px 0;
}

.zacupshiky .content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupshiky .content .items .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.zacupshiky .content .items .leftBlock .zacupshik {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px #c8c8c8 solid;
	padding: 20px 25px;
	color: #646464;
}

.zacupshiky .content .items .leftBlock .zacupshik img {
	padding-right: 30px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100px;
}

.zacupshiky .content .items .leftBlock .zacupshik .info {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.zacupshiky .content .items .leftBlock .zacupshik .info p {
	padding: 5px 0;
}

.zacupshiky .content .items .leftBlock .zacupshik .info .boldText {
	color: #001847;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .zacupshik .info .podrobno {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupshiky .content .items .leftBlock .zacupshik .info .podrobno a {
	color: #001847;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .zacupshik .info .podrobno a:hover {
	color: #fe8245;
}

.zacupshiky .content .items .leftBlock .pag {
	padding-top: 10px;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupshiky .content .items .rightBlock .newsBlock {
	border: 1px #c8c8c8 solid;
	padding: 15px;
	color: #646464;
}

.zacupshiky .content .items .rightBlock .newsBlock .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
}

.zacupshiky .content .items .rightBlock .newsBlock .bodyNews {
	padding-top: 5px;
}

.zacupshiky .content .items .rightBlock .newsBlock .bodyNews .podrobno {
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupshiky .content .items .rightBlock .newsBlock .bodyNews .podrobno .date {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .newsBlock .bodyNews .podrobno a {
	font-family: SegoeBold;
	padding-bottom: 5px;
}

.zacupshiky .content .items .rightBlock .newsBlock .bodyNews .podrobno a:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .newsBlock .btn {
	margin-top: 10px;
	position: relative;
	display: block;
	max-width: 250px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
}

.zacupshiky .content .items .rightBlock .newsBlock .btn:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupshiky .content .items .rightBlock .newsBlock .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupshiky .content .items .rightBlock .newsBlock .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupshiky .content .items .rightBlock .bigZakup {
	margin-top: 10px;
	/*border-right: 1px #c8c8c8 solid;*/
	/*border-top: 1px #c8c8c8 solid;*/
	/*border-left: 1px #c8c8c8 solid;*/
	border: 1px #c8c8c8 solid;
	color: #646464;
}

.zacupshiky .content .items .rightBlock .bigZakup .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding: 9px 15px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup {
	padding-bottom: 25px;
	/*border-bottom: 1px #c8c8c8 solid;*/
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup p {
	padding: 5px 15px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo img {
	padding: 10px 15px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 60%;
	font-family: SegoeBold;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText .boldText {
	color: #001847;
	font-family: SegoeBold;
}

.pagination .wrapper {
	padding-bottom: 20px;
}

.pagination .wrapper .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.pagination .wrapper .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(55% - 30px);
}

.pagination .wrapper .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination .wrapper .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.pagination .wrapper .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.pagination .wrapper .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.pagination .wrapper .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.pagination .wrapper .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.pagination .wrapper .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.pagination .wrapper .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.pagination .wrapper .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.pagination .wrapper .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.pagination .wrapper .itemsBox .UpPage:hover {
	color: #fe8245;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.zacupky .wrapper {
	padding-top: 40px;
	padding-bottom: 15px;
}

.zacupky .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.zacupky .wrapper .face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	color: #646464;
	font-family: SegoeBold;
}

.zacupky .wrapper .face .yourFace {
	display: block;
	height: 40px;
	padding-left: 50px;
	padding-top: 20px;
	margin-right: 15px;
	background: url(../img/your-face.png) left no-repeat;
}

.zacupky .wrapper .face .yourFace:hover {
	color: #001847;
	background: url(../img/your-face-ap.png) left no-repeat, url(../img/face-active.png) 90% 75% no-repeat;
}

.zacupky .wrapper .face .fizFace {
	display: block;
	height: 40px;
	padding-left: 50px;
	padding-top: 20px;
	margin-left: 15px;
	background: url(../img/fiz-face.png) left no-repeat;
}

.zacupky .wrapper .face .fizFace:hover {
	color: #001847;
	background: url(../img/fiz-face-ap.png) left no-repeat, url(../img/face-active.png) 120% 75% no-repeat;
}

.zacupky .wrapper .face .fizActive {
	color: #001847;
	background: url(../img/fiz-face-ap.png) left no-repeat, url(../img/face-active.png) 120% 75% no-repeat;
}

.zacupky .wrapper .face .yourActive {
	color: #001847;
	background: url(../img/your-face-ap.png) left no-repeat, url(../img/face-active.png) 90% 75% no-repeat;
}

.zacupky .wrapper .advancedSearch {
	border: 1px solid #c8c8c8;
	padding: 30px;
}

.zacupky .wrapper .advancedSearch .keySearch {
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	color: #646464;
	font-family: SegoeBold;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(75% - 30px);
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp {
	border: 1px #c8c8c8 solid;
	padding-left: 20px;
	height: 38px;
	width: calc(100% - 141px);
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp::-moz-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:-moz-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:focus::-moz-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:focus:-moz-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp:focus:-ms-input-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchTextBtn {
	margin-left: -5px;
	width: 119px;
	height: 40px;
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	border: none;
	background: url(../img/advancedSearch.png) 100% 0% no-repeat;
	background-size: auto, 83% 100%;
}

.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchTextBtn:hover {
	background: url(../img/advancedSearchHover.png) 100% 0% no-repeat;
	color: #fff;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .organ {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan::-moz-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:-ms-input-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:-moz-placeholder {
	color: #c8c8c8;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:focus::-webkit-input-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:focus::-moz-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:focus:-moz-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan:focus:-ms-input-placeholder {
	color: transparent;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .city {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .citySel {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-bottom: 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .price {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	text-align: right;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo input::-webkit-outer-spin-button,
.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo input[type='number'] {
	-moz-appearance: textfield;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo .from {
	max-width: 100px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo span {
	padding: 0 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBy {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBySel {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-bottom: 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .date {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	text-align: right;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo .from {
	width: 100%;
	max-width: 100px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo span {
	padding: 0 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding-top: 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall label {
	cursor: pointer;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall input {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding-top: 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages label {
	cursor: pointer;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages input {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding-top: 10px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig label {
	cursor: pointer;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig input {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	color: #646464;
	font-family: SegoeBold;
	text-align: right;
	padding-top: 20px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn .clean {
	padding-right: 20px;
	cursor: pointer;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn .clean input {
	background: transparent;
	color: #646464;
	border: none;
	cursor: pointer;
	padding-left: 5px;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn .clean input:hover {
	color: #fe8245;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn .btn {
	width: 119px;
	height: 40px;
	cursor: pointer;
	border: none;
	background: url(../img/advancedSearch.png) 100% 0% no-repeat;
	background-size: auto, 83% 100%;
}

.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn .btn:hover {
	background: url(../img/advancedSearchHover.png) 100% 0% no-repeat;
	color: #fff;
}

.zacupky .wrapper .content {
	padding: 20px 0;
}

.zacupky .wrapper .content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupky .wrapper .content .items .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.zacupky .wrapper .content .items .leftBlock .sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupky .wrapper .content .items .leftBlock .sort .sortToDate {
	cursor: pointer;
	color: #001847;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .sort .sortToDate:hover {
	color: #fe8245;
}

.zacupky .wrapper .content .items .leftBlock .sort .sortToDate img {
	padding-right: 10px;
	vertical-align: middle;
}

.zacupky .wrapper .content .items .leftBlock .sort .categ {
	width: 50%;
	padding-bottom: 10px;
	color: #646464;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .sort .categ select {
	color: #646464;
	font-family: SegoeBold;
	margin-bottom: 10px;
	height: 34px;
	cursor: pointer;
}

.zacupky .wrapper .content .items .leftBlock .zacupka {
	border: 1px #c8c8c8 solid;
	margin-bottom: 10px;
	padding: 20px 20px;
	color: #646464;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo .namber {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo img {
	padding-top: 15px;
	padding-left: 10px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo .organizator {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo .info {
	padding-top: 30px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-left: 30px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .uchastie {
	position: relative;
	display: block;
	max-width: 230px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .uchastie:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .uchastie:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .uchastie:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo table {
	margin-top: 25px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo table .BoldText {
	padding-left: 10px;
	color: #001847;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo table .DateText {
	padding-left: 10px;
	color: #646464;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .podrobno {
	text-align: right;
	padding-top: 20px;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .podrobno a {
	color: #001847;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .podrobno a:hover {
	color: #fe8245;
}

.zacupky .wrapper .content .items .leftBlock .pag {
	padding-top: 10px;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage:hover {
	color: #fe8245;
}

.zacupky .wrapper .content .items .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupky .wrapper .content .items .rightBlock .newsBlock {
	border: 1px #c8c8c8 solid;
	padding: 15px;
	color: #646464;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .bodyNews {
	padding-top: 5px;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno {
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno .date {
	color: #fe8245;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno a {
	font-family: SegoeBold;
	padding-bottom: 5px;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno a:hover {
	color: #fe8245;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .btn {
	margin-top: 10px;
	position: relative;
	display: block;
	max-width: 250px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .btn:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupky .wrapper .content .items .rightBlock .newsBlock .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup {
	margin-top: 10px;
	/*border-right: 1px #c8c8c8 solid;*/
	/*border-top: 1px #c8c8c8 solid;*/
	/*border-left: 1px #c8c8c8 solid;*/
	border: 1px #c8c8c8 solid;
	color: #646464;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding: 9px 15px;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup {
	padding-bottom: 25px;
	/*border-bottom: 1px #c8c8c8 solid;*/
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup p {
	padding: 5px 15px;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo img {
	padding: 10px 15px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100px;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 60%;
	font-family: SegoeBold;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a:hover {
	color: #fe8245;
}

.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText .boldText {
	color: #001847;
	font-family: SegoeBold;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.zapros {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #c8c8c8;
}

.zapros .zaprosTabl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	color: #646464;
}

.zapros .zaprosTabl .region {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .regionSel {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-bottom: 10px;
}

.zapros .zaprosTabl .organizator {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .organizatorInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.zapros .zaprosTabl .organizatorInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .organizatorInp::-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .organizatorInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .organizatorInp:-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .organizatorInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .organizatorInp:focus::-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .organizatorInp:focus:-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .organizatorInp:focus:-ms-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .categ {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .categSel {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-bottom: 10px;
}

.zapros .zaprosTabl .opisanie {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .opisanieInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-top: 10px;
	color: #646464;
	height: 50px;
}

.zapros .zaprosTabl .opisanieInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .opisanieInp::-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .opisanieInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .opisanieInp:-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .opisanieInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .opisanieInp:focus::-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .opisanieInp:focus:-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .opisanieInp:focus:-ms-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .price {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .inpForm {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.zapros .zaprosTabl .inpForm input::-webkit-outer-spin-button,
.zapros .zaprosTabl .inpForm input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.zapros .zaprosTabl .inpForm input[type='number'] {
	-moz-appearance: textfield;
}

.zapros .zaprosTabl .inpForm .priceInp {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.zapros .zaprosTabl .inpForm .priceInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .inpForm .priceInp::-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .inpForm .priceInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .inpForm .priceInp:-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .inpForm .priceInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .inpForm .priceInp:focus::-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .inpForm .priceInp:focus:-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .inpForm .priceInp:focus:-ms-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .docum {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .docs {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.zapros .zaprosTabl .docs .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zapros .zaprosTabl .docs .attach__item {
	padding: 0 0 5px 0px;
	margin: 0 0 5px 0;
}

.zapros .zaprosTabl .docs .attach__up {
	cursor: pointer;
}

.zapros .zaprosTabl .docs .attach__delete {
	display: none;
	margin-right: 10px;
	cursor: pointer;
}

.zapros .zaprosTabl .docs .attach__delete img {
	padding-left: 5px;
}

.zapros .zaprosTabl .docs .attach__item--attached .attach__up {
	display: none;
}

.zapros .zaprosTabl .docs .attach__item--attached .attach__edit,
.zapros .zaprosTabl .docs .attach__item--attached .attach__delete {
	display: inline-block;
}

.zapros .zaprosTabl .docs .attach__input {
	display: none;
}

.zapros .zaprosTabl .date {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .dateFromTo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.zapros .zaprosTabl .dateFromTo .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zapros .zaprosTabl .dateFromTo .items .dateFromTo1:first-child {
	margin-right: 30px;
}

.zapros .zaprosTabl .dateFromTo .items .dateFromTo1 .from {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.zapros .zaprosTabl .dateFromTo .items .dateFromTo1 img {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 15px;
}

.zapros .zaprosTabl .phone {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .phoneInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.zapros .zaprosTabl .phoneInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .phoneInp::-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .phoneInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .phoneInp:-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .phoneInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .phoneInp:focus::-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .phoneInp:focus:-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .phoneInp:focus:-ms-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .minMax {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding: 15px 0;
}

.zapros .zaprosTabl .checkMinMax {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding: 15px 0;
}

.zapros .zaprosTabl .checkMinMax #check1 {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.zapros .zaprosTabl .checkMinMax #check2 {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.zapros .zaprosTabl .checkMinMax label {
	cursor: pointer;
	padding-right: 15px;
}

.zapros .zaprosTabl .dateEnding {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zapros .zaprosTabl .dateEndingInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zapros .zaprosTabl .dateEndingInp input {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
	margin-bottom: 0;
}

.zapros .zaprosTabl .dateEndingInp input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .dateEndingInp input::-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .dateEndingInp input:-ms-input-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .dateEndingInp input:-moz-placeholder {
	color: #c8c8c8;
}

.zapros .zaprosTabl .dateEndingInp input:focus::-webkit-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .dateEndingInp input:focus::-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .dateEndingInp input:focus:-moz-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .dateEndingInp input:focus:-ms-input-placeholder {
	color: transparent;
}

.zapros .zaprosTabl .dateEndingInp img {
	margin-left: 10px;
	cursor: pointer;
	width: 34px;
	height: 36px;
}

.zapros .zaprosTabl .btnBox {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	margin: 20px auto;
	position: relative;
	width: 200px;
	border: 1px solid #e8e8e8;
	height: 40px;
}

.zapros .zaprosTabl .btnBox .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.zapros .zaprosTabl .btnBox .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.zapros .zaprosTabl .btnBox:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zapros .zaprosTabl .btnBox:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zapros .zaprosTabl .btnBox:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupshiky .wrapper {
	padding-top: 40px;
	padding-bottom: 15px;
}

.zacupshiky .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.zacupshiky .wrapper .party {
	color: #646464;
	font-family: SegoeBold;
	padding-top: 20px;
	text-align: center;
}

.zacupshiky .wrapper .party img {
	vertical-align: middle;
	padding-right: 15px;
}

.zacupshiky .wrapper .party a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.zacupshiky .content {
	padding: 20px 0;
}

.zacupshiky .content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupshiky .content .items .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.zacupshiky .content .items .leftBlock .zakupka {
	border: 1px #c8c8c8 solid;
}

.zacupshiky .content .items .leftBlock .zakupka .items {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupshiky .content .items .leftBlock .zakupka .items p {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupshiky .content .items .leftBlock .zakupka .items p span {
	color: #001847;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .zakupka .items .inform {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #001847;
	font-family: SegoeBold;
	padding-bottom: 15px;
}

.zacupshiky .content .items .leftBlock .zakupka .items .inform .doc {
	padding-right: 30px;
}

.zacupshiky .content .items .leftBlock .zakupka .items .inform .doc img {
	padding-right: 10px;
	vertical-align: middle;
}

.zacupshiky .content .items .leftBlock .zakupka .items .inform .doc a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.zacupshiky .content .items .leftBlock .zakupka .items .grey {
	font-family: Segoe;
	color: #646464;
}

.zacupshiky .content .items .leftBlock .zakupka .items .oran {
	color: #fe8245;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .btnBox {
	padding: 20px 30px;
}

.zacupshiky .content .items .leftBlock .btnBox .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zacupshiky .content .items .leftBlock .btnBox .items .uchstie {
	position: relative;
	display: block;
	max-width: 200px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
	padding: 0 40px;
}

.zacupshiky .content .items .leftBlock .btnBox .items .uchstie:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupshiky .content .items .leftBlock .btnBox .items .uchstie:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupshiky .content .items .leftBlock .btnBox .items .uchstie:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupshiky .content .items .leftBlock .btnBox .items .zakladky img {
	padding-right: 10px;
}

.zacupshiky .content .items .leftBlock .btnBox .items .zakladky a {
	color: #001847;
	font-family: SegoeBold;
}

.zacupshiky .content .items .leftBlock .btnBox .items .zakladky a:hover {
	color: #fe8245;
}

.zacupshiky .content .items .leftBlock .areaMin {
	padding-bottom: 20px;
}

.zacupshiky .content .items .leftBlock .areaMin .titleH3 {
	color: #646464;
	font-family: SegoeBold;
	font-size: 24px;
}

.zacupshiky .content .items .leftBlock .areaMin .text {
	color: #646464;
	padding-top: 10px;
	text-align: justify;
}

.zacupshiky .content .items .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupshiky .content .items .rightBlock .zakazchikBlock {
	border: 1px #c8c8c8 solid;
	padding: 15px;
	color: #646464;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo {
	padding-top: 20px;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo a {
	display: block;
	padding: 15px 0;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo a img {
	width: 130px;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText {
	width: 100%;
	padding-left: 30px;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText .boldText {
	display: block;
	color: #001847;
	font-family: SegoeBold;
	padding: 10px 0;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText .boldText:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText .noname {
	padding-top: 10px;
	text-align: right;
	color: #646464;
	font-family: SegoeBold;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText .noname .podrobnee:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .message {
	position: relative;
	display: block;
	max-width: 230px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
	margin: 0 auto;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .message:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .message:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .message:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupshiky .content .items .rightBlock .bigZakup {
	margin-top: 10px;
	/*border-right: 1px #c8c8c8 solid;*/
	/*border-top: 1px #c8c8c8 solid;*/
	/*border-left: 1px #c8c8c8 solid;*/
	border: 1px #c8c8c8 solid;
	color: #646464;
}

.zacupshiky .content .items .rightBlock .bigZakup .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding: 9px 15px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup {
	padding-bottom: 25px;
	/*border-bottom: 1px #c8c8c8 solid;*/
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup p {
	padding: 5px 15px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo img {
	padding: 10px 15px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100px;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 50%;
	margin-right: 15px;
	font-family: SegoeBold;
	text-align: center;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a:hover {
	color: #fe8245;
}

.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText .boldText {
	color: #001847;
	font-family: SegoeBold;
}

.pagination .wrapper {
	padding-bottom: 20px;
}

.pagination .wrapper .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.pagination .wrapper .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(55% - 30px);
}

.pagination .wrapper .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination .wrapper .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.pagination .wrapper .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.pagination .wrapper .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.pagination .wrapper .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.pagination .wrapper .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.pagination .wrapper .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.pagination .wrapper .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.pagination .wrapper .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.pagination .wrapper .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.pagination .wrapper .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.pagination .wrapper .itemsBox .UpPage:hover {
	color: #fe8245;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.contakty .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-top: 20px;
}

.contakty .wrapper .data {
	margin-top: 20px;
	border: 1px solid #c8c8c8;
}

.contakty .wrapper .data .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contakty .wrapper .data .items .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.contakty .wrapper .data .items .item .imgData {
	display: block;
}

.contakty .wrapper .data .items .item .bondData table {
	margin: 0 auto;
}

.contakty .wrapper .data .items .item .bondData table tr {
	vertical-align: top;
}

.contakty .wrapper .data .items .item .bondData table tr .col1 {
	width: 240px;
	color: #646464;
	font-family: SegoeBold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contakty .wrapper .data .items .item .bondData table tr .col1 img {
	vertical-align: middle;
	padding-right: 10px;
}

.contakty .wrapper .data .items .item .bondData table tr .col2 {
	width: 170px;
	color: #646464;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contakty .wrapper .data .items .item .bondData table tr .col2 a:hover {
	color: #fe8245;
}

.contakty .wrapper .feedback {
	border: 1px solid #c8c8c8;
	margin-top: 20px;
	background: url(../img/maps.jpg);
	height: 350px;
	position: relative;
}

.contakty .wrapper .feedback .feedbackBlock {
	position: absolute;
	top: 0;
	right: 0;
	width: 51%;
	background: rgba(255, 255, 255, 0.7);
	height: 100%;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody {
	margin: 0 auto;
	text-align: center;
	width: 320px;
	margin-top: 50px;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .titleH2 {
	text-align: left;
	color: #001847;
	font-family: SegoeBold;
	font-size: 18px;
	padding-bottom: 10px;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p input::-webkit-outer-spin-button,
.contakty .wrapper .feedback .feedbackBlock .feedbackBody p input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p input[type='number'] {
	-moz-appearance: textfield;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text {
	width: 300px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	color: #646464;
	font-family: SegoeBold;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text::-webkit-input-placeholder {
	color: #c8c8c8;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text::-moz-placeholder {
	color: #c8c8c8;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:-ms-input-placeholder {
	color: #c8c8c8;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:-moz-placeholder {
	color: #c8c8c8;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:focus::-webkit-input-placeholder {
	color: transparent;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:focus::-moz-placeholder {
	color: transparent;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:focus:-moz-placeholder {
	color: transparent;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text:focus:-ms-input-placeholder {
	color: transparent;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn {
	position: relative;
	width: 230px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin: 0 auto;
	background: #fff;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.contakty .wrapper .feedback .feedbackBlock .feedbackBody .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.company .wrapper {
	padding-top: 40px;
	padding-bottom: 15px;
}

.company .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.company .wrapper .content {
	padding: 20px 0;
}

.company .wrapper .content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.company .wrapper .content .items .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.company .wrapper .content .items .leftBlock .companyNews {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px #c8c8c8 solid;
	padding: 5px 25px 5px 10px;
	color: #646464;
}

.company .wrapper .content .items .leftBlock .companyNews img {
	padding-right: 30px;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 150px;
	max-width: 200px;
}

.company .wrapper .content .items .leftBlock .companyNews .info {
	-ms-flex-item-align: center;
	align-self: center;
}

.company .wrapper .content .items .leftBlock .companyNews .info p {
	padding: 5px 0;
	text-align: justify;
}

.company .wrapper .content .items .leftBlock .companyNews .info .boldText {
	color: #646464;
	font-family: SegoeBold;
}

.company .wrapper .content .items .leftBlock .companyNews .info .footerNews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company .wrapper .content .items .leftBlock .companyNews .info .footerNews .publ {
	color: #fe8245;
}

.company .wrapper .content .items .leftBlock .companyNews .info .footerNews .podrobno {
	text-align: left;
}

.company .wrapper .content .items .leftBlock .companyNews .info .footerNews .podrobno a {
	color: #646464;
	font-family: SegoeBold;
}

.company .wrapper .content .items .leftBlock .companyNews .info .footerNews .podrobno a:hover {
	color: #fe8245;
}

.company .wrapper .content .items .leftBlock .pag {
	padding-top: 10px;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage:hover {
	color: #fe8245;
}

.company .wrapper .content .items .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.company .wrapper .content .items .rightBlock .partnerBlock {
	border-top: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	color: #646464;
}

.company .wrapper .content .items .rightBlock .partnerBlock .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 15px;
}

.company .wrapper .content .items .rightBlock .partnerBlock .bodyPartner {
	border-bottom: 1px #c8c8c8 solid;
	height: 130px;
	line-height: 130px;
	text-align: center;
}

.company .wrapper .content .items .rightBlock .partnerBlock .bodyPartner img {
	vertical-align: middle;
}

.company .wrapper .content .items .rightBlock .partnerBlock .bodyPartner:hover {
	border-bottom: 1px #fe8245 solid;
}

.company .wrapper .content .items .rightBlock .bigZakup {
	margin-top: 10px;
	/*border-right: 1px #c8c8c8 solid;*/
	/*border-top: 1px #c8c8c8 solid;*/
	/*border-left: 1px #c8c8c8 solid;*/
	border: 1px #c8c8c8 solid;
	color: #646464;
}

.company .wrapper .content .items .rightBlock .bigZakup .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding: 9px 15px;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup {
	padding-bottom: 25px;
	/*border-bottom: 1px #c8c8c8 solid;*/
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup p {
	padding: 5px 15px;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo img {
	padding: 10px 15px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100px;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 60%;
	font-family: SegoeBold;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a:hover {
	color: #fe8245;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText .boldText {
	color: #001847;
	font-family: SegoeBold;
}

.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup:hover {
	border-bottom: 1px #fe8245 solid;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.oCompany .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.oCompany .wrapper .statistics {
	border: 1px solid #c8c8c8;
	padding: 60px 0;
}

.oCompany .wrapper .statistics .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.oCompany .wrapper .statistics .items .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
}

.oCompany .wrapper .statistics .items .item .number {
	font-size: 60px;
}

.oCompany .wrapper .statistics .items .point {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(8.333333333333334% - 30px);
	vertical-align: middle;
	margin: 0 auto;
	width: 18px;
	height: 18px;
}

.CompanyBlock .wrapper {
	padding-top: 40px;
}

.CompanyBlock .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.CompanyBlock .wrapper .items .item1 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
}

.CompanyBlock .wrapper .items .item1 .titleH3 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	font-size: 30px;
	padding-bottom: 10px;
}

.CompanyBlock .wrapper .items .item1 .text {
	padding-top: 10px;
	text-align: justify;
	color: #646464;
}

.CompanyBlock .wrapper .items .item2 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	text-align: right;
}

.CompanyBlock .wrapper .items .item2 img {
	width: 420px;
	height: 310px;
}

.CompanyBlock .wrapper .items .item2 a {
	display: block;
	text-align: center;
	padding-top: 7px;
	width: 230px;
	height: 33px;
	background-image: url(../img/btn.png);
	font-family: SegoeBold;
	margin: 20px auto;
}

.CompanyBlock .wrapper .items .item2 a:hover {
	background-image: url(../img/btn-oran.png);
	color: #fff;
}

.dopService {
	max-width: 1944px;
	margin: 0 auto;
	position: relative;
}

.dopService .wrapper {
	position: relative;
	z-index: 102;
	padding: 60px 0;
}

.dopService .wrapper .titleH3 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	font-size: 30px;
	padding-bottom: 30px;
}

.dopService .wrapper .dopServiceBody {
	background: #fff;
	padding: 30px 30px 50px 30px;
}

.dopService .wrapper .dopServiceBody .dopServiceBox {
	position: relative;
	border: 1px solid #c8c8c8;
	padding: 20px 30px;
}

.dopService .wrapper .dopServiceBody .dopServiceBox .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	color: #001847;
	font-family: SegoeBold;
	padding-bottom: 35px;
}

.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct img {
	vertical-align: middle;
	padding-right: 20px;
}

.dopService .wrapper .dopServiceBody .dopServiceBox .items p {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	color: #646464;
	padding-bottom: 40px;
	text-align: justify;
}

.dopService .wrapper .dopServiceBody .dopServiceBox a {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 135px);
	display: block;
	text-align: center;
	padding-top: 7px;
	width: 270px;
	height: 33px;
	background-image: url(../img/dop-service-btn.png);
	color: #001847;
	font-family: SegoeBold;
}

.dopService .wrapper .dopServiceBody .dopServiceBox a:hover {
	background-image: url(../img/dop-service-btn-ap.png);
	color: #fff;
}

.dopService .bg2 {
	position: absolute;
	background: url(../img/bg-dop-service.jpg) no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 1;
	background-position: 100% 8%;
}

.dopService .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 54.1%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	background-position: center;
	z-index: 100;
}

.dopService .decor-left {
	position: absolute;
	top: 30px;
	left: 11%;
	width: 194px;
	height: 139px;
	background: url(../img/decor-service-left.png) no-repeat;
	z-index: 100;
}

.addTorg {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #c8c8c8;
}

.addTorg .addTorgTabl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	color: #646464;
}

.addTorg .addTorgTabl .region {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .regionSel {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-bottom: 10px;
}

.addTorg .addTorgTabl .organizator {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .organizatorInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.addTorg .addTorgTabl .organizatorInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .organizatorInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .organizatorInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .organizatorInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .organizatorInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .organizatorInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .organizatorInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .organizatorInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .opisanie {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .opisanieInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-top: 10px;
	color: #646464;
	height: 50px;
}

.addTorg .addTorgTabl .opisanieInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .opisanieInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .opisanieInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .opisanieInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .opisanieInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .opisanieInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .opisanieInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .opisanieInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .price {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .inpForm {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.addTorg .addTorgTabl .inpForm input::-webkit-outer-spin-button,
.addTorg .addTorgTabl .inpForm input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.addTorg .addTorgTabl .inpForm input[type='number'] {
	-moz-appearance: textfield;
}

.addTorg .addTorgTabl .inpForm .priceInp {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.addTorg .addTorgTabl .inpForm .priceInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpForm .priceInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpForm .priceInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpForm .priceInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpForm .priceInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpForm .priceInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpForm .priceInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpForm .priceInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .docum {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .docs {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.addTorg .addTorgTabl .docs .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.addTorg .addTorgTabl .docs .attach__item {
	padding: 0 0 5px 0px;
	margin: 0 0 5px 0;
}

.addTorg .addTorgTabl .docs .attach__up {
	cursor: pointer;
}

.addTorg .addTorgTabl .docs .attach__delete {
	display: none;
	margin-right: 10px;
	cursor: pointer;
}

.addTorg .addTorgTabl .docs .attach__delete img {
	padding-left: 5px;
}

.addTorg .addTorgTabl .docs .attach__item--attached .attach__up {
	display: none;
}

.addTorg .addTorgTabl .docs .attach__item--attached .attach__edit,
.addTorg .addTorgTabl .docs .attach__item--attached .attach__delete {
	display: inline-block;
}

.addTorg .addTorgTabl .docs .attach__input {
	display: none;
}

.addTorg .addTorgTabl .bank {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding: 15px 0;
}

.addTorg .addTorgTabl .bankInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding: 15px 0;
}

.addTorg .addTorgTabl .bankInp label {
	cursor: pointer;
}

.addTorg .addTorgTabl .bankInp .bankCheck {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.addTorg .addTorgTabl .bankInp .bankInp {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
	max-width: 150px;
}

.addTorg .addTorgTabl .bankInp .bankInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .bankInp .bankInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .bankInp .bankInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .bankInp .bankInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .bankInp .bankInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .bankInp .bankInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .bankInp .bankInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .bankInp .bankInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .phone {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .phoneInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.addTorg .addTorgTabl .phoneInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .phoneInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .phoneInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .phoneInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .phoneInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .phoneInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .phoneInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .phoneInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpBox {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.addTorg .addTorgTabl .inpBox input::-webkit-outer-spin-button,
.addTorg .addTorgTabl .inpBox input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.addTorg .addTorgTabl .inpBox input[type='number'] {
	-moz-appearance: textfield;
}

.addTorg .addTorgTabl .inpBox .phoneNum {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.addTorg .addTorgTabl .inpBox .phoneNum::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpBox .phoneNum::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpBox .phoneNum:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpBox .phoneNum:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .inpBox .phoneNum:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpBox .phoneNum:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpBox .phoneNum:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .inpBox .phoneNum:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .minMax {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding: 15px 0;
}

.addTorg .addTorgTabl .checkMinMax {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding: 15px 0;
}

.addTorg .addTorgTabl .checkMinMax input::-webkit-outer-spin-button,
.addTorg .addTorgTabl .checkMinMax input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.addTorg .addTorgTabl .checkMinMax input[type='number'] {
	-moz-appearance: textfield;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp {
	width: 240px;
	margin-right: 30px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .checkMinMax .MinMaxInp:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .checkMinMax #check2 {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.addTorg .addTorgTabl .checkMinMax label {
	cursor: pointer;
}

.addTorg .addTorgTabl .dateEnding {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.addTorg .addTorgTabl .dateEndingInp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.addTorg .addTorgTabl .dateEndingInp input {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
	margin-bottom: 0;
}

.addTorg .addTorgTabl .dateEndingInp input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .dateEndingInp input::-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .dateEndingInp input:-ms-input-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .dateEndingInp input:-moz-placeholder {
	color: #c8c8c8;
}

.addTorg .addTorgTabl .dateEndingInp input:focus::-webkit-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .dateEndingInp input:focus::-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .dateEndingInp input:focus:-moz-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .dateEndingInp input:focus:-ms-input-placeholder {
	color: transparent;
}

.addTorg .addTorgTabl .dateEndingInp img {
	margin-left: 10px;
	cursor: pointer;
	width: 34px;
	height: 36px;
}

.addTorg .addTorgTabl .btnBox {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	margin: 20px auto;
	position: relative;
	width: 200px;
	border: 1px solid #e8e8e8;
	height: 40px;
}

.addTorg .addTorgTabl .btnBox .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.addTorg .addTorgTabl .btnBox .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.addTorg .addTorgTabl .btnBox:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.addTorg .addTorgTabl .btnBox:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.addTorg .addTorgTabl .btnBox:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.tarif .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tarif .wrapper .tarifPlans {
	padding-bottom: 40px;
}

.tarif .wrapper .tarifPlans .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tarif .wrapper .tarifPlans .items .item {
	word-wrap: break-word;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(35.00000000000001% - 30px);
	position: relative;
	text-align: center;
	border: 1px solid #c8c8c8;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

.tarif .wrapper .tarifPlans .items .item:nth-child(2) {
	border-left: 1px solid rgba(255, 0, 0, 0);
}

.tarif .wrapper .tarifPlans .items .item:nth-child(3) {
	border-left: 1px solid rgba(255, 0, 0, 0);
}

.tarif .wrapper .tarifPlans .items .item:hover {
	border: 1px solid #fe8245;
}

.tarif .wrapper .tarifPlans .items .item:hover .point1 {
	position: absolute;
	display: block;
	top: 23%;
	left: -9px;
}

.tarif .wrapper .tarifPlans .items .item:hover .point2 {
	position: absolute;
	display: block;
	bottom: 18%;
	right: -9px;
	z-index: 120;
}

.tarif .wrapper .tarifPlans .items .item:hover .namePlan {
	color: #fe8245;
}

.tarif .wrapper .tarifPlans .items .item .point1 {
	display: none;
}

.tarif .wrapper .tarifPlans .items .item .point2 {
	display: none;
}

.tarif .wrapper .tarifPlans .items .item .namePlan {
	color: #001847;
	font-family: SegoeBold;
}

.tarif .wrapper .tarifPlans .items .item .numberOne {
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.tarif .wrapper .tarifPlans .items .item .numberOne span {
	font-size: 48px;
}

.tarif .wrapper .tarifPlans .items .item .textPlan {
	color: #646464;
	width: 200px;
	margin: 15px auto;
}

.tarif .wrapper .tarifPlans .items .item .numberTwo {
	color: #646464;
	font-family: SegoeBold;
	font-size: 24px;
}

.tarif .wrapper .tarifPlans .items .item .numberTwo span {
	font-size: 36px;
}

.tarif .wrapper .tarifPlans .items .item a {
	position: relative;
	display: block;
	width: 230px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	margin: 0 auto;
}

.tarif .wrapper .tarifPlans .items .item a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.tarif .wrapper .tarifPlans .items .item a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.tarif .wrapper .tarifPlans .items .item .btn {
	margin: auto auto 0 auto;
}

.tarif .wrapper .tarifPlans .items .item .numberThree {
	color: #fe8245;
	font-family: SegoeBold;
	font-size: 24px;
	margin-bottom: 10px;
}

.tarif .wrapper .tarifPlans .items .item .numberThree span {
	font-size: 36px;
}

.cooperation .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 40px;
}

.cooperation .wrapper .items .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
}

.cooperation .wrapper .items .blockLeft img {
	width: 420px;
	height: 310px;
}

.cooperation .wrapper .items .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
}

.cooperation .wrapper .items .blockRight .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-bottom: 15px;
}

.cooperation .wrapper .items .blockRight p {
	color: #646464;
	padding-top: 15px;
	text-align: justify;
}

.partners .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.partners .wrapper .partner {
	margin-top: 10px;
	border: 1px solid #c8c8c8;
	padding: 25px;
}

.partners .wrapper .partner .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners .wrapper .partner .items .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	text-align: center;
}

.partners .wrapper .partner .items .blockLeft img {
	width: 120px;
	height: 125px;
	padding-bottom: 10px;
}

.partners .wrapper .partner .items .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.partners .wrapper .partner .items .blockRight .partnerName {
	color: #001847;
	font-family: SegoeBold;
	font-size: 18px;
	padding-bottom: 20px;
}

.partners .wrapper .partner .items .blockRight p {
	color: #646464;
	text-align: justify;
}

.partners .wrapper .partner .items .site {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
	text-align: center;
}

.partners .wrapper .partner .items .site:hover {
	color: #fe8245;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.lk .wrapper {
	max-width: 1050px;
}

.lk .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding: 20px 0;
}

.lk .wrapper .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk .wrapper .tabs .tab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #001847;
	font-family: SegoeBold;
	cursor: pointer;
	text-align: center;
	position: relative;
	line-height: 40px;
	border: 1px solid #e8e8e8;
}

.lk .wrapper .tabs .tab:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.lk .wrapper .tabs .tab:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tabs .tab:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tabs .active {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tabs .active:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item {
	/*Профиль пользователя*/
	/*Лицензии и документы*/
	/*заказы*/
	/*заказы*/
	/*закладки*/
	/*события*/
	/*события*/
}

.lk .wrapper .tab_content .tab_item .profil {
	border: 1px solid #c8c8c8;
	/*физ лица*/
	/*конец физ лиц*/
	/*юр лица*/
}

.lk .wrapper .tab_content .tab_item .profil .fizFace {
	display: block;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item img {
	height: 36px;
	width: 34px;
	vertical-align: middle;
	padding-right: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item a {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item a:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item:last-child {
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item:first-child {
	padding-right: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .active p {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-top: 25px;
	padding-left: 30px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft a {
	display: none;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr p {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-top: 20px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding: 40px 0 40px 30px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn a, span.uchastie {
	display: block;
	text-align: center;
	color: #fff;
	font-family: SegoeBold;
	padding-top: 7px;
	width: 230px;
	height: 33px;
	background: #fe8245 url(../img/btn-oran-right.jpg) right no-repeat;
}

span.uchastie {
	background: #ff0000
}

.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn a:hover {
	background: url(../img/btn-left-hover.jpg) left no-repeat, url(../img/btn-right-hover.jpg) right no-repeat, url(../img/btn-repeat-hover.jpg) repeat-x;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-top: 25px;
	padding-left: 30px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft span {
	color: red;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-top: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload {
	margin: 10px 0;
	padding: 10px 0px;
	position: relative;
	overflow: hidden;
	width: 135px;
	font-family: SegoeBold;
	text-align: left;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload:hover,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload img,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload img {
	padding-right: 5px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload input[type="file"],
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload input[type="file"] {
	display: none;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload span,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload span {
	line-height: 16px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload label,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload .photo,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload .photo {
	width: 100px;
	max-height: 150px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload .photo .ava,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload .photo .ava {
	margin-top: 20px;
	position: relative;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload .photo .ava .closes,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .dowload .photo .ava .closes {
	position: absolute;
	top: -9px;
	right: -9px;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input::-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:-ms-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:focus::-webkit-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:focus::-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:focus:-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input:focus:-ms-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .sel {
	width: calc(90% + 20px);
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea {
	width: 90%;
	height: 100px;
	padding-left: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	padding-top: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea::-webkit-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea::-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:-ms-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:focus::-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:focus:-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth select {
	-o-appearance: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow.png) no-repeat;
	background-position: 98% 50%;
	border: 1px solid #c8c8c8;
	color: #646464;
	width: calc(90% + 20px);
	height: 38px;
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth select option {
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel .cod {
	width: 100px;
	margin-right: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel .cod1 {
	width: 40px;
	margin-right: 10px;
	padding-left: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel .number {
	max-width: calc(90% - 170px);
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input::-webkit-outer-spin-button,
.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input[type='number'] {
	-moz-appearance: textfield;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .cod1 {
	width: 40px;
	margin-right: 10px;
	padding-left: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth p {
	color: #646464;
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth span {
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth img {
	vertical-align: middle;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .pass {
	color: #001847;
	font-family: SegoeBold;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .pass:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .items .date {
	margin-bottom: 0;
	max-width: 150px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .items .calender {
	cursor: pointer;
	vertical-align: middle;
	height: 36px;
	width: 34px;
	margin-left: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px 4%;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile {
	position: relative;
	width: 150px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-right: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnOran {
	position: relative;
	width: 150px;
	background: #fe8245;
	height: 42px;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace {
	display: block;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item img {
	height: 36px;
	width: 34px;
	vertical-align: middle;
	padding-right: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item p, .lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item a {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item p:hover, .lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item a:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item:last-child {
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item:first-child {
	padding-right: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .active a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-top: 25px;
	padding-left: 30px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft a {
	display: none;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr p {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-top: 20px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding: 40px 0 40px 30px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn a {
	position: relative;
	display: block;
	width: 230px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-top: 25px;
	padding-left: 30px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft span {
	color: red;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr p {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-top: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input::-webkit-outer-spin-button,
.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input[type='number'] {
	-moz-appearance: textfield;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input::-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:-ms-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:focus::-webkit-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:focus::-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:focus:-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input:focus:-ms-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea {
	padding-top: 10px;
	width: 90%;
	height: 100px;
	padding-left: 20px;
	border: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea::-webkit-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea::-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:-ms-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:focus::-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:focus:-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth select {
	-o-appearance: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow.png) no-repeat;
	background-position: 98% 50%;
	border: 1px solid #c8c8c8;
	color: #646464;
	width: calc(90% + 20px);
	height: 38px;
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth select option {
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel .cod {
	width: 100px;
	margin-right: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel .cod1 {
	width: 40px;
	margin-right: 10px;
	padding-left: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel .number {
	max-width: calc(90% - 170px);
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .cod1 {
	width: 40px;
	margin-right: 10px;
	padding-left: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth p {
	color: #646464;
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth span {
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth img {
	vertical-align: middle;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .pass {
	color: #001847;
	font-family: SegoeBold;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .pass:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .photo {
	margin-top: 20px;
	position: relative;
	height: 100px;
	width: 100px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .photo .close {
	position: absolute;
	top: -9px;
	right: -9px;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .date {
	max-width: 150px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .calender {
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-left: 30px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran {
	position: relative;
	width: 230px;
	background: #fe8245;
	height: 42px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-bottom: 40px;
	padding-right: 3.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile {
	position: relative;
	width: 150px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-right: 10px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran {
	position: relative;
	width: 150px;
	background: #fe8245;
	height: 42px;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.lk .wrapper .tab_content .tab_item .license {
	border: 1px solid #c8c8c8;
	padding: 20px 50px;
}

.lk .wrapper .tab_content .tab_item .license p {
	color: #646464;
	padding-bottom: 20px;
	text-align: justify;
}

.lk .wrapper .tab_content .tab_item .license .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .license .items .item1 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.lk .wrapper .tab_content .tab_item .license .items .item1 .attach__up {
	position: relative;
	display: block;
	max-width: 230px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .license .items .item1 .attach__up:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .license .items .item1 .attach__up:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .license .items .item1 .attach__input {
	display: none;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(75% - 30px);
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 40px;
	color: #646464;
	width: calc(100%);
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch::-webkit-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch::-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:-ms-input-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:-moz-placeholder {
	color: #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:focus::-webkit-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:focus::-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:focus:-moz-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch:focus:-ms-input-placeholder {
	color: transparent;
}

.lk .wrapper .tab_content .tab_item .license table {
	width: 100%;
}

.lk .wrapper .tab_content .tab_item .license table tbody tr {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license table tr td, .lk .wrapper .tab_content .tab_item .license table tr th {
	padding: 10px 0 10px 20px;
}

.lk .wrapper .tab_content .tab_item .license table thead tr th span {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .license table tr td .partition {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .license table tr td .partition:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .license table tr td .comment {
	cursor: pointer;
	font-family: Segoe;
}

.lk .wrapper .tab_content .tab_item .license table tr td .delete {
	color: #646464;
	font-family: SegoeBold;
	margin-left: 10px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .license table tr td .delete:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .license table tbody tr:first-child {
	border-top: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .license table tbody tr:last-child {
	border-bottom: 1px solid #c8c8c8;
}

/*.lk .wrapper .tab_content .tab_item .license table tr:last-child td {*/
/*padding: 5px;*/
/*}*/

.lk .wrapper .tab_content .tab_item .license .tableMdScreen {
	display: none;
	padding: 0px 15px;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	border: 1px solid #c8c8c8;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 20px 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock p {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock .comment {
	cursor: pointer;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock .delete {
	color: #646464;
	font-family: SegoeBold;
	margin-left: 10px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock .delete:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock .partition {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock .partition:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .orders {
	border: 1px #c8c8c8 solid;
	margin-bottom: 10px;
	padding: 20px 50px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit .item p, .lk .wrapper .tab_content .tab_item .orders .blockEdit .item a {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit .item p:hover, .lk .wrapper .tab_content .tab_item .orders .blockEdit .item a:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit .item:last-child {
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit .item:first-child {
	padding-right: 20px;
}

.lk .wrapper .tab_content .tab_item .orders .blockEdit .active p {
	font-family: SegoeBold;
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtn {
	position: absolute;
	top: -40px;
	left: -20px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtn a {
	position: relative;
	display: block;
	width: 150px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtn a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtn a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtnMD {
	display: none;
	margin: 10px auto;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtnMD a {
	position: relative;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	padding: 0 30px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtnMD a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtnMD a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .nameBlock {
	text-align: center;
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .nameBlock img {
	padding-right: 10px;
	vertical-align: middle;
	height: 34px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p:last-child {
	margin-left: 20px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p:first-child {
	margin-right: 20px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock .active {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock {
	border: 1px #c8c8c8 solid;
	padding: 15px;
	margin-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemLeft p:last-child {
	padding-top: 10px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemCenter p {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemCenter p:last-child {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 10px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight {
	text-align: right;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight .podrobno {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight .podrobno:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight p {
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight p span {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky {
	border: 1px #c8c8c8 solid;
	margin-bottom: 10px;
	padding: 20px 50px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item p, .lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item a {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item p:hover, .lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item a:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item:last-child {
	padding-left: 20px;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item:first-child {
	padding-right: 20px;
}

.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .active p, .lk .wrapper .tab_content .tab_item .zakladky .blockEdit .active a {
	font-family: SegoeBold;
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody {
	margin-bottom: 10px;
	border: 1px #c8c8c8 solid;
	padding: 20px 20px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo .namber {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 5px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo img {
	padding-top: 15px;
	padding-left: 10px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo .organizator {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 5px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo .info {
	padding-top: 30px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusActive {
	max-width: 230px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	padding-top: 7px;
	background: #8ec64d;
	position: relative;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusActive:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusClose {
	max-width: 230px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	padding-top: 7px;
	background: #fe4545;
	position: relative;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusClose:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo table {
	margin-top: 25px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo table .BoldText {
	padding-left: 10px;
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo table .DateText {
	padding-left: 10px;
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .podrobno {
	padding-right: 20px;
	text-align: right;
	padding-top: 20px;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .podrobno a {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .podrobno a:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag {
	padding-top: 10px;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .events {
	border: 1px solid #c8c8c8;
	padding: 25px 50px;
}

.lk .wrapper .tab_content .tab_item .events .event {
	padding: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	text-align: center;
	padding: 15px 0;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter .bold {
	color: #001847;
	font-family: SegoeBold;
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter span {
	display: none;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	text-align: right;
	padding-right: 10px;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight a {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight a:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight p {
	padding-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight p span {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .events .pag {
	padding-top: 10px;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items {
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .firstPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/firstPage.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .firstPage:hover {
	background-image: url(../img/firstPageHover.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .prevPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	background-image: url(../img/prevPage.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .prevPage:hover {
	background-image: url(../img/prevPageHover.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .page {
	text-align: center;
	width: 18px;
	margin-right: 15px;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .page:hover {
	color: #fff;
	background-image: url(../img/pageHover.jpg);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .ellipsis {
	margin-right: 17px;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .nextPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	background-image: url(../img/nextPage.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .nextPage:hover {
	background-image: url(../img/nextPageHover.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .lastPage {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url(../img/lastPage.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items .lastPage:hover {
	background-image: url(../img/lastPageHover.png);
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .wallets {
	border: 1px solid #c8c8c8;
	padding: 30px 50px;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet {
	border: 1px solid #c8c8c8;
	padding: 15px 0;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet p {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	text-align: center;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	text-align: center;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter .price {
	color: #fe8245;
	font-size: 24px;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter .price span {
	font-size: 36px;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter .sub {
	font-family: Segoe;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	text-align: center;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history {
	border: 1px solid #c8c8c8;
	padding: 25px;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory p {
	color: #001847;
	font-family: SegoeBold;
	padding: 10px 0;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(12.5% - 30px);
	text-align: center;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(54.16666666666667% - 30px);
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter a {
	position: relative;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	text-align: right;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight p {
	font-family: Segoe;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight p span {
	color: #646464;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight p a {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight p a:hover {
	color: #fe8245;
}

.lk .wrapper .tab_content .tab_item .wallets .subtitle {
	text-align: center;
	padding-bottom: 30px;
	color: #646464;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans {
	border: 1px solid #c8c8c8;
	padding: 20px 0;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item {
	word-wrap: break-word;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(35.00000000000001% - 30px);
	position: relative;
	text-align: center;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item:nth-child(1) {
	border-right: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item:nth-child(2) {
	border-right: 1px solid #c8c8c8;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .namePlan {
	color: #001847;
	font-family: SegoeBold;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberOne {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberOne span {
	font-size: 36px;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .textPlan {
	color: #646464;
	width: 200px;
	margin: 15px auto;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberTwo {
	color: #646464;
	font-family: SegoeBold;
	font-size: 24px;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberTwo span {
	font-size: 36px;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item a {
	position: relative;
	display: block;
	width: 230px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	margin: 0 auto;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .btn {
	margin: auto auto 0 auto;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberThree {
	color: #fe8245;
	font-family: SegoeBold;
	font-size: 24px;
	margin-bottom: 10px;
}

.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item .numberThree span {
	font-size: 36px;
}

.feedbackBlock .wrapper {
	max-width: 1050px;
}

.feedbackBlock .wrapper .feedbackBorder {
	margin: 50px 0;
	border: 1px solid #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding: 20px 0 20px 30px;
	color: #646464;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .ttitleH3 {
	font-size: 25px;
	padding-bottom: 20px;
	color: #646464;
	font-family: SegoeBold;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft p {
	padding-bottom: 20px;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input {
	width: calc(100% - 20px);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input::-moz-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:-ms-input-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:-moz-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:focus::-webkit-input-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:focus::-moz-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:focus:-moz-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input:focus:-ms-input-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn {
	padding-bottom: 0;
	margin-left: calc(100% - 150px);
	position: relative;
	width: 150px;
	background: #fe8245;
	height: 42px;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding: 20px 30px 20px 30px;
	border-left: 1px solid #c8c8c8;
	background: #f3f3f3;
	color: #646464;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight .ttitleH3 {
	font-size: 25px;
	padding-bottom: 20px;
	color: #001847;
	font-family: SegoeBold;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input[type="text"], .feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input[type="email"] {
	width: calc(100% - 20px);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
	background: #fff;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input::-moz-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:-ms-input-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:-moz-placeholder {
	color: #c8c8c8;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:focus::-webkit-input-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:focus::-moz-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:focus:-moz-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input:focus:-ms-input-placeholder {
	color: transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight .check input {
	width: 15px;
	height: auto;
	vertical-align: middle;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight .check a {
	color: #646464;
	font-family: SegoeBold;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight .check a:hover {
	color: #fe8245;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p {
	margin-left: calc(100% - 150px);
	position: relative;
	width: 150px;
	background: #fe8245;
	height: 42px;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.hidden {
	display: none;
}

.select_cont {
	height: 38px;
	width: calc(100% - 15px);
	position: relative;
	z-index: 10;
}

.select_cont.opened {
	z-index: 100;
}

.div_select {
	border: 1px solid #c8c8c8;
	background: #fff;
	height: 38px;
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 101;
}

.div_select:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 20px;
	height: 38px;
	position: absolute;
	right: 0;
	background: url(../img/arrow.png) no-repeat;
	background-position: 0% 50%;
}

.div_option {
	height: 38px;
	line-height: 38px;
	cursor: pointer;
}

.div_option.selected {
	color: #646464;
	font-family: SegoeBold;
}

.error .wrapper .error404 {
	background: url(../img/error404.jpg) no-repeat;
	background-position: 50% 50%;
	height: 470px;
	margin: 50px 0;
}

.error .wrapper .error404 .errorNoPage {
	font-size: 25px;
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 45px;
}

.error .wrapper .error404 .errorError {
	color: #646464;
	text-align: center;
	padding-top: 15px;
}

.error .wrapper .error404 .errorName404 {
	text-align: center;
	padding: 0;
	line-height: 150px;
	font-size: 150px;
	color: #fe8245;
	font-family: SegoeBold;
}

.error .wrapper .error404 .goIndex {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 30px;
}

.error .wrapper .error404 .goIndex:hover {
	color: #fe8245;
}

.error .wrapper .error403 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0;
}

.error .wrapper .error403 .leftBlock {
	position: relative;
	width: 50%;
}

.error .wrapper .error403 .leftBlock .errorNoPage {
	font-size: 25px;
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 45px;
}

.error .wrapper .error403 .leftBlock .errorError {
	color: #646464;
	text-align: center;
	padding-top: 15px;
}

.error .wrapper .error403 .leftBlock .errorName404 {
	text-align: center;
	padding: 0;
	line-height: 180px;
	font-size: 180px;
	color: #fe8245;
	font-family: SegoeBold;
}

.error .wrapper .error403 .leftBlock .goIndex {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 30px;
}

.error .wrapper .error403 .leftBlock .goIndex:hover {
	color: #fe8245;
}

.error .wrapper .error403 .leftBlock .decor1 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/error403-decor1.jpg) no-repeat;
	width: 95px;
	height: 84px;
}

.error .wrapper .error403 .leftBlock .decor2 {
	position: absolute;
	top: 0;
	right: 30px;
	background: url(../img/error403-decor2.jpg) no-repeat;
	width: 66px;
	height: 91px;
}

.error .wrapper .error403 .rightBlock {
	background: url(../img/error403.jpg) no-repeat;
	height: 512px;
	width: 50%;
}

.error .wrapper .error500 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0;
}

.error .wrapper .error500 .leftBlock {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: url(../img/error500-left.jpg) no-repeat;
	background-position: 0% 0%;
	height: 512px;
	min-width: 358px;
}

.error .wrapper .error500 .centerBlock {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.error .wrapper .error500 .centerBlock .errorNoPage {
	font-size: 25px;
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 45px;
}

.error .wrapper .error500 .centerBlock .errorName404 {
	text-align: center;
	padding: 0;
	line-height: 180px;
	font-size: 180px;
	color: #fe8245;
	font-family: SegoeBold;
}

.error .wrapper .error500 .centerBlock .goIndex {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 30px;
}

.error .wrapper .error500 .centerBlock .goIndex:hover {
	color: #fe8245;
}

.error .wrapper .error500 .rightBlock {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: url(../img/error500-right.jpg) no-repeat;
	background-position: 100% 0%;
	height: 512px;
	min-width: 314px;
}

.kartayour .wrapper .nameComp {
	text-align: center;
	padding: 20px 0;
	color: #001847;
	font-family: SegoeBold;
	font-size: 25px;
	line-height: 25px;
}

.kartayour .wrapper .nameComp img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	padding-right: 20px;
}

.kartayour .wrapper .blockEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 10px;
}

.kartayour .wrapper .blockEdit .item p, .kartayour .wrapper .blockEdit .item a {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.kartayour .wrapper .blockEdit .item p:hover, .kartayour .wrapper .blockEdit .item a:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.kartayour .wrapper .blockEdit .item:last-child {
	padding-left: 20px;
}

.kartayour .wrapper .blockEdit .item:first-child {
	padding-right: 20px;
}

.kartayour .wrapper .blockEdit .active p, .kartayour .wrapper .blockEdit .active a {
	font-family: SegoeBold;
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.kartayour .wrapper .box {
	border: 1px solid #c8c8c8;
}

.kartayour .wrapper .box .blockView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
}

.kartayour .wrapper .box .blockView .avatar {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding-top: 20px;
}

.kartayour .wrapper .box .blockView .avatar img {
	max-width: 120px;
}

.kartayour .wrapper .box .blockView .line {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(95.83333333333334% - 30px);
	height: 2px;
	border-bottom: 1px solid #c8c8c8;
}

.kartayour .wrapper .box .blockView .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	padding-top: 25px;
	padding-left: 30px;
	color: #646464;
}

.kartayour .wrapper .box .blockView .blockLeft a {
	display: none;
}

.kartayour .wrapper .box .blockView .blockCentr {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
}

.kartayour .wrapper .box .blockView .blockCentr p {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

.kartayour .wrapper .box .blockView .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	padding-top: 20px;
	color: #646464;
}

.kartayour .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px;
}

.kartayour .wrapper .items .block {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.kartayour .wrapper .items .block .nameBlock {
	text-align: center;
	color: #646464;
	font-family: SegoeBold;
}

.kartayour .wrapper .items .block .nameBlock img {
	padding-right: 10px;
	vertical-align: middle;
	height: 34px;
}

.kartayour .wrapper .items .block .tabsBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.kartayour .wrapper .items .block .tabsBlock p {
	color: #646464;
	font-family: SegoeBold;
	cursor: pointer;
	padding-bottom: 5px;
}

.kartayour .wrapper .items .block .tabsBlock p:hover {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.kartayour .wrapper .items .block .tabsBlock p:last-child {
	margin-left: 20px;
}

.kartayour .wrapper .items .block .tabsBlock p:first-child {
	margin-right: 20px;
}

.kartayour .wrapper .items .block .tabsBlock .active {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #001847;
}

.kartayour .wrapper .items .block .bodyBlock {
	cursor: pointer;
	border: 1px #c8c8c8 solid;
	padding: 15px;
	margin-bottom: 10px;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemLeft p:last-child {
	padding-top: 10px;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemCenter p {
	color: #646464;
	font-family: SegoeBold;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemCenter p:last-child {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 10px;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight {
	text-align: right;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight .podrobno {
	color: #001847;
	font-family: SegoeBold;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight p {
	padding-bottom: 10px;
}

.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight p span {
	color: #001847;
	font-family: SegoeBold;
}

.kartayour .wrapper .items .block .bodyBlock:hover {
	border: 1px #fe8245 solid;
}

.kartayour .wrapper .items .block .bodyBlock:hover .itemRight .podrobno {
	color: #fe8245;
}

.kartayour .wrapper .items .block .bodyBlock:hover .itemCenter p:last-child {
	color: #fe8245;
}

.newaccount .wrapper {
	max-width: 1050px;
}

.newaccount .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding: 20px 0;
}

.newaccount .wrapper .pageBox {
	color: #646464;
	border: 1px solid #c8c8c8;
}

.newaccount .wrapper .pageBox .editBlock {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.newaccount .wrapper .pageBox .editBlock .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.newaccount .wrapper .pageBox .editBlock .rightBlock .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newaccount .wrapper .pageBox .editBlock .rightBlock .item .point {
	width: 10px;
	height: 10px;
	border: 1px solid #c8c8c8;
	margin-right: 10px;
}

.newaccount .wrapper .pageBox .editBlock .rightBlock .item:hover .point {
	background: #fe8245;
}

.newaccount .wrapper .pageBox .editBlock .rightBlock .active .point {
	background: #fe8245;
}

.newaccount .wrapper .pageBox .editBlock .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding-left: 50px;
}

.newaccount .wrapper .pageBox .editBlock .leftBlock span {
	color: #fe8245;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm {
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	padding-left: 50px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft span {
	color: #fe8245;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input::-webkit-outer-spin-button,
.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input[type='number'] {
	-moz-appearance: textfield;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input {
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	color: #646464;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input::-moz-placeholder {
	color: #c8c8c8;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:-ms-input-placeholder {
	color: #c8c8c8;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:-moz-placeholder {
	color: #c8c8c8;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:focus::-webkit-input-placeholder {
	color: transparent;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:focus::-moz-placeholder {
	color: transparent;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:focus:-moz-placeholder {
	color: transparent;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input:focus:-ms-input-placeholder {
	color: transparent;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .sel,
.lk .wrapper .profil .blockRigth div.sel {
	width: calc(90% + 22px);
	padding-bottom: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel .cod {
	width: 100px;
	margin-right: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel .cod1 {
	width: 40px;
	margin-right: 10px;
	padding-left: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel .number {
	max-width: calc(90% - 170px);
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .number {
	color: #646464;
	max-width: calc(90% - 163px);
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .passBlock {
	position: relative;
	width: calc(90% + 20px);
	border: 1px #c8c8c8 solid;
	height: 40px;
	margin-bottom: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .passBlock .passInput {
	color: #646464;
	height: 38px;
	border: 0px solid;
	outline: 0;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .passBlock .eye {
	background: url(../img/eye_show.png) no-repeat;
	width: 18px;
	height: 18px;
	top: 8px;
	right: 5px;
	position: absolute;
	cursor: pointer;
	z-index: 2000;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .line {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(95.83333333333334% - 30px);
	height: 2px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	padding-left: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck label {
	cursor: pointer;
	padding-left: 10px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck label a {
	color: #001847;
	font-family: SegoeBold;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck label a:hover {
	color: #fe8245;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck input {
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	text-align: right;
	position: relative;
	width: 220px;
	background: #fe8245;
	height: 42px;
	margin: 10px 0;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupka .wrapper {
	max-width: 1050px;
}

.zacupka .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding: 20px 0;
}

.zacupka .wrapper .zacup_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.zacupka .wrapper .zacup_tabs .zacup_tab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #001847;
	font-family: SegoeBold;
	cursor: pointer;
	text-align: center;
	position: relative;
	line-height: 40px;
	border: 1px solid #e8e8e8;
}

.zacupka .wrapper .zacup_tabs .zacup_tab:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.zacupka .wrapper .zacup_tabs .zacup_tab:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupka .wrapper .zacup_tabs .zacup_tab:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupka .wrapper .zacup_tabs .active {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.zacupka .wrapper .zacup_tabs .active:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.zacupka .wrapper .contentZac {
	border: 1px solid #c8c8c8;
}

.zacupka .wrapper .contentZac .party {
	color: #646464;
	font-family: SegoeBold;
	padding-top: 20px;
	text-align: center;
}

.zacupka .wrapper .contentZac .party img {
	vertical-align: middle;
	padding-right: 15px;
}

.zacupka .wrapper .contentZac .party a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.zacupka .wrapper .contentZac .zakupka .items {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupka .wrapper .contentZac .zakupka .items p {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupka .wrapper .contentZac .zakupka .items p span {
	color: #001847;
	font-family: SegoeBold;
}

.zacupka .wrapper .contentZac .zakupka .items .inform {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #001847;
	font-family: SegoeBold;
	padding-bottom: 15px;
}

.zacupka .wrapper .contentZac .zakupka .items .inform .doc {
	padding-right: 30px;
}

.zacupka .wrapper .contentZac .zakupka .items .inform .doc img {
	padding-right: 10px;
	vertical-align: middle;
}

.zacupka .wrapper .contentZac .zakupka .items .inform .doc a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.zacupka .wrapper .contentZac .zakupka .items .grey {
	font-family: Segoe;
	color: #646464;
}

.zacupka .wrapper .contentZac .zakupka .items .oran {
	color: #fe8245;
	font-family: SegoeBold;
}

.zacupka .wrapper .contentZac .zacupkaBottom {
	border: 1px #c8c8c8 solid;
	margin: 10px 50px;
	padding: 20px 20px;
	color: #646464;
}

.zacupka .wrapper .contentZac .zacupkaBottom .test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.zacupka .wrapper .contentZac .zacupkaBottom .leftInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.zacupka .wrapper .contentZac .zacupkaBottom .leftInfo img {
	padding-left: 10px;
	max-width: 120px;
}

.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
}

.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo .organizator {
	color: #001847;
	font-family: SegoeBold;
	padding-top: 5px;
}

.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo .info {
	padding-top: 10px;
}

.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .btn a {
	margin-top: 20px;
	position: relative;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
}

.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .btn a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .btn a:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .item span {
	color: #001847;
	font-family: SegoeBold;
}

.rules .wrapper {
	color: #646464;
	padding: 20px 0;
}

.rules .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding: 20px;
}

.rules .wrapper p {
	padding: 20px;
	text-align: justify;
}

.newsPodrobno .wrapper {
	padding-top: 10px;
	padding-bottom: 15px;
}

.newsPodrobno .wrapper .content {
	padding: 20px 0;
}

.newsPodrobno .wrapper .content .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.newsPodrobno .wrapper .content .items .leftBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
}

.newsPodrobno .wrapper .content .items .leftBlock .news {
	border: 1px #c8c8c8 solid;
	padding: 20px;
}

.newsPodrobno .wrapper .content .items .leftBlock .news .nameNews {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p {
	padding: 10px 0;
	text-align: justify;
	text-indent: 2em;
}

.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgRight {
	float: right;
	max-width: 260px;
	padding: 10px 0 10px 10px;
}

.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgLeft {
	float: left;
	max-width: 260px;
	padding: 10px 10px 10px 0;
}

.newsPodrobno .wrapper .content .items .rightBlock {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock {
	border: 1px #c8c8c8 solid;
	padding: 15px;
	color: #646464;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .titleH2 {
	color: #001847;
	font-family: SegoeBold;
	font-size: 24px;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .bodyNews {
	padding-top: 5px;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno {
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno .date {
	color: #fe8245;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno a {
	font-family: SegoeBold;
	padding-bottom: 5px;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .bodyNews .podrobno a:hover {
	color: #fe8245;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .btn {
	margin-top: 10px;
	position: relative;
	display: block;
	max-width: 100%;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .btn:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .btn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.newsPodrobno .wrapper .content .items .rightBlock .newsBlock .btn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.areaBlock .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: 96% 50%;
	padding: 75px 30px;
}

.areaBlock .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.areaBlock .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Segoe;
}

a:hover,
a {
	color: inherit;
	text-decoration: inherit;
}

.Popup {
	font-family: Segoe;
	position: absolute;
	display: none;
}

.Popup .overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 24, 71, 0.7);
	z-index: 1000;
	cursor: pointer;
}

.Popup .modal {
	position: fixed;
	background-color: #fff;
	z-index: 1001;
	margin: auto;
	-ms-margin-left: 25%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.Popup .modal .closePop {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 1002;
}

.open {
	display: block;
}

.contentPopup {
	display: none;
}

.header {
	background: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: SegoeBold;
	color: #001847;
}

.header .wrapper .items .itemsBox1 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.header .wrapper .items .itemsBox1 .items {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header .wrapper .items .itemsBox1 .items img {
	vertical-align: middle;
}

.header .wrapper .items .itemsBox1 .items .phone {
	padding: 0 20px 0 10px;
}

.header .wrapper .items .itemsBox1 .items .phone:hover {
	color: #fe8245;
}

.header .wrapper .items .itemsBox2 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.header .wrapper .items .itemsBox2 .items {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header .wrapper .items .itemsBox2 .items img {
	padding: 0 10px 0 20px;
	vertical-align: middle;
}

.header .wrapper .items .itemsBox2 .items a:hover {
	color: #fe8245;
}

.underHeader .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0px;
	/*эта строчка реализует механизм выпадения*/
}

.underHeader .items img {
	width: 210px;
	height: 56px;
}

.underHeader .items .menu-bars {
	display: none;
	width: 36px;
	height: 30px;
	padding-top: 15px;
	cursor: pointer;
}

.underHeader .items #menu1 {
	position: relative;
	z-index: 105;
	width: calc(100% - 250px);
	color: #001847;
	font-family: SegoeBold;
}

.underHeader .items #menu1 ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.underHeader .items #menu1 ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 10px;
}

.underHeader .items #menu1 ul li a {
	height: 30px;
	display: block;
	text-align: center;
}

.underHeader .items #menu1 ul .link:hover {
	position: relative;
	display: block;
	text-align: center;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.underHeader .items #menu1 ul .link:hover:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.underHeader .items #menu1 ul .activeLink {
	position: relative;
	display: block;
	text-align: center;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.underHeader .items #menu1 ul .activeLink:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.underHeader .items #menu1 ul .point {
	background: url(../img/point.png) no-repeat;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-width: 5px;
}

.underHeader .items #menu1 ul .pointActive {
	opacity: 0;
}

.underHeader .items #menu1 ul li .zakupky {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: absolute;
	padding: 20px 15px 20px 15px;
	top: 40px;
	left: -20px;
	opacity: 0;
	width: 250px;
	border-bottom: 2px #fe8245 solid;
	background: #fff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	visibility: hidden;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	color: #646464;
}

.underHeader .items #menu1 ul li .uslugi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: absolute;
	padding: 20px 15px 20px 15px;
	top: 40px;
	left: -20px;
	opacity: 0;
	width: 250px;
	border-bottom: 2px #fe8245 solid;
	background: #fff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	visibility: hidden;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	color: #646464;
}

.underHeader .items #menu1 ul li:hover ul {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible;
	opacity: 1;
}

.underHeader .items #menu1 ul li ul li {
	margin: 3px 0;
}

.underHeader .items #menu1 ul li ul li span {
	width: 34px;
	height: 34px;
	display: block;
}

.underHeader .items #menu1 ul li ul li a {
	margin-left: 10px;
	line-height: 34px;
	padding-bottom: 5px;
}

.underHeader .items #menu1 ul li ul .fizFace {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.underHeader .items #menu1 ul li ul .fizFace span {
	background: url(../img/fiz-face.png) no-repeat;
}

.underHeader .items #menu1 ul li ul .fizFace:hover span {
	background: url(../img/fiz-face-ap.png) no-repeat;
}

.underHeader .items #menu1 ul li ul .fizFace:hover a {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.underHeader .items #menu1 ul li ul .yourFace {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.underHeader .items #menu1 ul li ul .yourFace span {
	background: url(../img/your-face.png) no-repeat;
}

.underHeader .items #menu1 ul li ul .yourFace:hover span {
	background: url(../img/your-face-ap.png) no-repeat;
}

.underHeader .items #menu1 ul li ul .yourFace:hover a {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.closeMenu .wrapper .menumd {
	display: none;
	border-top: 1px solid #c8c8c8;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}

.closeMenu .wrapper .menumd ul .point {
	background-image: url(../img/point.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 15px;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd {
	display: none;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
	margin-top: 10px;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd li {
	margin: 0 auto;
	max-width: 280px;
	text-align: left;
	padding: 7px 0;
	color: #646464;
	font-family: SegoeBold;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd li .fizFace {
	color: #646464;
	padding-left: 60px;
	background: url(../img/fiz-face.png) 7% 33% no-repeat;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd li .fizFace:hover {
	background: url(../img/fiz-face-ap.png) 7% 33% no-repeat;
	color: #001847;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd li .yourFace {
	color: #646464;
	padding-left: 60px;
	background: url(../img/your-face.png) 7% 33% no-repeat;
}

.closeMenu .wrapper .menumd ul .linkmd .facemd li .yourFace:hover {
	background: url(../img/your-face-ap.png) 7% 33% no-repeat;
	color: #001847;
}

.closeMenu .wrapper .menumd ul li a {
	margin: 0 auto;
}

.closeMenu .wrapper .menumd ul li .link {
	margin: 0 auto;
	color: #001847;
	font-family: SegoeBold;
	padding-top: 3px;
	max-width: 190px;
	height: 37px;
	display: block;
}

.closeMenu .wrapper .menumd ul li .link:hover {
	position: relative;
	display: block;
	text-align: center;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.closeMenu .wrapper .menumd ul li .link:hover:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.closeMenu .wrapper .menumd ul li .linkmdActiv {
	position: relative;
	display: block;
	text-align: center;
	background: #fe8245;
	color: #fff;
	font-family: SegoeBold;
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
}

.closeMenu .wrapper .menumd ul li .linkmdActiv:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.slyder {
	max-width: 2048px;
	margin: 0 auto;
	position: relative;
}

.slyder .wrapper {
	padding-bottom: 87px;
	padding-top: 125px;
	position: relative;
	z-index: 101;
}

.slyder .wrapper .titleH1 {
	margin-bottom: 65px;
	font-size: 48px;
	font-family: SegoeBold;
	color: #fff;
}

.slyder .wrapper .search {
	margin-bottom: 65px;
}

.slyder .wrapper .search .text {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px #fff solid;
	color: #fff;
	width: 408px;
	padding-left: 20px;
	height: 38px;
	font-size: 16px;
	font-family: SegoeBold;
	margin-right: 0px;
}

.slyder .wrapper .search .text::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.slyder .wrapper .search .text::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.slyder .wrapper .search .text:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.slyder .wrapper .search .text:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.slyder .wrapper .search .text:focus::-webkit-input-placeholder {
	color: transparent;
}

.slyder .wrapper .search .text:focus::-moz-placeholder {
	color: transparent;
}

.slyder .wrapper .search .text:focus:-moz-placeholder {
	color: transparent;
}

.slyder .wrapper .search .text:focus:-ms-input-placeholder {
	color: transparent;
}

.slyder .wrapper .search .btn {
	margin-left: -5px;
	width: 119px;
	height: 40px;
	font-size: 16px;
	font-family: SegoeBold;
	color: #646464;
	cursor: pointer;
	border: none;
	background: url(../img/search-right-off.png) 100% 0% no-repeat;
	background-size: auto, 83% 100%;
}

.slyder .wrapper .search .btn:hover {
	background: url(../img/advancedSearchHover.png) 100% 0% no-repeat;
	color: #fff;
}

.slyder .wrapper .check {
	margin: 13px 0px;
	font-size: 18px;
	color: #fff;
	font-family: SegoeBold;
	width: 230px;
	text-align: center;
}

.slyder .wrapper .check a {
	display: block;
	line-height: 40px;
	background: url(../img/check-btn.png) no-repeat;
}

.slyder .wrapper .check a:hover {
	background: url(../img/check-btn-ap.png) no-repeat;
}

.slyder .bg2 {
	position: absolute;
	background: url(../img/bg-slyder.jpg) no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0.6;
	background-position: 0% 8%;
}

.slyder .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 54.1%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(1, 138, 205, 0.7), rgba(27, 40, 61, 0.7));
	background: linear-gradient(to bottom, rgba(1, 138, 205, 0.7), rgba(27, 40, 61, 0.7));
	background-position: center;
	z-index: 100;
}

.slyder .decor {
	position: absolute;
	bottom: -50px;
	right: 8%;
	width: 144px;
	height: 101px;
	background: url(../img/decor-slyder.png) no-repeat;
	z-index: 100;
}

.services .wrapper {
	color: #001847;
	padding-bottom: 80px;
	padding-top: 60px;
}

.services .wrapper .titleH2 {
	margin-bottom: 60px;
	font-size: 30px;
	font-family: SegoeBold;
	color: #001847;
	text-align: center;
}

.services .wrapper .itemsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.services .wrapper .itemsBox .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	color: #646464;
	font-family: SegoeBold;
}

.services .wrapper .itemsBox .item .name {
	margin: 0 auto;
	position: relative;
	display: block;
	max-width: 230px;
	text-align: center;
	line-height: 40px;
	color: #646464;
	font-family: SegoeBold;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}

.services .wrapper .itemsBox .item .name:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.services .wrapper .itemsBox .item .name:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.services .wrapper .itemsBox .item .name:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.services .wrapper .itemsBox .item .face {
	display: none;
}

.services .wrapper .itemsBox .item .face .items {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.services .wrapper .itemsBox .item .face .items .fizFaceTorg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services .wrapper .itemsBox .item .face .items .fizFaceTorg span {
	height: 30px;
	width: 34px;
	background: url(../img/fiz-face.png) no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}

.services .wrapper .itemsBox .item .face .items .fizFaceTorg a {
	padding-bottom: 5px;
}

.services .wrapper .itemsBox .item .face .items .fizFaceTorg:hover span {
	background: url(../img/fiz-face-ap.png) no-repeat;
}

.services .wrapper .itemsBox .item .face .items .fizFaceTorg:hover a {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.services .wrapper .itemsBox .item .face .items .fizYouTorg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services .wrapper .itemsBox .item .face .items .fizYouTorg span {
	height: 30px;
	width: 34px;
	background: url(../img/your-face.png) no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}

.services .wrapper .itemsBox .item .face .items .fizYouTorg a {
	padding-bottom: 5px;
}

.services .wrapper .itemsBox .item .face .items .fizYouTorg:hover span {
	background: url(../img/your-face-ap.png) no-repeat;
}

.services .wrapper .itemsBox .item .face .items .fizYouTorg:hover a {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.news {
	max-width: 2048px;
	margin: 0 auto;
	position: relative;
}

.news .wrapper {
	position: relative;
	z-index: 101;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-family: SegoeBold;
}

.news .wrapper .items .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	margin-left: calc(8.333333333333334% + 15px);
	max-width: 540px;
	-ms-flex-item-align: center;
	align-self: center;
}

.news .wrapper .items .item .msp {
	padding: 20px;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

.news .wrapper .items .item .msp .titleH3 {
	font-size: 36px;
	color: #1b283d;
}

.news .wrapper .items .item .msp .text {
	margin-top: 20px;
	font-size: 18px;
	color: #646464;
}

.news .wrapper .items .item2 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
	max-width: 428px;
}

.news .wrapper .items .item2 .titleH3 {
	font-size: 30px;
	color: #001847;
}

.news .wrapper .items .item2 .public {
	margin-top: 40px;
	font-size: 16px;
	color: #646464;
}

.news .wrapper .items .item2 .public .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news .wrapper .items .item2 .public .box .date {
	color: #fe8245;
	margin-top: 10px;
}

.news .wrapper .items .item2 .public .box .info {
	cursor: pointer;
	color: #727272;
	margin-top: 5px;
}

.news .wrapper .items .item2 .public .box .info:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.news .bg2 {
	position: absolute;
	background: url(../img/bg-news.jpg) no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 1;
	background-position: 0% 8%;
}

.news .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 45.9%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	background-position: center;
	z-index: 100;
}

.news .decor {
	position: absolute;
	top: -25px;
	left: 20%;
	width: 54px;
	height: 51px;
	background: url(../img/decor-news.png) no-repeat;
	z-index: 100;
}

.bargain .wrapper {
	padding-top: 60px;
	padding-bottom: 80px;
}

.bargain .wrapper .items1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.bargain .wrapper .items1 .item p {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.bargain .wrapper .items1 .itemBtn .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bargain .wrapper .items1 .itemBtn .box div {
	cursor: pointer;
	margin-left: 5px;
	width: 32px;
	height: 32px;
}

.bargain .wrapper .items1 .itemBtn .box div.next {
	background: url(../img/next.png) no-repeat;
}

.bargain .wrapper .items1 .itemBtn .box div.next:hover {
	background: url(../img/next-ap.png) no-repeat;
}

.bargain .wrapper .items1 .itemBtn .box div.back {
	background: url(../img/back.png) no-repeat;
}

.bargain .wrapper .items1 .itemBtn .box div.back:hover {
	background: url(../img/back-ap.png) no-repeat;
}

.bargain .wrapper .items2 {

}

.bargain .wrapper .items2 .item {
	font-size: 16px;
	color: #646464;
}

.bargain .wrapper .items2 .item .itemBox {
	height: 375px;
	max-width: 355px;
	border: 1px #e8e8e8 solid;
	padding: 25px 25px;
	text-align: center;
}

.bargain .wrapper .items2 .item .itemBox .img-on {
	display: none;
	margin: 0 auto;
	width: 125px;
	height: 130px;
}

.bargain .wrapper .items2 .item .itemBox .img-off {
	display: block;
	margin: 0 auto;
	width: 76px;
	height: 78px;
}

.bargain .wrapper .items2 .item .itemBox .org {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bargain .wrapper .items2 .item .itemBox .komp {
	font-family: SegoeBold;
	color: #001847;
	margin-bottom: 40px;
}

.bargain .wrapper .items2 .item .itemBox .text {
	display: block;
	text-align: left;
	margin-bottom: 25px;
	word-wrap: break-word;
}

.bargain .wrapper .items2 .item .itemBox .p-publ {
	display: none;
	margin-bottom: 25px;
}

.bargain .wrapper .items2 .item .itemBox .p-publ .publ {
	font-family: SegoeBold;
	margin-left: 2px;
}

.bargain .wrapper .items2 .item .itemBox .p-actTo {
	display: none;
	margin-bottom: 25px;
}

.bargain .wrapper .items2 .item .itemBox .p-actTo .actTo {
	font-family: SegoeBold;
	margin-left: 11px;
	color: #fe8245;
}

.bargain .wrapper .items2 .item .itemBox .info {
	color: #001847;
	font-family: SegoeBold;
}

.bargain .wrapper .items2 .item .itemBoxAct {
	height: 427px;
	max-width: 375px;
	padding: 0px 25px;
	border: none;
	text-align: center;
}

.bargain .wrapper .items2 .item .itemBoxAct .img-on {
	display: block;
	margin: 0 auto;
	width: 125px;
	height: 130px;
}

.bargain .wrapper .items2 .item .itemBoxAct .img-off {
	display: none;
	margin: 0 auto;
	width: 76px;
	height: 78px;
}

.bargain .wrapper .items2 .item .itemBoxAct .org {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bargain .wrapper .items2 .item .itemBoxAct .komp {
	color: #fe8245;
	font-family: SegoeBold;
	margin-bottom: 15px;
}

.bargain .wrapper .items2 .item .itemBoxAct .text {
	text-align: left;
	margin-bottom: 15px;
}

.bargain .wrapper .items2 .item .itemBoxAct .p-publ {
	display: block;
	margin-bottom: 15px;
}

.bargain .wrapper .items2 .item .itemBoxAct .p-publ .publ {
	font-family: SegoeBold;
	margin-left: 2px;
}

.bargain .wrapper .items2 .item .itemBoxAct .p-actTo {
	display: block;
	margin-bottom: 15px;
}

.bargain .wrapper .items2 .item .itemBoxAct .p-actTo .actTo {
	font-family: SegoeBold;
	margin-left: 11px;
	color: #fe8245;
}

.bargain .wrapper .items2 .item .itemBoxAct .info {
	color: #001847;
	font-family: SegoeBold;
}

.bargain .wrapper .items2 .item .itemBoxAct .info:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
	color: #fe8245;
}

.dop_service {
	max-width: 1944px;
	margin: 0 auto;
	position: relative;
}

.dop_service .wrapper {
	position: relative;
	z-index: 102;
	padding-top: 60px;
	padding-bottom: 80px;
}

.dop_service .wrapper .titleH3 {
	font-size: 36px;
	color: #1b283d;
	margin-bottom: 30px;
	font-family: SegoeBold;
}

.dop_service .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	margin: 0 0;
}

.dop_service .wrapper .items fieldset {
	margin: 40px 5px 50px 7px;
	border: 1px solid #e4e3e3;
	max-width: 520px;
	color: #646464;
	position: relative;
}

.dop_service .wrapper .items fieldset:hover {
	border: 1px solid #fe8245;
	background: url(../img/bg-active.jpg) no-repeat;
	background-position: 100% 0;
}

.dop_service .wrapper .items fieldset:hover .btn {
	background: url(../img/dop-service-btn-ap.png) no-repeat;
	color: #fff;
}

.dop_service .wrapper .items fieldset legend {
	color: #000;
	margin-left: 10px;
	max-width: 400px;
}

.dop_service .wrapper .items fieldset legend .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dop_service .wrapper .items fieldset legend .title img {
	margin-left: 12px;
}

.dop_service .wrapper .items fieldset legend .title .name {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0px 30px;
	color: #001847;
	font-family: SegoeBold;
}

.dop_service .wrapper .items fieldset legend .img {
	position: absolute;
	bottom: -10px;
	right: 10px;
}

.dop_service .wrapper .items fieldset p {
	margin: 30px 10px 50px 10px;
}

.dop_service .wrapper .items fieldset .btn {
	position: absolute;
	bottom: -20px;
	right: 30px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 270px;
	background: url(../img/dop-service-btn.png) no-repeat;
	z-index: 105;
	color: #001847;
}

.dop_service .wrapper .items fieldset .btn .send {
	position: absolute;
	margin-left: 30px;
	margin-top: 9px;
	z-index: 106;
	font-family: SegoeBold;
}

.dop_service .bg2 {
	position: absolute;
	background: url(../img/bg-dop-service.jpg) no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 1;
	background-position: 100% 8%;
}

.dop_service .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 54.1%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	background-position: center;
	z-index: 100;
}

.dop_service .decor {
	position: absolute;
	top: -70px;
	right: 5%;
	width: 140px;
	height: 118px;
	background: url(../img/decor-service.png) no-repeat;
	z-index: 100;
}

.dop_service .decor-left {
	position: absolute;
	top: 60px;
	left: 11%;
	width: 194px;
	height: 139px;
	background: url(../img/decor-service-left.png) no-repeat;
	z-index: 100;
}

.area .wrapper {
	background: url(../img/bg-area.png) no-repeat;
	background-position: right;
	padding: 75px 30px;
}

.area .wrapper .titleH3 {
	font-size: 30px;
	color: #646464;
	font-family: SegoeBold;
}

.area .wrapper .text {
	max-width: 680px;
	margin: 20px 0;
	color: #646464;
	text-align: justify;
}

.footer {
	background: #f3f3f3;
}

.footer .wrapper {
	position: relative;
	padding: 60px 30px;
}

.footer .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	color: #646464;
}

.footer .wrapper .items .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.footer .wrapper .items .item .btn {
	margin-top: 50px;
	background: url(../img/footer-btn.png) no-repeat;
	color: #646464;
	font-family: SegoeBold;
	width: 270px;
	height: 40px;
	display: block;
}

.footer .wrapper .items .item .btn p {
	padding-top: 7px;
	padding-left: 10px;
}

.footer .wrapper .items .item .btn:hover {
	background: url(../img/dop-service-btn-ap.png) no-repeat;
	color: #fff;
}

.footer .wrapper .items .itemUl {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
}

.footer .wrapper .items .itemUl ul li {
	list-style-type: disc;
	color: #fe8245;
	list-style-position: inside;
	margin-top: 15px;
	width: 165px;
}

.footer .wrapper .items .itemUl ul li a {
	color: #646464;
}

.footer .wrapper .items .itemUl ul li a:hover {
	color: #fe8245;
}

.footer .wrapper .items .contact {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	margin-left: calc(8.333333333333334% + 15px);
}

.footer .wrapper .items .contact .socsety {
	margin: 10px 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .wrapper .items .contact .socsety a {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	display: block;
}

.footer .wrapper .items .contact .socsety .vk {
	background: url(../img/vk.png) no-repeat;
}

.footer .wrapper .items .contact .socsety .vk:hover {
	background: url(../img/vk-ap.png) no-repeat;
}

.footer .wrapper .items .contact .socsety .youtube {
	background: url(../img/youtube.png) no-repeat;
}

.footer .wrapper .items .contact .socsety .youtube:hover {
	background: url(../img/youtube-ap.png) no-repeat;
}

.footer .wrapper .items .contact .socsety .facebook {
	background: url(../img/facebook.png) no-repeat;
}

.footer .wrapper .items .contact .socsety .facebook:hover {
	background: url(../img/facebook-ap.png) no-repeat;
}

.footer .wrapper .items .contact .titlelg {
	margin: 10px 0 10px 0;
}

.footer .wrapper .items .contact .titlelg img {
	margin-right: 10px;
}

.footer .wrapper .items .contact .phonelg {
	display: block;
	color: #646464;
	font-family: SegoeBold;
	padding: 5px 0;
}

.footer .wrapper .items .contact .phonelg:hover {
	color: #fe8245;
}

.footer .wrapper .items .contact .phonelg img {
	padding-right: 10px;
	vertical-align: middle;
}

.footer .wrapper .items .contact .adres {
	max-width: 300px;
}

.footer .wrapper .items .contact .text {
	margin-top: 10px;
}

.footer .wrapper .items .contact .text:hover {
	color: #fe8245;
}

.footer .wrapper .items .titlemd {
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	font-family: SegoeBold;
	padding: 20px 0 0 20px;
}

.footer .wrapper .items .socsetymd {
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px 0 0 20px;
}

.footer .wrapper .items .socsetymd a {
	padding-right: 10px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	display: block;
}

.footer .wrapper .items .rules {
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
}

.footer .wrapper .items .rules p {
	padding-top: 10px;
}

.footer .wrapper .items .phonemd {
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 30px;
	font-family: SegoeBold;
}

.footer .wrapper .items .phonemd img {
	padding-right: 10px;
}

.footer .wrapper .items .phonemd:hover {
	color: #fe8245;
}

.footer .wrapper .items .adresmd {
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 30px;
}

.footer .wrapper .copyright {
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.footer .wrapper .copyright .msp {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
	color: #fe8245;
	font-family: SegoeBold;
}

.footer .wrapper .copyright .msp p {
	line-height: 30px;
}

.footer .wrapper .copyright .team {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	line-height: 30px;
}

.footer .wrapper .copyright .img {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
}

.footer .wrapper .decor {
	position: absolute;
	top: -25px;
	left: 40px;
	background-image: url(../img/decor-footer.png);
	width: 54px;
	height: 50px;
}

.headerLog {
	background: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.headerLog .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: SegoeBold;
	color: #646464;
}

.headerLog .wrapper .items .itemsBox1 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.headerLog .wrapper .items .itemsBox1 .itemsPhone {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.headerLog .wrapper .items .itemsBox1 .itemsPhone img {
	vertical-align: middle;
}

.headerLog .wrapper .items .itemsBox1 .itemsPhone .phone {
	padding: 0 40px 0 10px;
}
.headerLog .wrapper .items .itemsBox1 .itemsPhone .exchange, .header .wrapper .items .itemsBox1 .items .exchange {
	padding: 0 40px 0 0px;
}
.headerLog .wrapper .items .itemsBox1 .itemsPhone .exchange-ico, .header .wrapper .items .itemsBox1 .items .exchange-ico {
	padding: 0px;
	color: #fe8245;
}

.headerLog .wrapper .items .itemsBox1 .itemsPhone .phone:hover {
	color: #fe8245;
}

.headerLog .wrapper .items .itemsBox2 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(16.666666666666668% - 30px);
}

.headerLog .wrapper .items .itemsBox2 .itemsClock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerLog .wrapper .items .itemsBox2 .itemsClock img {
	vertical-align: middle;
	padding-right: 5px;
}

.headerLog .wrapper .items .itemsBox3 {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.headerLog .wrapper .items .itemsBox3 .itemsLog {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerLog .wrapper .items .itemsBox3 .itemsLog img {
	vertical-align: middle;
	padding: 0 10px 0 20px;
}

.headerLog .wrapper .items .itemsBox3 .itemsLog .entry:hover {
	color: #fe8245;
}

.headerLog .wrapper .items .itemsBox3 .itemsLog .checkImg {
	margin-top: 5px;
	height: 16px;
	width: 18px;
	background: url(../img/out.png);
}

.headerLog .wrapper .items .itemsBox3 .itemsLog .checkImg:hover {
	background: url(../img/out-ap.png);
}

.way {
	background: #f6f6f6;
}

.way .wrapper .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	font-family: SegoeBold;
	color: #646464;
	padding: 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.way .wrapper .items .backBox {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.way .wrapper .items .backBox .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.way .wrapper .items .backBox .item .back {
	margin-right: 25px;
	height: 32px;
	width: 32px;
	background: url(../img/back.png) no-repeat;
}

.way .wrapper .items .backBox .item .back:hover {
	background: url(../img/back-ap.png) no-repeat;
}

.way .wrapper .items .backBox .item .backLC {
	pointer-events: none;
	cursor: text;
	padding-top: 5px;
}

.way .wrapper .items .navWay {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.way .wrapper .items .navWay .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.way .wrapper .items .navWay .item .main {
	padding-right: 30px;
	background-image: url(../img/point.png);
	background-position: 85% 50%;
	background-repeat: no-repeat;
}

.way .wrapper .items .navWay .item .main:hover {
	color: #001847;
}

.way .wrapper .items .navWay .item .page:hover {
	color: #001847;
}

.content .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content .wrapper .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
}

.content .wrapper .textOne {
	margin-top: 20px;
	text-align: center;
	color: #646464;
}

.content .wrapper .textTwo {
	margin-top: 40px;
	margin-bottom: 5px;
	text-align: center;
	color: #646464;
	font-family: SegoeBold;
}

.content .wrapper .textThee {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
}

.content .wrapper .textThee a {
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.content .wrapper .textThee a div {
	display: none;
}

.content .wrapper .table {
	border: 1px #c8c8c8 solid;
	margin-top: 20px;
	color: #646464;
	padding: 20px;
	position: relative;
}

.content .wrapper .table .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .wrapper .table .items .text {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(75% - 30px);
	padding: 10px 0;
}

.content .wrapper .table .items .text .title {
	font-family: SegoeBold;
}

.content .wrapper .table .items .load {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	font-family: SegoeBold;
}

.content .wrapper .table .items .load img {
	margin-right: 10px;
}

.content .wrapper .table .items .load a:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.content .wrapper .table .decor {
	position: absolute;
	top: -80px;
	right: -120px;
	background-image: url(../img/decor.png);
	width: 137px;
	height: 135px;
}

.content .wrapper .agree form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.content .wrapper .agree form .item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	color: #646464;
	margin-top: 5px;
}

.content .wrapper .agree form .item input {
	margin-right: 10px;
}

.content .wrapper .agree form .item a {
	font-family: SegoeBold;
	color: #646464;
}

.content .wrapper .agree form .item a:hover {
	color: #001847;
	background-image: -webkit-linear-gradient(left, #c8c8c8 10%, transparent 70%);
	background-image: linear-gradient(to right, #c8c8c8 10%, transparent 70%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	padding-bottom: 5px;
}

.content .wrapper .agree form .item div {
	display: none;
}

.content .wrapper .agree form .btn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	color: #fff;
	font-family: SegoeBold;
	cursor: pointer;
	font-size: 18px;
	background-color: #fff;
	background-image: url(../img/btn-oran.png);
	width: 230px;
	height: 40px;
	border: none;
}

.content .wrapper .agree form .btn:hover {
	background-image: url(../img/btn-oran-act.png);
	color: #646464;
}

/*попап декор*/

.popupDecorPass img:first-child {
	position: absolute;
	top: -31px;
	left: 20px;
}

.popupDecorPass img:last-child {
	position: absolute;
	bottom: -56px;
	right: -65px;
}

/*попап декор конец*/

/*попап покупка процедур*/

.popupProcedure {
	padding: 30px 10px;
}

.popupProcedure .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupProcedure .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupProcedure .blocks .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(41.66666666666667% - 30px);
}

.popupProcedure .blocks .blockLeft p {
	color: #001847;
	font-family: SegoeBold;
}

.popupProcedure .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
	padding-bottom: 10px;
}

.popupProcedure .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	margin-top: 15px;
	position: relative;
	width: 170px;
	background: #fe8245;
	height: 42px;
}

.popupProcedure .blocks .blockBtn .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupProcedure .blocks .blockBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupProcedure .blocks .blockBtn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupProcedure .blocks .blockBtn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап покупка процедур конец*/

/*попап удалить документ*/

.popupDel {
	padding: 30px 10px;
}

.popupDel .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupDel .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupDel .blocks .text {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
}

.popupDel .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	margin-top: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.popupDel .blocks .blockBtn .btnWhile {
	position: relative;
	width: 170px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-left: 5px;
}

.popupDel .blocks .blockBtn .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupDel .blocks .blockBtn .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.popupDel .blocks .blockBtn .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.popupDel .blocks .blockBtn .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.popupDel .blocks .blockBtn .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.popupDel .blocks .blockBtn .btnOran {
	position: relative;
	width: 170px;
	background: #fe8245;
	height: 42px;
	margin-right: 5px;
}

.popupDel .blocks .blockBtn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupDel .blocks .blockBtn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupDel .blocks .blockBtn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupDel .blocks .blockBtn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап удалить документ конец*/

/*попап изменить пароль*/

.popupPass {
	padding: 30px 10px;
}

.popupPass .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupPass .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupPass .blocks .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(29.166666666666668% - 30px);
}

.popupPass .blocks .blockLeft span {
	color: #fe8245;
}

.popupPass .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(62.50000000000001% - 30px);
}

.popupPass .blocks .blockRight .passBlock {
	width: 100%;
	height: 40px;
	padding: 1px 0;
	margin-bottom: 10px;
	border-radius: 0;
	background: transparent;
	position: relative;
	border: 1px #c8c8c8 solid;
}

.popupPass .blocks .blockRight .passBlock .passInput {
	color: #646464;
	width: calc(100% - 40px);
	height: 38px;
	border: 0px solid;
	outline: 0;
	padding-left: 15px;
}

.popupPass .blocks .blockRight .passBlock .eye {
	background: url(../img/eye_show.png) no-repeat;
	width: 18px;
	height: 18px;
	top: 8px;
	right: 5px;
	position: absolute;
	cursor: pointer;
	z-index: 2000;
}

.popupPass .blocks .blockLine {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	height: 1px;
	padding-top: 20px;
	border-bottom: 1px #c8c8c8 solid;
}

.popupPass .blocks .blockInfo {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding-top: 30px;
}

.popupPass .blocks .blockInfo span {
	color: #fe8245;
}

.popupPass .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	margin-top: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.popupPass .blocks .blockBtn .btnWhile {
	position: relative;
	width: 170px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-left: 5px;
}

.popupPass .blocks .blockBtn .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupPass .blocks .blockBtn .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.popupPass .blocks .blockBtn .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.popupPass .blocks .blockBtn .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.popupPass .blocks .blockBtn .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.popupPass .blocks .blockBtn .btnOran {
	position: relative;
	width: 170px;
	background: #fe8245;
	height: 42px;
	margin-right: 5px;
}

.popupPass .blocks .blockBtn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupPass .blocks .blockBtn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupPass .blocks .blockBtn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupPass .blocks .blockBtn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап изменить пароль кОнец*/

/*попап обратная связь*/

.popupFeedback {
	padding: 30px 10px;
}

.popupFeedback .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupFeedback .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupFeedback .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.popupFeedback .blocks .blockRight .inpBlock {
	width: 100%;
	height: 40px;
	padding: 1px 0;
	margin-bottom: 10px;
	border-radius: 0;
	background: transparent;
	position: relative;
	border: 1px #c8c8c8 solid;
}

.popupFeedback .blocks .blockRight .inpBlock input::-webkit-outer-spin-button,
.popupFeedback .blocks .blockRight .inpBlock input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.popupFeedback .blocks .blockRight .inpBlock input[type='number'] {
	-moz-appearance: textfield;
}

.popupFeedback .blocks .blockRight .inpBlock input {
	color: #646464;
	width: calc(100% - 40px);
	height: 38px;
	border: 0px solid;
	outline: 0;
	padding-left: 15px;
}

.popupFeedback .blocks .blockRight .inpBlock input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.popupFeedback .blocks .blockRight .inpBlock input::-moz-placeholder {
	color: #c8c8c8;
}

.popupFeedback .blocks .blockRight .inpBlock input:-ms-input-placeholder {
	color: #c8c8c8;
}

.popupFeedback .blocks .blockRight .inpBlock input:-moz-placeholder {
	color: #c8c8c8;
}

.popupFeedback .blocks .blockRight .inpBlock input:focus::-webkit-input-placeholder {
	color: transparent;
}

.popupFeedback .blocks .blockRight .inpBlock input:focus::-moz-placeholder {
	color: transparent;
}

.popupFeedback .blocks .blockRight .inpBlock input:focus:-moz-placeholder {
	color: transparent;
}

.popupFeedback .blocks .blockRight .inpBlock input:focus:-ms-input-placeholder {
	color: transparent;
}

.popupFeedback .blocks .blockRight .inpBlock .eye {
	background: url(../img/eye_show.png) no-repeat;
	width: 18px;
	height: 18px;
	top: 8px;
	right: 5px;
	position: absolute;
	cursor: pointer;
	z-index: 2000;
}

.popupFeedback .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	margin-top: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.popupFeedback .blocks .blockBtn .btnWhile {
	position: relative;
	width: 170px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-left: 5px;
}

.popupFeedback .blocks .blockBtn .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupFeedback .blocks .blockBtn .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.popupFeedback .blocks .blockBtn .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.popupFeedback .blocks .blockBtn .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.popupFeedback .blocks .blockBtn .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.popupFeedback .blocks .blockBtn .btnOran {
	position: relative;
	width: 170px;
	background: #fe8245;
	height: 42px;
	margin-right: 5px;
}

.popupFeedback .blocks .blockBtn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupFeedback .blocks .blockBtn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupFeedback .blocks .blockBtn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupFeedback .blocks .blockBtn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап обратная связь конец*/

/*попап авторизация*/

.popupAuthoriz {
	padding: 30px 10px;
}

.popupAuthoriz .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupAuthoriz .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupAuthoriz .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
}

.popupAuthoriz .blocks .blockRight .inpBlock {
	width: 100%;
	height: 40px;
	padding: 1px 0;
	margin-bottom: 10px;
	border-radius: 0;
	background: transparent;
	position: relative;
	border: 1px #c8c8c8 solid;
}

.popupAuthoriz .blocks .blockRight .inpBlock input::-webkit-outer-spin-button,
.popupAuthoriz .blocks .blockRight .inpBlock input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.popupAuthoriz .blocks .blockRight .inpBlock input[type='number'] {
	-moz-appearance: textfield;
}

.popupAuthoriz .blocks .blockRight .inpBlock input {
	color: #646464;
	width: calc(100% - 40px);
	height: 38px;
	border: 0px solid;
	outline: 0;
	padding-left: 15px;
}

.popupAuthoriz .blocks .blockRight .inpBlock input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.popupAuthoriz .blocks .blockRight .inpBlock input::-moz-placeholder {
	color: #c8c8c8;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:-ms-input-placeholder {
	color: #c8c8c8;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:-moz-placeholder {
	color: #c8c8c8;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:focus::-webkit-input-placeholder {
	color: transparent;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:focus::-moz-placeholder {
	color: transparent;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:focus:-moz-placeholder {
	color: transparent;
}

.popupAuthoriz .blocks .blockRight .inpBlock input:focus:-ms-input-placeholder {
	color: transparent;
}

.popupAuthoriz .blocks .blockRemember {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	line-height: 40px;
}

.popupAuthoriz .blocks .blockRemember label {
	cursor: pointer;
}

.popupAuthoriz .blocks .blockRemember input {
	height: 15px;
	width: 15px;
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

.popupAuthoriz .blocks .blockRestoring {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #001847;
	font-family: SegoeBold;
}

.popupAuthoriz .blocks .blockRestoring:hover {
	color: #fe8245;
}

.popupAuthoriz .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
}

.popupAuthoriz .blocks .blockBtn .btnOran {
	margin-left: calc(100% - 100px);
	position: relative;
	width: 100px;
	background: #fe8245;
	height: 42px;
}

.popupAuthoriz .blocks .blockBtn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupAuthoriz .blocks .blockBtn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupAuthoriz .blocks .blockBtn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupAuthoriz .blocks .blockBtn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.popupAuthoriz .blocks .blockLine {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	height: 1px;
	padding-top: 20px;
	border-bottom: 1px #c8c8c8 solid;
}

.popupAuthoriz .blocks .blockNot {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	text-align: center;
	padding: 5px 0;
}

.popupAuthoriz .blocks .blockChek {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	text-align: center;
	padding: 5px 0;
	color: #001847;
	font-family: SegoeBold;
}

.popupAuthoriz .blocks .blockChek:hover {
	color: #fe8245;
}

/*попап авторизация конец*/

/*попап войдите или зарегистрируйтесь*/

.popupError {
	padding: 30px 10px;
}

.popupError .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupError .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupError .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
}

.popupError .blocks .blockRight a {
	color: #001847;
	font-family: SegoeBold;
}

.popupError .blocks .blockRight a:hover {
	color: #fe8245;
}

.popupError .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	margin-top: 15px;
	position: relative;
	width: 170px;
	border: 1px solid #e8e8e8;
	height: 40px;
}

.popupError .blocks .blockBtn .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupError .blocks .blockBtn .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.popupError .blocks .blockBtn:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.popupError .blocks .blockBtn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.popupError .blocks .blockBtn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап войдите или зарегистрируйтесь конец*/

/*попап изменить комментарий */

.popupEdit {
	padding: 30px 10px;
}

.popupEdit .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupEdit .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupEdit .blocks .newComment {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(66.66666666666667% - 30px);
	text-align: left;
	margin-bottom: 10px;
	height: 38px;
	padding-left: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 0;
	background: transparent;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #646464;
}

.popupEdit .blocks .line {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	border-bottom: 1px solid #c8c8c8;
	height: 1px;
}

.popupEdit .blocks .text {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	text-align: center;
}

.popupEdit .blocks .text span {
	color: #fe8245;
}

.popupEdit .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(83.33333333333334% - 30px);
	margin-top: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.popupEdit .blocks .blockBtn .btnWhile {
	position: relative;
	width: 170px;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin-left: 5px;
}

.popupEdit .blocks .blockBtn .btnWhile .while {
	margin: 0 auto;
	border-radius: 0;
	color: #646464;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupEdit .blocks .blockBtn .btnWhile .while:hover {
	color: #fff;
	font-family: SegoeBold;
}

.popupEdit .blocks .blockBtn .btnWhile:after {
	position: absolute;
	top: -1px;
	right: -2px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/btn.png) no-repeat;
}

.popupEdit .blocks .blockBtn .btnWhile:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.popupEdit .blocks .blockBtn .btnWhile:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

.popupEdit .blocks .blockBtn .btnOran {
	position: relative;
	width: 170px;
	background: #fe8245;
	height: 42px;
	margin-right: 5px;
}

.popupEdit .blocks .blockBtn .btnOran .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupEdit .blocks .blockBtn .btnOran:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupEdit .blocks .blockBtn .btnOran:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupEdit .blocks .blockBtn .btnOran:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап изменить комментарий конец */

/*попап отклик*/

.popupOtclik {
	padding: 30px 10px;
}

.popupOtclik .titleH1 {
	text-align: center;
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	padding-bottom: 30px;
}

.popupOtclik .blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #646464;
}

.popupOtclik .blocks .blockRight {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
}

.popupOtclik .blocks .blockRight .checkboxBlock {
	position: relative;
	padding-bottom: 10px;
}

.popupOtclik .blocks .blockRight .checkboxBlock .boxCheckName {
	border: 1px #c8c8c8 solid;
	width: calc(100% - 15px);
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	cursor: pointer;
	background: #fff url(../img/arrow.png) 98% 50% no-repeat;
}

.popupOtclik .blocks .blockRight .checkboxBlock .boxCheck {
	position: absolute;
	top: 40px;
	left: 0;
	border: 1px #c8c8c8 solid;
	width: 100%;
	background: #fff;
	display: none;
}

.popupOtclik .blocks .blockRight .checkboxBlock .boxCheck label {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	display: block;
	padding-left: 15px;
}

.popupOtclik .blocks .blockRight .checkboxBlock .boxCheck label:hover {
	color: #fe8245;
	font-family: SegoeBold;
}

.popupOtclik .blocks .blockRight .checkboxBlock .boxCheck .activs {
	background: #f3f0f0;
}

.popupOtclik .blocks .blockRight .checkboxBlock input {
	display: none;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea {
	width: calc(100% - 15px);
	border: 1px #c8c8c8 solid;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
	height: 60px;
	color: #646464;
	resize: none;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea::-webkit-input-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea::-moz-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:-ms-input-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:-moz-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:focus::-moz-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:focus:-moz-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .textareaBlock textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .inpBlock {
	width: 100%;
	height: 40px;
	padding: 1px 0;
	margin-bottom: 10px;
	border-radius: 0;
	background: transparent;
	position: relative;
	border: 1px #c8c8c8 solid;
}

.popupOtclik .blocks .blockRight .inpBlock input::-webkit-outer-spin-button,
.popupOtclik .blocks .blockRight .inpBlock input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.popupOtclik .blocks .blockRight .inpBlock input[type='number'] {
	-moz-appearance: textfield;
}

.popupOtclik .blocks .blockRight .inpBlock input {
	color: #646464;
	width: calc(100% - 40px);
	height: 38px;
	border: 0px solid;
	outline: 0;
	padding-left: 15px;
}

.popupOtclik .blocks .blockRight .inpBlock input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .inpBlock input::-moz-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .inpBlock input:-ms-input-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .inpBlock input:-moz-placeholder {
	color: #c8c8c8;
}

.popupOtclik .blocks .blockRight .inpBlock input:focus::-webkit-input-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .inpBlock input:focus::-moz-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .inpBlock input:focus:-moz-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockRight .inpBlock input:focus:-ms-input-placeholder {
	color: transparent;
}

.popupOtclik .blocks .blockLeft {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.333333333333336% - 30px);
}

.popupOtclik .blocks .blockLeft span {
	color: #fe8245;
}

.popupOtclik .blocks .docs {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(58.333333333333336% - 30px);
	color: #001847;
	font-family: SegoeBold;
}

.popupOtclik .blocks .docs .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popupOtclik .blocks .docs .attach__item {
	padding: 0 0 5px 0px;
	margin: 0 0 5px 0;
}

.popupOtclik .blocks .docs .attach__up {
	cursor: pointer;
}

.popupOtclik .blocks .docs .attach__delete {
	display: none;
	margin-right: 10px;
	cursor: pointer;
}

.popupOtclik .blocks .docs .attach__delete img {
	padding-left: 5px;
}

.popupOtclik .blocks .docs .attach__item--attached .attach__up {
	display: none;
}

.popupOtclik .blocks .docs .attach__item--attached .attach__edit,
.popupOtclik .blocks .docs .attach__item--attached .attach__delete {
	display: inline-block;
}

.popupOtclik .blocks .docs .attach__input {
	display: none;
}

.popupOtclik .blocks .line {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(91.66666666666667% - 30px);
	border-top: 1px solid #c8c8c8;
	height: 1px;
}

.popupOtclik .blocks .text {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding-top: 10px;
}

.popupOtclik .blocks .text span {
	color: #fe8245;
}

.popupOtclik .blocks .checkSoglasen {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	text-align: center;
	padding-top: 10px;
}

.popupOtclik .blocks .checkSoglasen label {
	cursor: pointer;
}

.popupOtclik .blocks .checkSoglasen input {
	height: 15px;
	width: 15px;
	vertical-align: -3px;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

.popupOtclik .blocks .blockBtn {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	margin-top: 15px;
	position: relative;
	width: 150px;
	background: #fe8245;
	height: 42px;
}

.popupOtclik .blocks .blockBtn .oran {
	border-radius: 0;
	color: #fff;
	font-family: SegoeBold;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.popupOtclik .blocks .blockBtn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.popupOtclik .blocks .blockBtn:hover {
	box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: SegoeBold;
	background: #fe8245;
}

.popupOtclik .blocks .blockBtn:hover:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
}

/*попап отклик конец*/

@media screen and (max-width: 1500px) {
	.dopService .bg2 {
		background-position: 50% 11%;
	}

	.dopService .decor-left {
		left: 1%;
	}

	.slyder .bg2 {
		background-position: 25% 8%;
	}

	.news .bg2 {
		background-position: 50% 3%;
	}

	.news .decor {
		left: 10%;
	}

	.dop_service .bg2 {
		background-position: 50% 11%;
	}
}

@media screen and (max-width: 1230px) {
	.content .wrapper .table .items .text {
		width: calc(75% - 30px);
	}

	.content .wrapper .table .items .load {
		width: calc(25% - 30px);
	}

	.content .wrapper .table .items .load {
		text-align: right;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(62.50000000000001% - 30px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(25% - 30px);
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(37.5% - 30px);
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 50%;
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
		width: calc(27.5% - 30px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		width: calc(72.5% - 30px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .organ {
		width: calc(33.333333333333336% - 30px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
		width: calc(66.66666666666667% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock {
		width: calc(62.50000000000001% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
		width: calc(41.66666666666667% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
		padding-left: 0;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(25% - 30px);
	}

	.zacupky .wrapper .content .items .rightBlock {
		width: calc(37.5% - 30px);
	}

	.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 50%;
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(62.50000000000001% - 30px);
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(37.5% - 30px);
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 50%;
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.company .wrapper .content .items .leftBlock {
		width: calc(62.50000000000001% - 30px);
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(25% - 30px);
	}

	.company .wrapper .content .items .rightBlock {
		width: calc(37.5% - 30px);
	}

	.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 50%;
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.dopService .bg2 {
		background-position: 50% 100%;
	}

	.dopService .bg2 {
		background-position: 50% 11%;
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock {
		padding: 7px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
		padding-left: 0;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		width: calc(25% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		width: calc(25% - 30px);
	}

	.error .wrapper .error403 .leftBlock {
		margin: 0 auto;
	}

	.error .wrapper .error403 .rightBlock {
		display: none;
	}

	.error .wrapper .error500 .leftBlock {
		display: none;
	}

	.error .wrapper .error500 .centerBlock {
		margin: 0 auto;
	}

	.kartayour .wrapper .items .block .bodyBlock {
		padding: 7px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		width: calc(62.50000000000001% - 30px);
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		width: calc(37.5% - 30px);
	}

	.areaBlock .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.areaBlock .wrapper {
		background-position: 100% 0%;
	}

	.header .wrapper .items .itemsBox1 {
		width: calc(41.66666666666667% - 30px);
	}

	.header .wrapper .items .itemsBox2 {
		width: calc(41.66666666666667% - 30px);
	}

	.underHeader .items #menu1 ul li .zakupky {
		padding: 20px 0 30px 15px;
	}

	.underHeader .items #menu1 ul li .zakupky {
		left: -10px;
	}

	.underHeader .items #menu1 ul li .uslugi {
		padding: 20px 0 30px 15px;
	}

	.underHeader .items #menu1 ul li .uslugi {
		left: -10px;
	}

	.slyder .bg2 {
		background-position: 40% 8%;
	}

	.services .wrapper .itemsBox .item {
		width: calc(50% - 30px);
	}

	.news .wrapper .items .item {
		width: calc(50% - 30px);
	}

	.news .wrapper .items .item {
		margin-left: calc(0% + 15px);
	}

	.news .bg2 {
		background-position: 55% 3%;
	}

	.bargain .wrapper .items2 .item .itemBox .p-actTo .actTo {
		width: 100%;
	}

	.bargain .wrapper .items2 .item .itemBoxAct .p-actTo .actTo {
		width: 100%;
	}

	.dop_service .wrapper {
		padding-bottom: 60px;
	}

	.dop_service .bg2 {
		background-position: 50% 100%;
	}

	.dop_service .bg2 {
		background-position: 50% 11%;
	}

	.area .wrapper {
		background: url(../img/bg-area-md.png) no-repeat;
	}

	.area .wrapper {
		background-position: 100% 0%;
	}

	.footer .wrapper .copyright .msp {
		width: calc(50% - 30px);
	}

	.footer .wrapper .copyright .msp p {
		max-width: 300px;
	}

	.footer .wrapper .copyright .team {
		width: calc(25% - 30px);
	}

	.footer .wrapper .copyright .img {
		width: calc(25% - 30px);
	}

	.headerLog .wrapper .items .itemsBox1 {
		width: calc(41.66666666666667% - 30px);
	}

	.headerLog .wrapper .items .itemsBox2 {
		width: calc(16.666666666666668% - 30px);
	}

	.headerLog .wrapper .items .itemsBox3 {
		width: calc(37.5% - 30px);
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog img {
		padding: 0 0 0 0;
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog .entry {
		padding: 0 20px 0 10px;
	}

	.content .wrapper .table .items .text {
		width: calc(75% - 30px);
	}

	.content .wrapper .table .items .load {
		width: calc(25% - 30px);
	}

	.content .wrapper .table .items .load {
		text-align: right;
	}

	.content .wrapper .agree form .item div {
		display: block;
	}
}

@media screen and (max-width: 1020px) {
	.content .wrapper .agree .item {
		width: calc(50% - 30px);
	}

	.zacupshiky .content .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .item {
		width: calc(100% - 30px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .item .items {
		margin-left: 0;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(100% - 30px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		text-align: center;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-top: 20px;
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.zacupshiky .content .items .rightBlock {
		margin-top: 10px;
	}

	.zacupshiky .content .items .rightBlock .newsBlock {
		padding: 20px;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .titleH2 {
		text-align: center;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup {
		text-align: center;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
		display: block;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo img {
		width: 85px;
		height: 88px;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 0%;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(79.16666666666667% - 30px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
		width: calc(33.333333333333336% - 30px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		width: calc(66.66666666666667% - 30px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupky .wrapper .content .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupky .wrapper .content .items .leftBlock {
		width: calc(100% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item {
		width: calc(100% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item .items {
		margin-left: 0;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(100% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		text-align: center;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-top: 20px;
	}

	.zacupky .wrapper .content .items .rightBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.zacupky .wrapper .content .items .rightBlock {
		margin-top: 10px;
	}

	.zacupky .wrapper .content .items .rightBlock .newsBlock {
		padding: 20px;
	}

	.zacupky .wrapper .content .items .rightBlock .bigZakup .titleH2 {
		text-align: center;
	}

	.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup {
		text-align: center;
	}

	.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
		display: block;
	}

	.zacupky .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 0%;
	}

	.zapros .zaprosTabl {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zapros .zaprosTabl .region {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .region {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .region {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .region {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .regionSel {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .regionSel {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .organizator {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .organizator {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .organizator {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .organizator {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .organizatorInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .organizatorInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .categ {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .categ {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .categ {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .categ {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .categSel {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .categSel {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .opisanie {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .opisanie {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .opisanie {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .opisanie {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .opisanieInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .opisanieInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .price {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .price {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .price {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .price {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .inpForm {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .inpForm {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .docum {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .docum {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .docum {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .docum {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .docs {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .docs {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .date {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .date {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .date {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .date {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .dateFromTo {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .phone {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .phone {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .phone {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .phone {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .phoneInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .phoneInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .minMax {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .minMax {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .minMax {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .minMax {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .checkMinMax {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .checkMinMax {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .checkMinMax {
		padding-top: 0px;
	}

	.zapros .zaprosTabl .dateEnding {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .dateEnding {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .dateEnding {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .dateEnding {
		padding-bottom: 10px;
	}

	.zapros .zaprosTabl .dateEndingInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zapros .zaprosTabl .dateEndingInp {
		width: calc(83.33333333333334% - 30px);
	}

	.zacupshiky .content .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(83.33333333333334% - 30px);
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(83.33333333333334% - 30px);
	}

	.zacupshiky .content .items .rightBlock {
		margin-top: 10px;
	}

	.zacupshiky .content .items .rightBlock .zakazchikBlock {
		padding: 20px;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .titleH2 {
		text-align: center;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup {
		text-align: center;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
		display: block;
	}

	.zacupshiky .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 0%;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(79.16666666666667% - 30px);
	}

	.company .wrapper .content .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.company .wrapper .content .items .leftBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .item {
		width: calc(100% - 30px);
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .item .items {
		margin-left: 0;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		width: calc(100% - 30px);
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		text-align: center;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-top: 20px;
	}

	.company .wrapper .content .items .rightBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.company .wrapper .content .items .rightBlock {
		margin-top: 10px;
	}

	.company .wrapper .content .items .rightBlock .partnerBlock {
		padding: 20px;
	}

	.company .wrapper .content .items .rightBlock .bigZakup .titleH2 {
		text-align: center;
	}

	.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup {
		text-align: center;
	}

	.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo {
		display: block;
	}

	.company .wrapper .content .items .rightBlock .bigZakup .bodyZakup .boxInfo .bodyText a {
		margin-left: 0%;
	}

	.oCompany .wrapper .statistics .items .item {
		width: calc(27.5% - 30px);
	}

	.oCompany .wrapper .statistics .items .item .number {
		font-size: 48px;
	}

	.oCompany .wrapper .statistics .items .point {
		width: calc(8.333333333333334% - 30px);
	}

	.CompanyBlock .wrapper .items .item1 {
		width: calc(108.33333333333334% - 30px);
	}

	.CompanyBlock .wrapper .items .item2 {
		width: calc(108.33333333333334% - 30px);
	}

	.CompanyBlock .wrapper .items .item2 img {
		display: none;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct {
		width: calc(108.33333333333334% - 30px);
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct {
		padding-bottom: 10px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items p {
		width: calc(108.33333333333334% - 30px);
	}

	.dopService .bg {
		width: 100%;
	}

	.dopService .bg {
		height: 40%;
	}

	.addTorg .addTorgTabl {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.addTorg .addTorgTabl .region {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .region {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .region {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .region {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .regionSel {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .regionSel {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .organizator {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .organizator {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .organizator {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .organizator {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .organizatorInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .opisanie {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .opisanie {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .opisanie {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .opisanie {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .opisanieInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .price {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .price {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .price {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .price {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .inpForm {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .inpForm {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .docum {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .docum {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .docum {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .docum {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .docs {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .docs {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .bank {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .bank {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .bank {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .bank {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .bankInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .bankInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .bankInp {
		padding-top: 0px;
	}

	.addTorg .addTorgTabl .phone {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .phone {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .phone {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .phone {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .phoneInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .phoneInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .inpBox {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .inpBox {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .minMax {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .minMax {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .minMax {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .minMax {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .checkMinMax {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .checkMinMax {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .checkMinMax {
		padding-top: 0px;
	}

	.addTorg .addTorgTabl .dateEnding {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .dateEnding {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .dateEnding {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .dateEnding {
		padding-bottom: 10px;
	}

	.addTorg .addTorgTabl .dateEndingInp {
		width: calc(83.33333333333334% - 30px);
	}

	.addTorg .addTorgTabl .dateEndingInp {
		width: calc(83.33333333333334% - 30px);
	}

	.tarif .wrapper .tarifPlans .items .item {
		width: calc(100% - 30px);
	}

	.tarif .wrapper .tarifPlans .items .item:nth-child(2) {
		border-left: 1px solid #c8c8c8;
	}

	.tarif .wrapper .tarifPlans .items .item:nth-child(3) {
		border-left: 1px solid #c8c8c8;
	}

	.cooperation .wrapper .items .blockLeft {
		display: none;
	}

	.cooperation .wrapper .items .blockRight {
		width: calc(100% - 30px);
	}

	.partners .wrapper .partner .items .blockLeft {
		width: calc(100% - 30px);
	}

	.partners .wrapper .partner .items .blockRight {
		width: calc(100% - 30px);
	}

	.partners .wrapper .partner .items .site {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		padding-right: 3%;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item1 {
		width: calc(33.333333333333336% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 {
		width: calc(66.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .license table tr td {
		padding: 10px 0 10px 10px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo {
		width: calc(33.333333333333336% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
		width: calc(41.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items {
		margin-left: 35%;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		margin-top: 20px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
		width: calc(25% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		width: calc(41.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		width: calc(33.333333333333336% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items {
		margin-left: 35%;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		margin-top: 20px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockLeft {
		width: calc(29.166666666666668% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
		width: calc(41.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockRight {
		width: calc(29.166666666666668% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
		width: calc(41.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
		width: calc(41.66666666666667% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item:nth-child(1) {
		border-bottom: 1px solid #c8c8c8;
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item:nth-child(2) {
		border-bottom: 1px solid #c8c8c8;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		width: calc(100% - 30px);
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		padding: 20px 30px 20px 30px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
		width: calc(100% - 30px);
	}

	.error .wrapper .error403 .leftBlock {
		width: 100%;
	}

	.error .wrapper .error403 .leftBlock .decor1 {
		display: none;
	}

	.error .wrapper .error403 .leftBlock .decor2 {
		display: none;
	}

	.error .wrapper .error500 .centerBlock {
		width: 100%;
	}

	.kartayour .wrapper .items .block {
		width: calc(100% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck {
		width: calc(58.333333333333336% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
		width: calc(33.333333333333336% - 30px);
	}

	.zacupka .wrapper .contentZac .zacupkaBottom {
		margin: 10px 5px;
	}

	.newsPodrobno .wrapper .content .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		width: calc(100% - 30px);
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		width: calc(91.66666666666667% - 30px);
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		margin-top: 10px;
	}

	.newsPodrobno .wrapper .content .items .rightBlock .newsBlock {
		padding: 20px;
	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .wrapper .items .itemsBox1 {
		width: calc(52.5% - 30px);
	}

	.header .wrapper .items .itemsBox2 {
		width: calc(47.50000000000001% - 30px);
	}

	.underHeader .items .menu-bars {
		display: block;
	}

	.underHeader .items #menu1 {
		display: none;
	}

	.slyder .bg {
		width: 100%;
	}

	.slyder .decor {
		display: none;
	}

	.services .wrapper {
		padding-bottom: 40px;
	}

	.services .wrapper .itemsBox .item {
		width: calc(50% - 30px);
	}

	.services .wrapper .itemsBox .item {
		padding-bottom: 20px;
	}

	.services .wrapper .itemsBox .item .face .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.news .wrapper .items .item {
		width: calc(100% - 30px);
	}

	.news .wrapper .items .item .msp {
		margin: 30px auto 100px auto;
	}

	.news .wrapper .items .item .msp {
		max-width: 90%;
	}

	.news .wrapper .items .item2 {
		width: calc(100% - 30px);
	}

	.news .wrapper .items .item2 {
		max-width: 80%;
	}

	.news .wrapper .items .item2 {
		background: #fff;
	}

	.news .wrapper .items .item2 {
		padding-top: 20px;
	}

	.news .bg2 {
		background: url(../img/bg-news-md.jpg) no-repeat;
	}

	.news .bg2 {
		height: 40%;
	}

	.news .bg2 {
		background-position: 30% 45%;
	}

	.news .bg {
		display: none;
	}

	.news .decor {
		display: none;
	}

	.dop_service .bg {
		width: 100%;
	}

	.dop_service .bg {
		height: 40%;
	}

	.dop_service .decor-left {
		left: 1%;
	}

	.footer .wrapper {
		padding: 30px 30px;
	}

	.footer .wrapper .items .item {
		width: calc(100% - 30px);
	}

	.footer .wrapper .items .item .btn {
		margin-top: 25px;
	}

	.footer .wrapper .items .itemUl {
		width: calc(50% - 30px);
	}

	.footer .wrapper .items .contact {
		display: none;
	}

	.footer .wrapper .items .contact {
		margin-left: calc(0% + 15px);
	}

	.footer .wrapper .items .titlemd {
		display: block;
	}

	.footer .wrapper .items .titlemd {
		width: calc(100% - 30px);
	}

	.footer .wrapper .items .socsetymd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer .wrapper .items .socsetymd {
		width: calc(50% - 30px);
	}

	.footer .wrapper .items .rules {
		display: block;
	}

	.footer .wrapper .items .rules {
		width: calc(50% - 30px);
	}

	.footer .wrapper .items .phonemd {
		display: block;
	}

	.footer .wrapper .items .phonemd {
		width: calc(50% - 30px);
	}

	.footer .wrapper .items .adresmd {
		display: block;
	}

	.footer .wrapper .items .adresmd {
		width: calc(100% - 30px);
	}

	.footer .wrapper .copyright .msp {
		width: calc(100% - 30px);
	}

	.footer .wrapper .copyright .msp p {
		max-width: 100%;
	}

	.footer .wrapper .copyright .team {
		width: calc(41.66666666666667% - 30px);
	}

	.footer .wrapper .copyright .team {
		padding-top: 30px;
	}

	.footer .wrapper .copyright .team {
		line-height: 20px;
	}

	.footer .wrapper .copyright .img {
		width: calc(58.333333333333336% - 30px);
	}

	.footer .wrapper .copyright .img {
		padding-top: 25px;
	}

	.headerLog .wrapper .items .itemsBox1 {
		width: calc(58.333333333333336% - 30px);
	}

	.headerLog .wrapper .items .itemsBox2 {
		width: calc(41.66666666666667% - 30px);
	}

	.headerLog .wrapper .items .itemsBox3 {
		width: calc(50% - 30px);
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog {
		padding-top: 10px;
	}

	.way .wrapper .items .backBox {
		width: calc(50% - 30px);
	}

	.way .wrapper .items .navWay {
		width: calc(50% - 30px);
	}

	.content .wrapper .agree form .item {
		width: calc(50% - 30px);
	}

	.popupDecorPass {
		display: none;
	}

	.popupPass .blocks .blockLeft {
		width: calc(33.333333333333336% - 30px);
	}

	.popupPass .blocks .blockRight {
		width: calc(66.66666666666667% - 30px);
	}

	.popupPass .blocks .blockLine {
		width: calc(108.33333333333334% - 30px);
	}

	.popupAuthoriz .blocks .blockLine {
		width: calc(108.33333333333334% - 30px);
	}

	.popupOtclik .blocks .blockRight {
		width: calc(83.33333333333334% - 30px);
	}

	.popupOtclik .blocks .blockLeft {
		width: calc(83.33333333333334% - 30px);
	}

	.popupOtclik .blocks .docs {
		width: calc(83.33333333333334% - 30px);
	}
}

@media screen and (max-width: 720px) {
	.content .wrapper .table .items .text {
		width: calc(66.66666666666667% - 30px);
	}

	.content .wrapper .table .items .load {
		width: calc(33.333333333333336% - 30px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
		width: calc(100% - 30px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		width: calc(100% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .sort {
		display: block;
	}

	.zacupky .wrapper .content .items .leftBlock .sort {
		text-align: center;
	}

	.zacupky .wrapper .content .items .leftBlock .sort .sortToDate {
		padding-bottom: 15px;
	}

	.zacupky .wrapper .content .items .leftBlock .sort .categ {
		width: 100%;
	}

	.zacupky .wrapper .content .items .leftBlock .sort .categ select {
		width: 100%;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test {
		text-align: center;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .uchastie {
		margin: 10px auto;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo table {
		margin: 10px auto;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo table {
		text-align: left;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo .podrobno {
		text-align: center;
	}

	.zapros .zaprosTabl .region {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .region {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .regionSel {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .regionSel {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .organizator {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .organizator {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .organizatorInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .organizatorInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .categ {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .categ {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .categSel {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .categSel {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .opisanie {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .opisanie {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .opisanieInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .opisanieInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .price {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .price {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .inpForm {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .inpForm {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .docum {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .docum {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .docs {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .docs {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .date {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .date {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .dateFromTo {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .phone {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .phone {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .phoneInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .phoneInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .minMax {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .minMax {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .checkMinMax {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .checkMinMax {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .dateEnding {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .dateEnding {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .dateEndingInp {
		width: calc(100% - 30px);
	}

	.zapros .zaprosTabl .dateEndingInp {
		width: calc(100% - 30px);
	}

	.zacupshiky .content .items .leftBlock .zakupka .items p {
		width: calc(100% - 30px);
	}

	.zacupshiky .content .items .leftBlock .zakupka .items p {
		padding-bottom: 5px;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items .inform {
		width: calc(100% - 30px);
	}

	.contakty .wrapper .data .items .item {
		width: calc(108.33333333333334% - 30px);
	}

	.contakty .wrapper .data .items .item .imgData {
		display: none;
	}

	.contakty .wrapper .feedback .feedbackBlock {
		width: 100%;
	}

	.company .wrapper .content .items .leftBlock .companyNews {
		display: block;
	}

	.company .wrapper .content .items .leftBlock .companyNews {
		text-align: center;
	}

	.company .wrapper .content .items .leftBlock .companyNews {
		padding: 5px 25px 5px 25px;
	}

	.oCompany .wrapper .statistics {
		padding: 20px 0;
	}

	.oCompany .wrapper .statistics .items .item {
		width: calc(100% - 30px);
	}

	.oCompany .wrapper .statistics .items .item {
		padding: 20px 0;
	}

	.oCompany .wrapper .statistics .items .point {
		display: none;
	}

	.addTorg .addTorgTabl .region {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .region {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .regionSel {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .regionSel {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .organizator {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .organizator {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .organizatorInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .organizatorInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .opisanie {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .opisanie {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .opisanieInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .opisanieInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .price {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .price {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .inpForm {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .inpForm {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .docum {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .docum {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .docs {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .docs {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .bank {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .bank {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .bankInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .bankInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .phone {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .phone {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .phoneInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .phoneInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .inpBox {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .inpBox {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .minMax {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .minMax {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .checkMinMax {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .checkMinMax {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .dateEnding {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .dateEnding {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .dateEndingInp {
		width: calc(100% - 30px);
	}

	.addTorg .addTorgTabl .dateEndingInp {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		padding-right: 1%;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		padding-right: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile {
		width: 120px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran {
		width: 120px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item1 {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .license table {
		display: none;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen {
		display: block;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtn {
		display: none;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .addBtnMD {
		display: block;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusActive {
		margin: 10px auto;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .statusClose {
		margin: 10px auto;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo table {
		margin: 10px auto;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo table {
		text-align: left;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo .podrobno {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
		width: calc(83.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		width: calc(83.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		padding-bottom: 10px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter span {
		display: block;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		width: calc(83.33333333333334% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		padding-right: 0;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		width: calc(75% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockLeft {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
		padding: 25px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockRight {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockLeft {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
		width: calc(100% - 30px);
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
		text-align: center;
	}

	.error .wrapper .error500 .rightBlock {
		display: none;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		width: calc(108.33333333333334% - 30px);
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		text-align: center;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.newaccount .wrapper .pageBox .editBlock .leftBlock {
		width: calc(108.33333333333334% - 30px);
	}

	.newaccount .wrapper .pageBox .editBlock .leftBlock {
		padding-left: 10px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
		width: calc(100% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
		padding-left: 10px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth {
		width: calc(100% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input {
		width: calc(100% - 5px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .sel {
		width: 100%;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .number {
		max-width: calc(100% - 170px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .passBlock {
		width: 100%;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .line {
		width: calc(108.33333333333334% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck {
		width: calc(100% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
		width: calc(100% - 30px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
		text-align: center;
	}

	.zacupka .wrapper .zacup_tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.zacupka .wrapper .contentZac .zakupka .items p {
		width: calc(100% - 30px);
	}

	.zacupka .wrapper .contentZac .zakupka .items p {
		padding-bottom: 5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items .inform {
		width: calc(100% - 30px);
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .test {
		text-align: center;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .leftInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo {
		width: calc(108.33333333333334% - 30px);
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .btn {
		text-align: center;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo .btn a {
		margin: 20px auto 0 auto;
	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .wrapper .items .itemsBox1 {
		width: calc(66.66666666666667% - 30px);
	}

	.header .wrapper .items .itemsBox1 .items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header .wrapper .items .itemsBox1 .items .phone {
		padding: 0 0 0 5px;
	}

	.header .wrapper .items .itemsBox2 {
		width: calc(20% - 30px);
	}

	.header .wrapper .items .itemsBox2 .items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header .wrapper .items .itemsBox2 .items img {
		padding: 0 0 0 0;
	}

	.header .wrapper .items .itemsBox2 .items .entry {
		display: none;
	}

	.slyder .wrapper {
		padding-bottom: 60px;
	}

	.slyder .wrapper {
		padding-top: 60px;
	}

	.slyder .wrapper .titleH1 {
		margin-bottom: 40px;
	}

	.slyder .wrapper .titleH1 {
		font-size: 45px;
	}

	.slyder .wrapper .search {
		margin-bottom: 40px;
	}

	.slyder .wrapper .search .text {
		width: 380px;
	}

	.services .wrapper {
		padding-bottom: 20px;
	}

	.services .wrapper .itemsBox .item {
		width: calc(100% - 30px);
	}

	.dop_service .wrapper .titleH3 {
		font-size: 25px;
	}

	.dop_service .wrapper .items fieldset legend .title img {
		margin-left: 5px;
	}

	.dop_service .wrapper .items fieldset legend .title .name {
		margin: 0px 5px;
	}

	.footer .wrapper .copyright .team {
		width: calc(66.66666666666667% - 30px);
	}

	.footer .wrapper .copyright .img {
		width: calc(33.333333333333336% - 30px);
	}

	.headerLog .wrapper .items .itemsBox1 {
		width: calc(66.66666666666667% - 30px);
	}

	.headerLog .wrapper .items .itemsBox1 .itemsPhone .phone {
		padding: 0 15px 0 5px;
	}

	.headerLog .wrapper .items .itemsBox2 {
		width: calc(33.333333333333336% - 30px);
	}

	.headerLog .wrapper .items .itemsBox3 {
		width: calc(100% - 30px);
	}

	.way .wrapper .items .backBox {
		width: calc(25% - 30px);
	}

	.way .wrapper .items .backBox .item .backLC {
		display: none;
	}

	.way .wrapper .items .navWay {
		width: calc(66.66666666666667% - 30px);
	}

	.content .wrapper .table .items .text {
		width: calc(66.66666666666667% - 30px);
	}

	.content .wrapper .table .items .load {
		width: calc(33.333333333333336% - 30px);
	}
}

@media screen and (max-width: 576px) {
	.content .wrapper .textThee a div {
		display: block;
	}

	.content .wrapper .table .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.content .wrapper .table .items .text {
		text-align: center;
	}

	.content .wrapper .table .items .text {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .table .items .text {
		width: calc(100% - 5px);
	}

	.content .wrapper .table .items .text {
		padding: 20px 0 0 0;
	}

	.content .wrapper .table .items .load {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .table .items .load {
		width: calc(100% - 5px);
	}

	.content .wrapper .table .items .load {
		text-align: center;
	}

	.content .wrapper .table .items .load {
		padding-top: 5px;
	}

	.content .wrapper .table .items .load .dowload {
		text-align: center;
	}

	.content .wrapper .table .decor {
		display: none;
	}

	.content .wrapper .agree {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.content .wrapper .agree {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content .wrapper .agree .item {
		text-align: center;
	}

	.content .wrapper .agree .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .agree .item {
		width: calc(100% - 5px);
	}

	.content .wrapper .agree .btn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .agree .btn {
		margin-top: 10px;
	}

	.zacupshiky .content .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupshiky .content .items .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(100% - 5px);
	}

	.zacupshiky .content .items .leftBlock .zacupshik {
		display: block;
	}

	.zacupshiky .content .items .leftBlock .zacupshik {
		text-align: center;
	}

	.zacupshiky .content .items .leftBlock .zacupshik img {
		padding-right: 0;
	}

	.zacupshiky .content .items .leftBlock .zacupshik .info .podrobno {
		display: block;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(100% - 5px);
	}

	.pagination .wrapper .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.pagination .wrapper .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pagination .wrapper .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(71.66666666666667% - 5px);
	}

	.pagination .wrapper .itemsBox .item .items {
		margin-left: 0;
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.pagination .wrapper .itemsBox .UpPage {
		width: calc(100% - 5px);
	}

	.pagination .wrapper .itemsBox .UpPage {
		text-align: center;
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-top: 20px;
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.zacupky .wrapper .face .yourFace {
		padding-left: 35px;
	}

	.zacupky .wrapper .face .yourFace {
		margin-right: 5px;
	}

	.zacupky .wrapper .face .fizFace {
		padding-left: 35px;
	}

	.zacupky .wrapper .face .fizFace {
		margin-left: 5px;
	}

	.zacupky .wrapper .advancedSearch {
		padding: 5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp {
		padding-left: 5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp .keySearchInp {
		width: calc(100% - 126px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .organ {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .organ {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .city {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .city {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .citySel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .citySel {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .price {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .price {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo {
		text-align: center;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBy {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBy {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBySel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBySel {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .date {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .date {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo {
		text-align: center;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock {
		width: calc(100% - 5px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupky .wrapper .content .items .rightBlock {
		width: calc(100% - 5px);
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.zapros .zaprosTabl {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zapros .zaprosTabl .region {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .region {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .regionSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .regionSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .organizator {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .organizator {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .organizatorInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .organizatorInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .categ {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .categ {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .categSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .categSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .opisanie {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .opisanie {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .opisanieInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .opisanieInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .price {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .price {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .inpForm {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .inpForm {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .docum {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .docum {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .docs {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .docs {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .date {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .date {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .dateFromTo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .dateFromTo .items .dateFromTo1 .begin {
		display: block;
	}

	.zapros .zaprosTabl .dateFromTo .items .dateFromTo1 .complete {
		display: block;
	}

	.zapros .zaprosTabl .phone {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .phone {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .phoneInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .phoneInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .minMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .minMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .checkMinMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .checkMinMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .checkMinMax label {
		display: block;
	}

	.zapros .zaprosTabl .dateEnding {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .dateEnding {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .dateEndingInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .dateEndingInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zapros .zaprosTabl .btnBox {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupshiky .content .items .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(100% - 5px);
	}

	.zacupshiky .content .items .leftBlock .zakupka .items {
		padding: 10px 0;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items p {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items .inform {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .leftBlock .btnBox .items {
		display: block;
	}

	.zacupshiky .content .items .leftBlock .btnBox .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.zacupshiky .content .items .leftBlock .btnBox .items .uchstie {
		margin: 5px auto;
	}

	.zacupshiky .content .items .leftBlock .btnBox .items .zakladky {
		text-align: center;
	}

	.zacupshiky .content .items .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(100% - 5px);
	}

	.pagination .wrapper .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.pagination .wrapper .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pagination .wrapper .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(71.66666666666667% - 5px);
	}

	.pagination .wrapper .itemsBox .item .items {
		margin-left: 0;
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.pagination .wrapper .itemsBox .UpPage {
		width: calc(100% - 5px);
	}

	.pagination .wrapper .itemsBox .UpPage {
		text-align: center;
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-top: 20px;
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.contakty .wrapper .data .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.contakty .wrapper .data .items .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.contakty .wrapper .data .items .item .bondData table tr .col1 img {
		padding-left: 5px;
	}

	.company .wrapper .content .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.company .wrapper .content .items .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.company .wrapper .content .items .leftBlock {
		width: calc(100% - 5px);
	}

	.company .wrapper .content .items .leftBlock .companyNews {
		padding: 15px 10px 15px 10px;
	}

	.company .wrapper .content .items .leftBlock .companyNews img {
		padding-right: 0;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.company .wrapper .content .items .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.company .wrapper .content .items .rightBlock {
		width: calc(100% - 5px);
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.oCompany .wrapper .statistics .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.oCompany .wrapper .statistics .items .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.oCompany .wrapper .statistics .items .point {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.CompanyBlock .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.CompanyBlock .wrapper .items .item1 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.CompanyBlock .wrapper .items .item1 .titleH3 {
		padding: 10px 5px;
	}

	.CompanyBlock .wrapper .items .item1 .text {
		padding: 10px 5px;
	}

	.CompanyBlock .wrapper .items .item2 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.dopService .wrapper {
		padding: 30px 0px;
	}

	.dopService .wrapper .titleH3 {
		padding: 10px 5px;
	}

	.dopService .wrapper .dopServiceBody {
		padding: 20px 5px 50px 5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox {
		padding: 20px 5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items p {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg {
		padding: 5px;
	}

	.addTorg .addTorgTabl {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.addTorg .addTorgTabl .region {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .region {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .regionSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .regionSel {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .organizator {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .organizator {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .opisanie {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .opisanie {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .price {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .price {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .inpForm {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .inpForm {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .docum {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .docum {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .docs {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .docs {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .bank {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .bank {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .bankInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .bankInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .phone {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .phone {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .phoneInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .phoneInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .inpBox {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .inpBox {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .minMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .minMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .checkMinMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .checkMinMax {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .checkMinMax span {
		display: block;
	}

	.addTorg .addTorgTabl .dateEnding {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .dateEnding {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .dateEndingInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .dateEndingInp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.addTorg .addTorgTabl .btnBox {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.tarif .wrapper .tarifPlans .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.tarif .wrapper .tarifPlans .items .item {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}

	.cooperation .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.cooperation .wrapper .items {
		padding: 25px 5px;
	}

	.cooperation .wrapper .items .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.cooperation .wrapper .items .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.cooperation .wrapper .items .blockRight {
		width: calc(108.33333333333334% - 5px);
	}

	.partners .wrapper {
		padding: 0px 5px 40px 5px;
	}

	.partners .wrapper .partner {
		padding: 25px 5px;
	}

	.partners .wrapper .partner .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.partners .wrapper .partner .items .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.partners .wrapper .partner .items .blockLeft {
		width: calc(108.33333333333334% - 5px);
	}

	.partners .wrapper .partner .items .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.partners .wrapper .partner .items .blockRight {
		width: calc(108.33333333333334% - 5px);
	}

	.partners .wrapper .partner .items .blockRight .partnerName {
		text-align: center;
	}

	.partners .wrapper .partner .items .site {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.partners .wrapper .partner .items .site {
		width: calc(108.33333333333334% - 5px);
	}

	.partners .wrapper .partner .items .site {
		padding-top: 15px;
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView {
		padding: 10px 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		padding-top: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		font-family: SegoeBold;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr p {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
		padding-top: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm {
		padding: 0 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
		padding-top: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth {
		padding-top: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .dowload .photo {
		margin: 10px auto;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .sel {
		width: 100%;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth textarea {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth select {
		width: 100%;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel .cod1 {
		width: 50px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .phoneSel .number {
		max-width: calc(100% - 140px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth .items .date {
		max-width: calc(100% - 46px);
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn {
		padding-right: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView {
		padding: 0 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		padding-top: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		font-family: SegoeBold;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr p {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
		padding-top: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm {
		padding: 0 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
		padding-top: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr p {
		padding-left: 0px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth {
		padding-top: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth textarea {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth select {
		width: 100%;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel .cod1 {
		width: 50px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .phoneSel .number {
		max-width: calc(100% - 140px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .photo {
		margin: 10px auto;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth .date {
		max-width: calc(100% - 46px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne .btnOran {
		margin: 0 auto;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
		padding-left: 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
		padding: 20px 0;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnWhile {
		width: 150px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo .btnOran {
		width: 150px;
	}

	.lk .wrapper .tab_content .tab_item .license {
		padding: 20px 10px;
	}

	.lk .wrapper .tab_content .tab_item .license p {
		margin-left: 0px;
	}

	.lk .wrapper .tab_content .tab_item .license .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item1 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item1 {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch {
		margin-top: 20px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch {
		margin-left: 0px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen {
		padding: 0px 5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
		width: calc(50% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
		padding-left: 20px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock span {
		display: block;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
		width: calc(50% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
		padding-left: 20px;
	}

	.lk .wrapper .tab_content .tab_item .orders {
		padding: 20px 5px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block {
		width: calc(108.33333333333334% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight {
		width: 100%;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight {
		text-align: center;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .bodyBlock .itemsBlock .itemRight {
		padding-top: 10px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky {
		padding: 20px 5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		width: calc(75% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item .items {
		margin-left: 0;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events {
		padding: 25px 10px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		width: calc(100% - 5px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items {
		margin-left: 25px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets {
		padding: 30px 10px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		width: calc(108.33333333333334% - 5px);
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft .btn {
		margin-top: 10px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		padding: 20px 10px 20px 10px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
		width: calc(108.33333333333334% - 5px);
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
		padding: 20px 10px 20px 10px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight p {
		margin-top: 20px;
	}

	.kartayour .wrapper .box .blockView {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.kartayour .wrapper .box .blockView {
		padding: 10px 5px;
	}

	.kartayour .wrapper .box .blockView .avatar {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .box .blockView .line {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .box .blockView .line {
		width: calc(100% - 5px);
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		width: calc(100% - 5px);
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		padding-top: 10px;
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		padding-left: 5px;
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		font-family: SegoeBold;
	}

	.kartayour .wrapper .box .blockView .blockCentr {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .box .blockView .blockCentr {
		width: calc(108.33333333333334% - 5px);
	}

	.kartayour .wrapper .box .blockView .blockCentr p {
		padding-left: 5px;
	}

	.kartayour .wrapper .box .blockView .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .box .blockView .blockRigth {
		width: calc(100% - 5px);
	}

	.kartayour .wrapper .box .blockView .blockRigth {
		padding-top: 0;
	}

	.kartayour .wrapper .box .blockView .blockRigth {
		padding-left: 5px;
	}

	.kartayour .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.kartayour .wrapper .items {
		padding: 10px;
	}

	.kartayour .wrapper .items .block {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.kartayour .wrapper .items .block {
		width: calc(108.33333333333334% - 5px);
	}

	.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight {
		width: 100%;
	}

	.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight {
		text-align: center;
	}

	.kartayour .wrapper .items .block .bodyBlock .itemsBlock .itemRight {
		padding-top: 10px;
	}

	.newaccount .wrapper .pageBox .editBlock {
		padding: 10px 5px;
	}

	.newaccount .wrapper .pageBox .editBlock {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock .item .point {
		margin-right: 5px;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		padding-top: 10px;
	}

	.newaccount .wrapper .pageBox .editBlock .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .editBlock .leftBlock {
		padding-left: 5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
		padding-left: 5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth {
		width: calc(108.33333333333334% - 5px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel .cod1 {
		width: 50px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth .phoneSel .number {
		max-width: calc(100% - 140px);
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .line {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items {
		padding: 10px 0;
	}

	.zacupka .wrapper .contentZac .zakupka .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items p {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items .inform {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .test {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .leftInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.rules .wrapper .titleH1 {
		padding: 0px;
	}

	.rules .wrapper p {
		padding: 10px;
	}

	.newsPodrobno .wrapper .content .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		width: calc(100% - 5px);
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news {
		padding: 10px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgRight {
		float: none;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgRight {
		display: block;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgRight {
		margin: 0 auto;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgRight {
		padding: 10px 0;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgLeft {
		float: none;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgLeft {
		display: block;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgLeft {
		margin: 0 auto;
	}

	.newsPodrobno .wrapper .content .items .leftBlock .news .bodyNews p .imgLeft {
		padding: 10px 0;
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		width: calc(100% - 5px);
	}

	.areaBlock .wrapper {
		background: none;
	}

	.areaBlock .wrapper {
		padding: 10px 10px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 25px;
	}

	.areaBlock .wrapper .titleH3 {
		text-align: center;
	}

	.wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}

	.header .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.header .wrapper .items .itemsBox1 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.header .wrapper .items .itemsBox1 {
		width: calc(83.33333333333334% - 5px);
	}

	.header .wrapper .items .itemsBox1 .items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header .wrapper .items .itemsBox1 .items .phone {
		padding: 0 5px 0 5px;
	}

	.header .wrapper .items .itemsBox1 .items .phone {
		font-size: 14px;
	}

	.header .wrapper .items .itemsBox2 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.header .wrapper .items .itemsBox2 {
		width: calc(16.666666666666668% - 5px);
	}

	.header .wrapper .items .itemsBox2 .items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header .wrapper .items .itemsBox2 .items img {
		padding: 0 0 0 2px;
	}

	.slyder .wrapper {
		padding-bottom: 30px;
	}

	.slyder .wrapper {
		padding-top: 30px;
	}

	.slyder .wrapper .titleH1 {
		margin-bottom: 30px;
	}

	.slyder .wrapper .titleH1 {
		font-size: 27px;
	}

	.slyder .wrapper .search {
		margin-bottom: 30px;
	}

	.slyder .wrapper .search .text {
		width: 170px;
	}

	.services .wrapper {
		padding-top: 40px;
	}

	.services .wrapper .titleH2 {
		margin-bottom: 30px;
	}

	.services .wrapper .titleH2 {
		font-size: 25px;
	}

	.services .wrapper .itemsBox {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.services .wrapper .itemsBox .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.services .wrapper .itemsBox .item {
		width: calc(100% - 5px);
	}

	.services .wrapper .itemsBox .item .face .items {
		display: block;
	}

	.news .wrapper {
		padding-top: 23px;
	}

	.news .wrapper {
		padding-bottom: 23px;
	}

	.news .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.news .wrapper .items .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.news .wrapper .items .item .msp {
		margin: 70px auto;
	}

	.news .wrapper .items .item .msp .titleH3 {
		font-size: 23px;
	}

	.news .wrapper .items .item .msp .text {
		font-size: 16px;
	}

	.news .wrapper .items .item .msp .text {
		font-size: 15px;
	}

	.news .wrapper .items .item2 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.news .wrapper .items .item2 .titleH3 {
		font-size: 23px;
	}

	.news .wrapper .items .item2 .public {
		font-size: 15px;
	}

	.bargain .wrapper .items1 .item p {
		font-size: 25px;
	}

	.bargain .wrapper .items2 .item .itemBox {
		margin: 0 auto;
	}

	.dop_service .wrapper {
		padding-top: 20px;
	}

	.dop_service .wrapper {
		padding-bottom: 20px;
	}

	.dop_service .wrapper .titleH3 {
		font-size: 25px;
	}

	.dop_service .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.dop_service .wrapper .items fieldset legend .title .name {
		font-size: 18px;
	}

	.dop_service .wrapper .items fieldset p {
		margin: 15px 5px 40px 5px;
	}

	.dop_service .decor {
		display: none;
	}

	.area .wrapper {
		background: none;
	}

	.area .wrapper {
		padding: 30px 10px;
	}

	.area .wrapper .titleH3 {
		font-size: 25px;
	}

	.footer .wrapper {
		padding: 15px 5px;
	}

	.footer .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.footer .wrapper .items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer .wrapper .items .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .itemUl {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .contact {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .titlemd {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .socsetymd {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .socsetymd {
		width: calc(41.66666666666667% - 5px);
	}

	.footer .wrapper .items .socsetymd {
		padding: 40px 0 0 20px;
	}

	.footer .wrapper .items .socsetymd a {
		padding-right: 2px;
	}

	.footer .wrapper .items .rules {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .rules {
		width: calc(58.333333333333336% - 5px);
	}

	.footer .wrapper .items .phonemd {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .items .adresmd {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .copyright {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.footer .wrapper .copyright .msp {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .copyright .msp {
		width: calc(100% - 5px);
	}

	.footer .wrapper .copyright .team {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .copyright .team {
		width: calc(66.66666666666667% - 5px);
	}

	.footer .wrapper .copyright .img {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.footer .wrapper .copyright .img {
		width: calc(33.333333333333336% - 5px);
	}

	.footer .wrapper .decor {
		display: none;
	}

	.headerLog .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.headerLog .wrapper .items .itemsBox1 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.headerLog .wrapper .items .itemsBox1 {
		width: calc(100% - 5px);
	}

	.headerLog .wrapper .items .itemsBox1 .itemsPhone {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.headerLog .wrapper .items .itemsBox1 .itemsPhone .phone {
		font-size: 14px;
	}

	.headerLog .wrapper .items .itemsBox2 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.headerLog .wrapper .items .itemsBox2 .itemsClock {
		display: none;
	}

	.headerLog .wrapper .items .itemsBox3 {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.headerLog .wrapper .items .itemsBox3 {
		width: calc(100% - 5px);
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.headerLog .wrapper .items .itemsBox3 .itemsLog {
		font-size: 15px;
	}

	.way .wrapper .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.way .wrapper .items .backBox {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.way .wrapper .items .backBox {
		width: calc(25% - 5px);
	}

	.way .wrapper .items .backBox .item .back {
		margin-right: 0;
	}

	.way .wrapper .items .navWay {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.way .wrapper .items .navWay {
		width: calc(75% - 5px);
	}

	.way .wrapper .items .navWay .item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.way .wrapper .items .navWay .item {
		font-size: 14px;
	}

	.way .wrapper .items .navWay .item {
		margin-top: 5px;
	}

	.way .wrapper .items .navWay .item .main {
		padding-right: 20px;
	}

	.way .wrapper .items .navWay .item .main {
		background-position: 87% 50%;
	}

	.content .wrapper .textThee a div {
		display: block;
	}

	.content .wrapper .table .items {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.content .wrapper .table .items .text {
		text-align: center;
	}

	.content .wrapper .table .items .text {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .table .items .text {
		width: calc(100% - 5px);
	}

	.content .wrapper .table .items .text {
		padding: 20px 0 0 0;
	}

	.content .wrapper .table .items .load {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .table .items .load {
		width: calc(100% - 5px);
	}

	.content .wrapper .table .items .load {
		text-align: center;
	}

	.content .wrapper .table .items .load {
		padding-top: 5px;
	}

	.content .wrapper .table .decor {
		display: none;
	}

	.content .wrapper .agree form {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.content .wrapper .agree form {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content .wrapper .agree form .item {
		text-align: center;
	}

	.content .wrapper .agree form .item {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .agree form .item {
		width: calc(100% - 5px);
	}

	.content .wrapper .agree form .btn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.content .wrapper .agree form .btn {
		margin-top: 10px;
	}

	.popupProcedure .titleH1 {
		padding-bottom: 10px;
	}

	.popupProcedure .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupProcedure .blocks .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupProcedure .blocks .blockLeft {
		width: calc(100% - 5px);
	}

	.popupProcedure .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupProcedure .blocks .blockRight {
		width: calc(100% - 5px);
	}

	.popupProcedure .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupProcedure .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupProcedure .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupDel .titleH1 {
		padding-bottom: 10px;
	}

	.popupDel .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupDel .blocks .text {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupDel .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupDel .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupDel .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupPass .titleH1 {
		padding-bottom: 10px;
	}

	.popupPass .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupPass .blocks .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupPass .blocks .blockLeft {
		width: calc(100% - 5px);
	}

	.popupPass .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupPass .blocks .blockRight {
		width: calc(100% - 5px);
	}

	.popupPass .blocks .blockLine {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupPass .blocks .blockLine {
		padding-top: 10px;
	}

	.popupPass .blocks .blockInfo {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupPass .blocks .blockInfo {
		padding-top: 10px;
	}

	.popupPass .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupPass .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupPass .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupFeedback .titleH1 {
		padding-bottom: 10px;
	}

	.popupFeedback .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupFeedback .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupFeedback .blocks .blockRight {
		width: calc(100% - 5px);
	}

	.popupFeedback .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupFeedback .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupFeedback .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupAuthoriz .titleH1 {
		padding-bottom: 10px;
	}

	.popupAuthoriz .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupAuthoriz .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockRight {
		width: calc(100% - 5px);
	}

	.popupAuthoriz .blocks .blockRemember {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockRemember {
		width: calc(100% - 5px);
	}

	.popupAuthoriz .blocks .blockRemember {
		text-align: center;
	}

	.popupAuthoriz .blocks .blockRemember {
		line-height: 20px;
	}

	.popupAuthoriz .blocks .blockRestoring {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockRestoring {
		width: calc(100% - 5px);
	}

	.popupAuthoriz .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupAuthoriz .blocks .blockBtn .btnOran {
		margin: 0 auto;
	}

	.popupAuthoriz .blocks .blockLine {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockLine {
		padding-top: 10px;
	}

	.popupAuthoriz .blocks .blockNot {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupAuthoriz .blocks .blockChek {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupError .titleH1 {
		padding-bottom: 10px;
	}

	.popupError .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupError .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupError .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupError .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupError .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupEdit .titleH1 {
		padding-bottom: 10px;
	}

	.popupEdit .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupEdit .blocks .newComment {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupEdit .blocks .newComment {
		width: calc(83.33333333333334% - 5px);
	}

	.popupEdit .blocks .line {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupEdit .blocks .line {
		width: calc(100% - 5px);
	}

	.popupEdit .blocks .text {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupEdit .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupEdit .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupEdit .blocks .blockBtn {
		margin-top: 10px;
	}

	.popupOtclik .titleH1 {
		padding-bottom: 10px;
	}

	.popupOtclik .blocks {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.popupOtclik .blocks .blockRight {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .blockRight {
		width: calc(100% - 5px);
	}

	.popupOtclik .blocks .blockLeft {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .blockLeft {
		width: calc(100% - 5px);
	}

	.popupOtclik .blocks .docs {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .docs {
		width: calc(100% - 5px);
	}

	.popupOtclik .blocks .line {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .text {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .checkSoglasen {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .blockBtn {
		margin-left: 2.5px;
		margin-right: 2.5px;
	}

	.popupOtclik .blocks .blockBtn {
		width: calc(100% - 5px);
	}

	.popupOtclik .blocks .blockBtn {
		margin-top: 10px;
	}
}

@media screen and (max-width: 330px) {
	.content .wrapper .table .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.content .wrapper .table .items .text {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .table .items .load {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .agree {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.content .wrapper .agree .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .agree .btn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupshiky .content .items .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(100% - 3px);
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(100% - 3px);
	}

	.pagination .wrapper .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.pagination .wrapper .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(83.33333333333334% - 3px);
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.zacupky .wrapper .face .yourFace {
		text-align: center;
	}

	.zacupky .wrapper .face .fizFace {
		text-align: center;
	}

	.zacupky .wrapper .advancedSearch .keySearch {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .keySearchText {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .keySearch .boxInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .organ {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .nameOrgan {
		padding-left: 5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .city {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .citySel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .price {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo .from {
		padding-left: 5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox1 .priceFromTo span {
		padding: 0 0;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBy {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .searchBySel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .date {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo .from {
		padding-left: 5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .dateFromTo span {
		padding: 0 0;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkSmall {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkAverages {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .checkBig {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn {
		width: calc(108.33333333333334% - 3px);
	}

	.zacupky .wrapper .advancedSearch .additionalSearch .items .item .itemBox2 .boxBtn {
		text-align: center;
	}

	.zacupky .wrapper .content .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock {
		width: calc(100% - 3px);
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka {
		padding: 20px 5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .leftInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .centerInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .zacupka .test .rightInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupky .wrapper .content .items .rightBlock {
		width: calc(100% - 3px);
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.zapros {
		padding: 5px;
	}

	.zapros {
		padding: 0px;
	}

	.zapros .zaprosTabl {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zapros .zaprosTabl .region {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .region {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .regionSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .regionSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .organizator {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .organizator {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .organizatorInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .organizatorInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .organizatorInp {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .categ {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .categ {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .categSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .categSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .opisanie {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .opisanie {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .opisanieInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .opisanieInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .opisanieInp {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .price {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .price {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .inpForm {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .inpForm {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .inpForm .priceInp {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .docum {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .docum {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .docs {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .docs {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .date {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .date {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateFromTo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateFromTo .items .dateFromTo1 .from {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .phone {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .phone {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .phoneInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .phoneInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .phoneInp {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .minMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .minMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .checkMinMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .checkMinMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateEnding {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateEnding {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateEndingInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateEndingInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zapros .zaprosTabl .dateEndingInp input {
		padding-left: 5px;
	}

	.zapros .zaprosTabl .btnBox {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupshiky .content .items .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .leftBlock {
		width: calc(100% - 3px);
	}

	.zacupshiky .content .items .leftBlock .zakupka .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items p {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .leftBlock .zakupka .items .inform {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupshiky .content .items .rightBlock {
		width: calc(100% - 3px);
	}

	.zacupshiky .content .items .rightBlock .zakazchikBlock .zakazchikInfo .boxInfo .bodyText {
		padding-left: 10px;
	}

	.pagination .wrapper .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.pagination .wrapper .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.pagination .wrapper .itemsBox .item {
		width: calc(83.33333333333334% - 3px);
	}

	.pagination .wrapper .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.contakty .wrapper .data .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.contakty .wrapper .data .items .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.contakty .wrapper .data .items .item .bondData table tr .col1 {
		width: 240px;
	}

	.contakty .wrapper .data .items .item .bondData table tr .col2 {
		width: 170px;
	}

	.contakty .wrapper .feedback .feedbackBlock .feedbackBody {
		width: 290px;
	}

	.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text {
		width: 270px;
	}

	.contakty .wrapper .feedback .feedbackBlock .feedbackBody p .text {
		padding-left: 5px;
	}

	.company .wrapper .content .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.company .wrapper .content .items .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.company .wrapper .content .items .leftBlock {
		width: calc(100% - 3px);
	}

	.company .wrapper .content .items .leftBlock .companyNews .info .footerNews {
		display: block;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.company .wrapper .content .items .leftBlock .pag .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.company .wrapper .content .items .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.company .wrapper .content .items .rightBlock {
		width: calc(100% - 3px);
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.oCompany .wrapper .statistics .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.oCompany .wrapper .statistics .items .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.oCompany .wrapper .statistics .items .point {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.CompanyBlock .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.CompanyBlock .wrapper .items .item1 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.CompanyBlock .wrapper .items .item2 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items .punct {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.dopService .wrapper .dopServiceBody .dopServiceBox .items p {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg {
		padding: 5px 0px;
	}

	.addTorg .addTorgTabl {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.addTorg .addTorgTabl .region {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .region {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .regionSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .regionSel {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .organizator {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .organizator {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .organizatorInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .opisanie {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .opisanie {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .opisanieInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .price {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .price {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .inpForm {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .inpForm {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .inpForm .priceInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .docum {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .docum {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .docs {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .docs {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .bank {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .bank {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .bankInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .bankInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .bankInp .bankInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .phone {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .phone {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .phoneInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .phoneInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .phoneInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .inpBox {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .inpBox {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .inpBox .phoneNum {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .minMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .minMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .checkMinMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .checkMinMax {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .checkMinMax .MinMaxInp {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .dateEnding {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .dateEnding {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .dateEndingInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .dateEndingInp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.addTorg .addTorgTabl .dateEndingInp input {
		padding-left: 5px;
	}

	.addTorg .addTorgTabl .btnBox {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.tarif .wrapper .tarifPlans .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.tarif .wrapper .tarifPlans .items .item {
		padding-left: 1.5px;
		padding-right: 1.5px;
	}

	.cooperation .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.cooperation .wrapper .items .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.cooperation .wrapper .items .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.partners .wrapper .partner .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.partners .wrapper .partner .items .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.partners .wrapper .partner .items .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.partners .wrapper .partner .items .site {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item:last-child {
		padding-left: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockEdit .item:first-child {
		padding-right: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockCentr {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace .blockView .btn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .fizFace form .blockForm .btn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item:last-child {
		padding-left: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockEdit .item:first-child {
		padding-right: 10px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockCentr {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace .blockView .btn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockCentr {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnOne {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .profil .yourFace form .blockForm .btnTwo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license {
		padding: 20px 5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item1 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .items .item2 .textSearch {
		padding-left: 5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .topBlock {
		width: calc(50% - 3px);
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .license .tableMdScreen .items .bottomBlock {
		width: calc(50% - 3px);
	}

	.lk .wrapper .tab_content .tab_item .orders .blockEdit .item:last-child {
		padding-left: 10px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockEdit .item:first-child {
		padding-right: 10px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p:last-child {
		padding-left: 10px;
	}

	.lk .wrapper .tab_content .tab_item .orders .blockOrders .block .tabsBlock p:first-child {
		padding-right: 10px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item:last-child {
		padding-left: 10px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .blockEdit .item:first-child {
		padding-right: 10px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .leftInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .centerInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .zakladkyBody .test .rightInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .item {
		width: calc(100% - 3px);
	}

	.lk .wrapper .tab_content .tab_item .zakladky .pag .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockCenter {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .event .blockEvent .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item {
		width: calc(100% - 3px);
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .item .items {
		margin-left: 0px;
	}

	.lk .wrapper .tab_content .tab_item .events .pag .itemsBox .UpPage {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter .price {
		font-size: 22px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockCenter .price span {
		font-size: 35px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .wallet .blockWallet .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockCenter {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .stories .history .blockHistory .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.lk .wrapper .tab_content .tab_item .wallets .tarifPlans .items .item {
		padding-left: 1.5px;
		padding-right: 1.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input {
		width: calc(100% - 5px);
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockLeft input {
		padding-left: 5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input {
		width: calc(100% - 5px);
	}

	.feedbackBlock .wrapper .feedbackBorder .feedback .blockRight input {
		padding-left: 5px;
	}

	.kartayour .wrapper .blockEdit .item:last-child {
		padding-left: 10px;
	}

	.kartayour .wrapper .blockEdit .item:first-child {
		padding-right: 10px;
	}

	.kartayour .wrapper .box .blockView {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.kartayour .wrapper .box .blockView .avatar {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .box .blockView .line {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .box .blockView .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .box .blockView .blockCentr {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .box .blockView .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.kartayour .wrapper .items .block {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.kartayour .wrapper .items .block .tabsBlock p:last-child {
		padding-left: 10px;
	}

	.kartayour .wrapper .items .block .tabsBlock p:first-child {
		padding-right: 10px;
	}

	.newaccount .wrapper .pageBox .editBlock {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.newaccount .wrapper .pageBox .editBlock .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .editBlock .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockRigth input {
		padding-left: 5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .line {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockCheck {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newaccount .wrapper .pageBox .fizProfil .blockForm .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items p {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupka .wrapper .contentZac .zakupka .items .inform {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom {
		padding: 20px 5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .test {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .leftInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .centerInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.zacupka .wrapper .contentZac .zacupkaBottom .rightInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newsPodrobno .wrapper .content .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newsPodrobno .wrapper .content .items .leftBlock {
		width: calc(100% - 3px);
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.newsPodrobno .wrapper .content .items .rightBlock {
		width: calc(100% - 3px);
	}

	.areaBlock .wrapper .titleH3 {
		font-size: 20px;
	}

	.wrapper {
		padding-left: 3px;
		padding-right: 3px;
	}

	.header .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.header .wrapper .items .itemsBox1 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.header .wrapper .items .itemsBox2 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.slyder .wrapper .titleH1 {
		font-size: 25px;
	}

	.services .wrapper .titleH2 {
		font-size: 20px;
	}

	.services .wrapper .itemsBox {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.services .wrapper .itemsBox .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.news .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.news .wrapper .items .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.news .wrapper .items .item .msp .titleH3 {
		font-size: 19px;
	}

	.news .wrapper .items .item2 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.news .wrapper .items .item2 .titleH3 {
		font-size: 19px;
	}

	.news .wrapper .items .item2 .public {
		font-size: 14px;
	}

	.bargain .wrapper .items1 .item p {
		font-size: 20px;
	}

	.dop_service .wrapper .titleH3 {
		font-size: 20px;
	}

	.dop_service .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.dop_service .wrapper .items fieldset legend .title img {
		margin-left: 0px;
	}

	.dop_service .wrapper .items fieldset legend .title .name {
		font-size: 15px;
	}

	.dop_service .wrapper .items fieldset .btn {
		right: 10px;
	}

	.area .wrapper .titleH3 {
		font-size: 20px;
	}

	.footer .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.footer .wrapper .items .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .itemUl {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .itemUl ul {
		margin-left: 15px;
	}

	.footer .wrapper .items .itemUl ul li {
		list-style-position: outside;
	}

	.footer .wrapper .items .itemUl ul li {
		width: 128px;
	}

	.footer .wrapper .items .contact {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .titlemd {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .socsetymd {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .socsetymd {
		width: calc(33.333333333333336% - 3px);
	}

	.footer .wrapper .items .socsetymd {
		padding: 40px 0 0 5px;
	}

	.footer .wrapper .items .rules {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .phonemd {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .items .phonemd {
		width: 150px;
	}

	.footer .wrapper .items .phonemd img {
		padding-right: 5px;
	}

	.footer .wrapper .items .adresmd {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .copyright {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.footer .wrapper .copyright .msp {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .copyright .team {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .copyright .img {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.footer .wrapper .copyright .img {
		padding-top: 40px;
	}

	.headerLog .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.headerLog .wrapper .items .itemsBox1 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.headerLog .wrapper .items .itemsBox1 .itemsPhone .phone {
		padding: 0 0 0 0;
	}

	.headerLog .wrapper .items .itemsBox2 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.headerLog .wrapper .items .itemsBox3 {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.way .wrapper .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.way .wrapper .items .backBox {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.way .wrapper .items .backBox {
		width: calc(16.666666666666668% - 3px);
	}

	.way .wrapper .items .navWay {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.way .wrapper .items .navWay {
		width: calc(83.33333333333334% - 3px);
	}

	.way .wrapper .items .navWay .item {
		font-size: 13px;
	}

	.content .wrapper .table .items {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.content .wrapper .table .items .text {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .table .items .load {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .agree form {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.content .wrapper .agree form .item {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.content .wrapper .agree form .btn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupProcedure .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupProcedure .blocks .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupProcedure .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupProcedure .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupDel .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupDel .blocks .text {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupDel .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupPass .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupPass .blocks .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupPass .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupPass .blocks .blockLine {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupPass .blocks .blockInfo {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupPass .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupFeedback .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupFeedback .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupFeedback .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupAuthoriz .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockRemember {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockRestoring {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockLine {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockNot {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupAuthoriz .blocks .blockChek {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupError .titleH1 {
		font-size: 25px;
	}

	.popupError .titleH1 {
		padding-top: 10px;
	}

	.popupError .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupError .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupError .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupEdit .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupEdit .blocks .newComment {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupEdit .blocks .newComment {
		padding-left: 5px;
	}

	.popupEdit .blocks .line {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupEdit .blocks .text {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupEdit .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks {
		margin-left: -1.5px;
		margin-right: -1.5px;
	}

	.popupOtclik .blocks .blockRight {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .blockLeft {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .docs {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .line {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .text {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .checkSoglasen {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}

	.popupOtclik .blocks .blockBtn {
		margin-left: 1.5px;
		margin-right: 1.5px;
	}
}

.blockRigth .photo img {
	max-width: 100px;
	max-height: 100px;
}

.green {
	background: #8ec54d !important;
	color: #fff !important;
}
.orange {
	background: #fe8245 !important;
	color: #fff !important;
}
.red {
	background: #a30b0b !important;
	color: #fff !important;
}

/* Login form start*/

.form-login {
	display: flex;
	justify-content: center;
	color: #646464;
	font-family: Segoe, sans-serif;
}

.form-login .form-login__container {
	width: 30%;
	padding: 50px 10px;
	border: 1px solid #c8c8c8;
	margin: 40px 0 80px 0;
}

.form-login .form-login__header{
    text-align: center;
    color: #001847;
    font-weight: bold;
    font-size: 30px;
    padding: 0 0 20px 0;
}

.form-login .form-login__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60%;
	margin: 0 auto;
}

.form-login .form-login__body .form-login__email ,
.form-login .form-login__body .form-login__password,
.form-login .form-login__body .form-login__remember,
.form-login .form-login__body .form-login__submit {
	width: 100%;
}

.form-login .form-login__body .form-login__email label,
.form-login .form-login__body .form-login__password label {
	display: inline-block;
	margin-bottom: 10px;
}

.form-login .form-login__body .form-login__email input,
.form-login .form-login__body .form-login__password input {
	width: 100%;
    margin: 0 0 10px 0;
    height: 38px;
	padding-left: 20px;
	box-sizing: border-box;
    border: 1px #c8c8c8 solid;
    border-radius: 0;
    background: transparent;
}
.form-login .form-login__container .form-login__email a {
	color: #fe8245;
}
.form-login .form-login__body .form-login__remember {
	margin: 0 0 15px 0;
}

.form-login .form-login__body .form-login__submit {
	text-align: center;
}

.form-login .form-login__body .form-login__submit button {
	box-sizing: border-box;
	width: 75%;
	background: #fe8245;
	height: 42px;
	margin: 0 0 15px 0;
	color: #ffffff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.form-login .form-login__body .form-login__submit a {
	font-weight: bold;
	color: #001847;
}

/* Login form end */

/* Sucsess payment page start */
.sucsess-payment {
	text-align: center;
}

.sucsess-payment .sucsess-payment__img {
	margin: 20px 0 0 0;
	width: 13%;
}

.sucsess-payment .sucsess-payment__header {
	color: #001847;
	font-family: SegoeBold;
	font-size: 30px;
	margin: 20px 0 0 0;
}

.sucsess-payment .sucsess-payment__btn {
    margin: 40px 0 50px 0;
    background: url(../img/footer-btn.png) no-repeat;
    color: #646464;
    width: 270px;
    height: 40px;
	display: inline-block;
	font-family: SegoeBold;
	line-height: 2.4;
}

.sucsess-payment a:hover {
	background: url(../img/dop-service-btn-ap.png) no-repeat;
	color: #fff;
}
/* Sucsess payment page end */