@keyframes oprosAnimation {
	from {
		margin-right: 0px;
	}

	95% {
		margin-right: 0px;
	}

	to {
		margin-right: -236px;
	}
}

/*margin-left: -236px;*/
.oprosWrapper {
	background: #fff;
	padding: 7px;
	display: flex;
	gap: 7px;
	position: fixed;
	right: 0;
	bottom: 100px;
	border-radius: 16px 0 0 16px;
	z-index: 999;
	text-decoration: none;
	color: #0a58ca;
	animation: oprosAnimation 6s;
	margin-right: -236px;
	transition: 0.5s;
}

.oprosWrapper:hover {
	margin-right: 0px;
}

.oprosWrapper:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	box-shadow: 0px 0px 8px #c6c6c6;
	border-radius: 16px 0 0 16px;
}

.oprosWrapper p {
	font-size: 24px;
	margin: 0;
	padding: 14px;
	line-height: 18px;
	font-weight: bold;
}

.oprosWrapper p small {
	font-size: 14px;
	color: #848484;
	text-transform: uppercase;
}

.oprosWrapper .imgOpros {
	width: 52px;
	height: 52px;
	margin: 10px 16px;
	background: url(/img/2023/qw.png);
	background-size: cover;
}

.oprosWrapper .imgWarning {
	width: 52px;
	height: 52px;
	margin: 10px 16px;
	background: url(/img/2023/warning.png);
	background-size: cover;
}

.warning-modal {
	font-weight: 400;
}

.warning-modal .modal-header {
	border: none;
}

.warning-modal h1 {
	color: #2bc0ff;
	font-weight: bold;
}

.warning-modal a {
	color: #2bc0ff;
	text-decoration: none;
}

.warning-modal b {
	font-weight: bold;
}



.cookiesWrapper {
	display: none;
	width: 100%;
	background: #b7b7b7;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	z-index: 99999999;
}

.cookiesWrapper .container {
	display: flex;
	gap: 10px;
}

.cookiesWrapper .container p {
	padding: 0;
	margin: 0;
}

.cookiesWrapper .container .cokiesBtn {
	border-radius: 5px;
	background: #fff;
	color: #003ae2;
	padding: 6px 14px;
	margin: 7px 0;
	display: block;
	cursor: pointer;
}

.vav-tabs {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: 1px 1px 16px #e8e8e8;
}

ul.nav-main {
	margin: 0;
}

ul.nav-main li {
	list-style-type: none;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

ul.important-info li {
	list-style-type: none;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

ul.important-info li:before {
	width: 0;
}

@keyframes hovulimportant {
	from {
		width: 0;
	}

	to {
		width: 75px;
	}
}

ul.important-info li:hover:before {
	content: "";
	position: absolute;
	border-bottom: 3px solid #00a0e3;
	width: 75px;
	bottom: -2px;
	left: 0;
	animation: hovulimportant 0.5s;

}

ul.important-info li a {
	color: #666;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.table-sppprogramlist p {
	color: #666;
	font-weight: 200;
}

table.table-bordered thead th {
	background-color: #eee !important;
}

.span4 .item {
	padding: 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	margin: 7px;
	box-shadow: 1px 1px 5px #ddd;
}

.span4 .item:hover {
	padding: 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	margin: 7px;
	box-shadow: 1px 1px 15px #ddd;
}

.page-header h2 {
	font-size: 1rem;
}

.span4 .item p a img {
	height: 150px;
}

.span4 .item p {
	text-align: center;
}

.product_quantity_input {
	display: inline-flex;
}

.product_quantity_input span {
	margin-top: 5px;
}

.j2store_add_to_cart {
	text-align: center;
}

.product_price {
	font-weight: 700;
}

.cat-children div {
	border: 1px solid #ccc;
	padding: 0 15px;
	border-radius: 5px;
	margin: 10px 0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #00a0e3;
	border-color: #00a0e3;
}

.str-ord:hover {
	background: #fbfbfb;
}

.btn-absolut-right {
	position: absolute !important;
	top: 13px;
	right: 13px;
}

.table-sppprogramlist {
	background: #f4f4f4;
	border-bottom: 4px solid #8dd156;
	color: #555;
}

.tab-sppprogramlist {
	border: 1px #eee solid;
	padding: 7px 10px;
	position: relative;
}

.tab-sppprogramlist:hover {
	border-left: 1px #01a0e2 solid;
}

.tab-sppprogramlist .btn-edit {
	opacity: 0;
}

.tab-sppprogramlist:hover .btn-edit {
	opacity: 1;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

span.fa-fab {
	color: #777;
	margin: 5px;
	font-size: 10px;
}

p.text-tabs {
	margin: 15px 0 0 0;
	font-size: 18px;
	cursor: pointer;
}

.tab-h {
	display: none;
}

.tab-s {
	display: block;
	opacity: 1;
	animation: hovdivspp 0.8s;
}

.list-group.list-group-flush {
	margin: 0 !important;
}

.list-group-item {
	min-width: 280px;
}

.list-group-item p {
	margin: 0;
	cursor: pointer;
}

.alert-dismissible .close {
	top: 0 !important;
	right: 0 !important;
}

.btn-outline-secondary {
	background: #00a0e3 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-radius: 0 !important;
	margin: 5px !important;
}

.archive {
	color: #999;
}

.archive.table-arhive {
	color: #333;
}

.hidden-input {
	opacity: 0;
}

.pass-btn {
	color: #fff !important;
}

.pass-btn::before {
	font-family: FontAwesome;
	content: "\f067";
}

.pass-btn.addplus::before {
	font-family: FontAwesome;
	content: "\f068";
}

.noempty .row .table-sppprogramlist {
	box-shadow: 0 0 1px 1px #6e9152;
}


.pass-btn:hover {
	/*background-image: linear-gradient(to bottom, #61f461, #51a351);*/
	box-shadow: 1px 1px 5px #777;
}


.support.nodate:after {
	content: "Бесплатный";
}

#stepTwo {
	display: none;
}

span i.fa-exclamation-triangle {
	color: #e65151;
	text-shadow: 1px 1px 5px #e1a0a0;
	animation: spanmig 2.5s;
	animation-iteration-count: infinite;
}

.zakaz-pass {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9;
	text-align: right;
	background: #fff;
	border-top: 1px solid #ddd;
}

.zakaz-pass button {
	margin: 8px 25px;
	margin-top: 15px;
}

.relice-card {
	margin-bottom: 15px;
	padding: 10px;
}

.relice-card p.readmore a.btn {
	padding: 10px 15px;
	border-radius: 1px;
}

a:focus {
	outline: none;
}

#panel {
	position: fixed;
	right: 0;
	background: #fff;
	display: none;
}

#panel.showPanel {
	display: block;
	width: 270px;
	max-width: 70%;
	border: 1px solid #eee;
	padding: 0 15px 0 0;
	z-index: 999;
	overflow: auto;
	max-height: 80%;
	opacity: 1;
	animation: hovdivspp 0.5s;
}

#panel ul.dl-horizontal li {
	margin: 0;
	font-size: 14px;
}

.slide {
	position: fixed;
	z-index: 999;
	margin: 0;
	padding: 0;
	right: 0;
	top: 60px;

}

.btn-slide {

	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #ddd;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

#login-error-form {
	width: 500px;
	max-width: 95%;
	margin: 0 auto;
	background: #eee;
	padding: 10px 25px;
	border-radius: 7px;
}

@keyframes spanmig {
	from {
		text-shadow: 1px 1px 10px #f00;
	}

	50% {
		text-shadow: 1px 1px 5px #e1a0a0;
	}

	100% {
		text-shadow: 1px 1px 10px #f00;
	}
}

@keyframes hovdivspp {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

ul.dl-horizontal {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	border-left: 3px solid #00a0e3;
}

ul.dl-horizontal li {
	font-size: 20px;
	position: relative;
	padding-top: 20px;
	margin: 15px 0;
}

ul.dl-horizontal li:before {
	content: "";
	border-bottom: 1px solid #ddd;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-image: linear-gradient(to righ, #ddd, #fff);
	-moz-border-image: -moz-linear-gradient(left, #ddd, #fff);
	-webkit-border-image: -webkit-linear-gradient(left, #ddd, #fff);
	border-image-slice: 1;
}

ul.dl-horizontal li span {
	color: #aaa;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-style: italic;

}

.filtr-form-general {
	background-color: #e5f2ff;
	padding: 15px;
	margin-top: -20px;
}

#general-menu .g-content .g-main-nav,
#general-menu .g-content {
	min-width: 100% !important;
}

ul.bredcrumbs {
	margin: 0;
	display: inherit;
}

ul.bredcrumbs li {
	cursor: pointer;
	list-style-type: none;
	margin-right: 10px;
}

.org-form {
	padding: 40px 20px;
	background: #eee;
	border-radius: 5px;
	margin: 0 !important;
}

.row.pay-org {
	border: 1px solid #eee;
	margin: 25px auto;
	border-radius: 5px;
}

input#jform_kpp,
input#jform_email {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
}

input#jform_kpp:hover,
input#jform_email:hover,
input#jform_kpp:active,
input#jform_email:active,
input#jform_kpp:focus,
input#jform_email:focus {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #00a0e3;
	box-shadow: none;
}

.stepClickBack,
.stepClick {
	cursor: pointer;
}

.vav-tabs-mes {
	padding: 15px;
	background: #96e1ff;
	margin-left: 23px;
	color: #404040;

}

.vav-tabs-mes:hover {
	padding: 15px;
	background: #00b5ff;
	margin-left: 23px;
	color: #fff;
}

.paginate_button,
.dt-button {
	background: #00a0e3;
	color: #fff;
	padding: 5px 7px;
	margin: 2px;
	border-radius: 3px;
	cursor: pointer;
}

.paginate_button:hover,
.dt-button:hover {
	color: #fff;
	background: #1482b0;
	text-decoration: none;
}

.dataTables_wrapper {
	min-width: 100%;
}

.tab-pane {
	min-height: 150px;
}

.tab-pane.fade.active {
	opacity: 1;
}

.alert-avans p {
	font-size: 14px;
	font-weight: bold;
	position: fixed;
	padding: 50px 80px;
	background: #fff;
	box-shadow: 1px 1px 20px #999;
	width: 500px;
	max-width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.alert-avans p.a200 {
	color: #4eac19;
}

.alert-avans p.a400,
.alert-avans p.a404 {
	color: #d92828;
}

i.red {
	color: #fd6f6f;
}

.h-130 {
	min-height: 130px;
}

.img-bg {
	width: 550px;
	max-width: 100%;
	height: 180px;
}

.news-item .item {
	border: 1px solid #eee;
	height: 360px;
	max-height: 70vh;
	border-radius: 5px;
	margin: 15px auto;
}

.news-item .item:hover {
	box-shadow: 0px 1px 5px #eee;
}

.news-item .item p {
	margin: 10px 15px;
	position: relative;
}

.news-item .item h5 {
	position: relative;
}

.news-item .item h5 a {
	position: absolute;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-width: 100%;
	min-height: 80px;
}

.news-item:hover .item h5 a {
	-webkit-line-clamp: 7;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 7px 7px #eee;
	min-width: 100%;
	min-height: 123px;
}

ul.bredcrumbs-main {
	display: block;

}

ul.bredcrumbs-main li {
	position: relative;
	display: inline-block;
}

ul.bredcrumbs-main li ul.sub {
	position: absolute;
	transform-origin: top;
	transform: rotateX(-90deg);
	transition: transform 0.3s linear;
	background: #fff;
	padding: 5px 10px;
	margin: 0;
	z-index: 9;
}

ul.bredcrumbs-main li:hover ul.sub {
	transform: rotateX(0deg);
}

ul.sub li {
	display: block;
	width: 400px;
	max-width: 90%;
}




@media (min-width: 768px) and (max-width: 1355px) {
	.g-toplevel li {
		margin: 0 !important;
	}

	.g-main-nav .g-toplevel>li>.g-menu-item-container {
		font-size: 0.9rem !important;
	}

}

@media (max-width: 768px) {
	.zakaz-pass {
		text-align: center;
	}

	ul.pagination .m-hide {
		display: none;
	}

	table {
		max-width: 100% !important;
		overflow-x: scroll !important;
		display: block !important;
	}
}


/*Preloader*/
#bg-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	z-index: 999999;
}

#preloader {
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
}

#preloader p {
	text-align: center;
	margin-top: 20px;
	position: absolute;
	width: 100%;
	color: #848484;
}

#loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #0076b0;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #04C4FF;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #B1D7EA;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.load-logo {
	display: block;
	width: 75px;
	margin: 40px;
}

.zakaz-pass-modal {
	background: #fff;
	min-height: 100vh;
	min-width: 100vw;
	display: none;
	position: fixed;
}

.custombox-modal #modal {
	height: auto;
}

.dowl:before {
	content: "";
	background-image: url(../../../../../images/ok.png);
	background-size: cover;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.7;
}

.tables-pay {
	border: 2px solid #eee;
	border-radius: 13px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.btn-primary.info-pay {
	border-radius: 4px !important;
	padding: 8px 12px;
}

.modal-body.pay-modal {
	min-height: 70vh;
	overflow: hidden;
	position: relative;
	display: flex;
}


.pagination li {
	list-style-type: none;
	display: inline;
	margin: 0px 2px;
}

.pagination li a {
	text-decoration: none;
	color: #666;
	font-weight: bolder;
}

.pagination li:hover a {
	background: #00a0e3;
	color: #fff;
	transition: 0.3s;
}

.pagination li span,
.pagination li a {
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-radius: 3px;
	/*background: #fff;*/
}

.pagination li.active span {
	background: #00a0e3;
	color: #fff;
}

.pagination li span.pagenav {
	background: #F3F3F3;
	padding: 5px;
}

.shop_item {
	border: 1px solid #F3F3F3;
	background-color: #F3F3F3;
	border-radius: 24px;
	margin-bottom: 20px;
}

.shop_item .item {
	padding: 25px;
}

h3.item a {
	color: #404040;
}

@media (max-width: 768px) {

	li.pagination-start,
	li.pagination-prev,
	li.pagination-next,
	li.pagination-end {
		display: none;
	}
}


/*Доработки Дмитрия Ч*/
.span4>.item {
	min-height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pagination .pagination-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .pagination-list * {
	display: flex;
	justify-content: center;
	align-items: center;
}




/*	НОВОЕ	*/
/*	Визуальная составляющая фронт админки	*/
.nav-tabs>li {
	margin-bottom: -1px;
}

.nav-tabs>li,
.nav-pills>li {
	float: left;
}

.chzn-container {
	position: relative;
	width: 220px !important;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}

.nav-tabs>li>a,
.nav-pills>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav>li>a {
	display: block;
}

.edit.item-page-news {
	margin-bottom: 160px;
}

.controls>.inputbox {
	width: 100%;
}

.controls .input-append .btn {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0.65rem 12px;
	font-size: 14px;
	line-height: 20px;
	display: inline-block !important;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}

.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-toolbar {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0;
}

.chzn-container.chzn-container-multi {
	width: 100% !important;
}

.chzn-container.chzn-container-multi .search-field,
.chzn-container.chzn-container-multi .search-field>input {
	width: 100% !important;
}

.controls {
	margin-bottom: 10px;
}

table.orps-rewiews * {
	list-style-type: none;
	font-family: "Roboto", sans-serif;
}

table.orps-rewiews a {
	color: #2BC0FF;

}

table.orps-rewiews tr:nth-child(odd) {
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

div.page-header h2[itemprop=headline] {
	font-size: 48.5px;
	margin: 16px 0 24px 0;
	margin-top: 16px;
	line-height: 64px;
	color: #404040;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

/*	/НОВОЕ	*/
.controls>textarea {
	resize: both;
}

a.hasPopover {
	color: #2bc0ff;
}

.glide__arrows {
	height: 0;
	top: 40%;
	width: 105%;
	margin-left: -2.5%;
}

.reviews__slides {
	align-items: center;
}

.qfcapt>a {
	display: none;
}

/*Доработки Дмитрия Ч -конец*/
body {
	padding-top: 24px;
}

ul.navMenu {
	margin-top: 24px;
}

.blockWarn {
	height: 24px;
	width: 100vw;
	margin: 0 auto;
	background: red;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.blockWarn a {
	text-decoration: none;
}

.blockWarn a p {
	text-align: center;
	color: #fff;
	/*text-transform: uppercase;*/
	padding-top: 0px;
	animation: none;
	padding-left: 0;
	font-weight: bold;
	white-space: nowrap;
}

@media (max-width: 800px) {
	.blockWarn a p {
		/*padding-left: 100%;*/
		animation: text 10s infinite linear;
	}
}

@keyframes text {
	0% {
		transform: translate(100%, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}

/*Скрытие стрелок баннера на маленьких экранах*/
@media (max-width: 768px) {
	.slick_banner .slick-arrow {
		display: none !important;
	}
}

/*Баннер РУ ПО*/
.banner_fix_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00FFFF;
	padding: 0 0;
}

.jmoddiv.jmodinside {
	position: static;
}

.banner_fix_top>div {
	width: 100%;
	padding-left: 48px;
}

.banner_fix_top>div>div {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	color: #404040;
}

.banner_fix_top a {
	margin-left: 70px;
	background: #FFFFFF;
	border-radius: 8px;
	color: #404040;
	padding: 8px 16px;
	border: none;
	font-size: 14px;
	line-height: 1.2;

}

.banner_fix_top a:hover,
.banner_fix_top a:focus {
	background-color: #fff;
	color: #404040;
}

section>.container {
	margin-top: 100px !important;
}

.slick-dotted.slick-slider {
	margin-top: -100px;
}

@media(max-width: 1200px) {
	.banner_fix_top a {
		margin-left: 16px;
	}

	.banner_fix_top>div>div {
		font-size: 14px;
	}

	.banner_fix_top>div {
		padding-left: 0px;
	}

	.banner_fix_top {
		padding: 8px 20px;
	}

	.banner_fix_top a {
		font-size: 14px;
	}

	section>.container {
		margin-top: 55px !important;
	}
}

@media(max-width: 768px) {
	.banner_fix_top a {
		margin-left: 0px;
		margin-top: 8px;
		float: right;
	}

	section>.container {
		margin-top: 85px !important;
	}
}

/*конец Баннер РУ ПО*/
/*Баннер нового вида*/
@media (max-width: 992px) {
	.slick-list {
		overflow: hidden;
	}
}

@media (max-width: 992px) {
	.slick_banner_top .slick-track .slick-slide {
		border-radius: 10px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.slick_banner_top .slick-track,
.slick_banner_top .slick-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (max-width: 992px) {
	.slick_banner_top .slick-arrow {
		display: none !important;
	}
}

/*конец Баннер нового вида*/
.kadry-vid {
	width: 416px;
}

@media(min-width: 1400px) {
	.custom-width-kdr {
		margin-right: 0;
		width: 572px !important;
	}
}

@media(max-width: 768px) {
	.kadry-vid {
		width: 100%;
	}
}

/*Увеличение ширины поля на странице редактирования профиля*/
.input-main-profile {
	width: 400px;
	max-width: 100%;
}

/*Метка количества на корзине товаров*/
#count_cart {
	background: #ff0f0f;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: -4px;
	bottom: -26px;
	font-weight: bold;
}

/*Согласие с персональными данными*/
#jform_privacyconsent_privacy-lbl .modal {
	display: contents;
}

.custom-link-infobez {
	color: #404040;
}

.custom-link-infobez:hover {
	color: #2bc1ff;
}

.oblastNewRpacustom.infobez .block {
	padding: 20px 24px;
}

.oblastNewRpacustom.infobez .block .blockHeader {
	font-size: 24px;
	line-height: 1.3;
}

.my-search form {
	display: flex;
}

.my-search form input {
	background: #F3F3F3;
	border-radius: 8px;
	border: none;
	height: 40px;
	padding: 0 10px;
	width: calc(100% - 70px);
}

.my-search form input[type=search]::placeholder {
	font-size: 16px;
	color: rgb(100, 100, 100);
}

.my-search form button {
	margin: 0 0 5px 5px;
	border-radius: 8px;

}


.qf3 {
	position: relative;
}

.telephone {
	/* padding-left: 70px !important; */
}

.flags {
	position: absolute;
	width: 52px;
	height: 29px;
	top: 33px;
	left: 5px;
	border: 1px solid #ddd;
}

.blockOrangeForm .defaultForm form .box_telephone .flags {
	top: 4px !important;
}

.customFormText .flags {
	top: 17px;
	left: 119px;
}

.flags:after {
	content: "▼";
	position: absolute;
	right: -12px;
	top: -1px;
	background: #fff;
	border-radius: 0 6px 6px 0;
	color: #888;
	font-size: 12px;
	padding: 5px 2px 4px 2px;
	border: 1px solid #ddd;
}

.select-numMask {
	display: none;
	opacity: 0;
	top: 30px;
	transition: 0.3s;
}

.select-numMask p {
	width: 55px;
	height: 29px;
	display: block;
	padding: 0;
	margin-bottom: 6px;
	border: 1px solid #ddd;
}

.select-numMask p:last-child {
	margin-bottom: 0px;
}

.select-numMask.show-flag {
	display: block;
	opacity: 1;
	z-index: 1;
	position: inherit;
	background: #fff;
	padding: 6px;
	border-radius: 7px;
	border: 1px solid #ddd;
	margin-left: -8px;
}

.rus {
	background: url('../img/flags/ru.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}

.kz {
	background: url('../img/flags/kz.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}

.by {
	background: url('../img/flags/by.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}

.uz {
	background: url('../img/flags/uz.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}

.tj {
	background: url('../img/flags/tj.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}



.how-to-get-here-faq .faq-accordion .faq-item .faq-ask {
	margin: 16px 0;
	border-radius: 20px;
	border: 2px solid #222;
	padding: 18px 22px;
	cursor: pointer;
	transition: 0.4s;
	font-size: 24px;
}

.how-to-get-here-faq .faq-accordion .faq-item .faq-ask.show {
	color: #2BC0FF;
	border: 2px solid #2BC0FF;
}

.how-to-get-here-faq .faq-accordion .faq-item .faq-ans {
	display: none;
	opacity: 0;
	transition: 0.4s;
}

.how-to-get-here-faq .faq-accordion .faq-item .faq-ans.show {
	display: block;
	opacity: 1;
	margin: 16px 0;
	border-radius: 20px;
	border: 2px solid #F3F3F3;
	padding: 18px 22px;
	background: #F3F3F3;
	font-size: 20px;
}




.how-to-get-here p {
	font-size: 24px;
}

.how-to-get-here p a {
	color: #2bc0ff;
}

.how-to-get-here p.num-here span {
	background: #2bc0ff;
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	border-radius: 50px;
	line-height: 46px;
	margin-right: 24px;
	font-family: "Roboto Slab", serif;
	position: relative;
}

.how-to-get-here p.num-here span::after {
	content: "|";
	color: #2bc0ff;
	position: absolute;
	bottom: -25px;
	left: 22px;
	font-weight: bold;
}

.how-to-get-here p.num-here span.last-num::after {
	content: "";
}

.how-to-get-here p.end {
	text-align: end;
}

.blue-bg {
	background: #2BC0FF !important;
	margin-top: 0 !important;
}

.contactInfo.gk-kamin .contactElem .contactheader {
	font-size: 18px;
	line-height: 26px;
}

.contactInfo.gk-kamin .contactElem .contactlabel {
	font-size: 14px;
	line-height: 26px;
}

.electro-dov #mhd .fresh_table .fresh_table_body {
	padding: 10px 0 10px 0;
}

.electro-dov #mhd .fresh_table h1.slab {
	font-size: 22px;
	padding-top: 30px;
}

.electro-dov #mhd .scrollInstaShow,
.electro-dov .scrollInstaShow .col-6 {
	font-size: 18px;
}

.electro-dov #mhd .fresh_table_body {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 44px;
}

.copy-mcd {
	cursor: pointer;
	background: #fff;
	padding: 5px 13px;
	margin: 5px;
	display: initial;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
}

.copy-mcd:hover {
	background: #dddddd42;
}

#system-message-container {
	margin-top: -50px;
	margin-bottom: 100px;
}

/*Доработки Фрешь*/
.head-descr {
	margin-top: 90px;
}

.main-screen .content p {
	margin-top: 80px;
}

.head-descr .descr {
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color: rgba(0, 0, 0, 0.4);
}

.toast {
	border-radius: 16px;
	background: rgba(255, 0, 0, 1);
}

.toast-header {
	display: block;
	text-align: end;
	color: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: rgba(255, 0, 0, 1);
	border-bottom: none;
}

.toast-header .btn {
	padding: 10px;
}

.toast-body {
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-top: -26px;
}

@media (max-height: 830px) {
	.main-screen {
		margin-top: -50px;
	}

	.content .head-descr h1 {
		font-size: 42px;
	}
}

@media (max-width: 992px) {
	.main-screen .content p {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.content .head-descr h1 {
		font-size: 28px;
	}

	.main-screen .content p {
		font-size: 16px;
		margin-top: 10px;
	}

	.screen.fresh.screen3_4 .modal-fresh .modal-content {
		min-width: 290px;
		margin: auto;
	}

	.head-descr .text {
		text-align: center;
	}

	.screen.fresh h4 {
		font-size: 28px;
	}

	.head-descr .link {
		align-items: center;
		justify-content: center;
	}

	.screen.fresh.screen2 .block {
		padding: 34px 20px 36px 0px;
	}

	.screen.fresh.screen2 .block .header {
		font-size: 20px;
	}

	.screen.fresh .text {
		font-size: 18px;
	}

	.screen.fresh.screen3 .block .text {
		font-size: 18px;
	}

	.screen.fresh.screen4 .block .header {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.content .head-descr h1 {
		font-size: 26px;
	}

	.head-descr .descr {
		font-size: 22px;
		line-height: 27px;
	}

	.main-screen .content h1 span {
		font-size: 12px;
		line-height: 16px;
	}

	.head-descr {
		margin-top: 50px;
	}
}

.btn-frech {
	color: #39a1ff;
}

.btn-frech small {
	color: #39a1ff;
}

.btn-frech small b {
	font-size: 1em;
}

.btn-frech b {
	color: #39a1ff;
	font-size: 20px;
	font-weight: bold;
}

.btn-mobile-frech {
	width: 30px;
	height: 30px;
}

.btn-mobile-frech svg {
	width: 100%;
	height: auto;
}

.img-100 {
	max-width: 100%;
}

.flex-fresch {
	align-items: center;
	justify-content: center;
}

.w350 {
	width: 350px;
}


/*Доработки Фреш-конец*/


#itsButton .btnBlockIts {
	width: auto;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #fff !important;
	background: #404040b0;
	border: 2px solid #7b7b7b;
}

#itsButton .btnBlockIts.active {
	border-color: #00a0e3;
	background: #00a0e3;
}

.slab span.inn-mhd {
	position: relative;
	padding: 5px 7px;
	border-radius: 8px;
}

.slab span.copyThis:before {
	margin: -5px 0 0 -5px;
}

.copyThis:before {
	content: "Скопировано";
	background: #acacac;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 0px;
	border-radius: 6px;
	margin: 6px -12px;
	line-height: 33px;
	font-weight: 400;
	top: 5px;
}

.personImgBlock img.personImg {
	height: 210px;
}

.searchBtnHeader:hover {
	cursor: pointer;
}

#modal_search .modal-body .my-search.search {
	margin-top: 0;
}

#modal_search .modal-body .my-search.search .btn.btn-primary {
	background-color: #39A1FF;
	border-color: #39A1FF;
}

.pdf {
	background: url('../img/pdf_icon.png');
	text-decoration: none;
	padding: 90px 0 0 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #464646;
	margin: 10px;
	border-radius: 16px;
	transition: 0.3s;
	min-height: 124px;
}

.pdf:hover {
	border: 2px solid #39a1ff;
}

.pdf p {
	text-align: center;
	color: #464646;
	font-weight: 500;
	display: block;
	margin: 2px auto;
	width: 218px;
	margin-bottom: -25px;
	background: #fff;
	margin-bottom: -32px;
	padding: 5px 7px;
	transition: 0.3s;
	max-width: 90%;
}

.pdf:hover p {
	color: #000;
}

@media (max-width: 576px) {
	.pdf p {
		font-size: 13px;
	}

	div.page-header h2[itemprop="headline"] {
		font-size: 32px;
		line-height: 36px;
		margin: 0;
	}

	div:not(.qf3)>label,
	label>label {
		font-size: 14px;
	}
}

/* company history */
.su-timeline .su-timeline-row .su-timeline-icon>div {
	background-color: #39A1FF !important;
}

.su-timeline .su-timeline-content a {
	color: #39A1FF;
}


/* rpd */
@media (min-width: 1200px) {
	.table_pad_desc {
		padding-left:174px;
		
	}
}
@media (min-width: 576px){
	.rpd-blue-banner1{
		width:69%;
	}
}
.rpd-blue-banner1{
	background-color: #e1f1ff!important;
	font-family: "Roboto-Regular"!important;
}

@media (max-width: 576px) {
	.rpd-shield {
		display: none;
	}
	.rpd-blue-h1{
		font-size: 28px;
	}
}

@font-face {
	font-family: "Roboto-Light";
	src: url("../media/fonts/Roboto/Roboto-Light.ttf")
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("../media/fonts/Roboto/Roboto-Bold.ttf")
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("../media/fonts/Roboto/Roboto-Regular.ttf")
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("../media/fonts/Roboto/Roboto-Medium.ttf")
}
.table_pad_desc {
	font-weight: 700px;
	font-family: "Roboto-Bold";
}
.rpd-blue-alert {
	background-color: #39A1FF;
	clip-path:
		polygon(0% 0px,
			/* верхняя левая */
			0px 0%,
			/* верхняя левая */
			calc(100% - 0px) 0%,
			/* верхняя правая */
			100% 0px,
			/* верхняя правая */
			100% calc(100% - 40px),
			/* нижняя правая */
			calc(100% - 40px) 100%,
			/* нижняя правая */
			0px 100%,
			/* нижняя левая */
			0 calc(100% - 0px)
			/* нижняя левая */
		);
	color: white;
	max-width: 568px;
	font-family: "Roboto-Regular";
	font-size: 20px;
	line-height: 24px;
	border-radius: 10px 10px 0px 10px;
	padding: 24px 0px 0px 30px;
}

.rpd-blue-alert>p>span {
	font-family: "Roboto-Bold";
	font-size: 24px;
}

.rpd-blue-banner {
	top: -50px;
	position: relative;
	min-height: 80vh;
}

.rpd-blue-banner:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.rpd-blue-banner2:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.rpd-blue-banner3:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.rpd-blue-banner2 {
	min-height: 60vh;
	position: relative;
}

.rpd-blue-banner3 {
	position: relative;
}

.rpd-blue-button-pay {
	background-color: #39A1FF;
	border-radius: 8px;
	border: 0px;
	font-family: "Roboto-Medium";
	font-size: 14px;
	height: 48px;
	width: 180px;
	color: white;
	padding: 13px 17px 0px 17px;
	display: inline-block;
	text-decoration: none;
}

.rpd-blue-button-pay:hover {
	cursor: pointer;
	color: white;
}

.rpd-blue-h1 {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	line-height: 60px;
}

.rpd-blue-h1-less {
	color: #39A1FF;
	font-family: "Roboto-Bold";
}

.rpd-blue-font-pay {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	font-size: 32px;
}

.rpd-blue-h1>span {
	background: white;
	border: 2px solid #39A1FF;
	border-radius: 50px;
	padding: 0px 18px 0px 18px;
}

.rpd-checkbox-big {
	height: 24px;
	width: 24px;
	border: 0px;
}

.rpd-dash-list {
	list-style: none;

	li:before {
		content: "–";
		position: relative;
		left: -5px;
	}
}

.rpd-dark-blue-button {
	background-color: #00609A;
	border: 0px;
	border-radius: 10px;
	color: white;
	font-family: "Roboto-Medium";
	font-size: 14px;
	min-width: 256px;
	min-height: 48px;
}

.rpd-default-description {
	font-family: "Roboto-Light";
	font-size: 24px;
	line-height: 30px;
}

.rpd-default-text {
	font-family: "Roboto-Light";
	line-height: 24px;
	font-size: 20px;
}

.rpd-default-h1 {
	font-family: "Roboto-Bold";
	font-size: 40px;
}

.rpd-gray-banner {
	background-color: #F5F5F5;
	border-radius: 10px 10px 0px 10px;
	clip-path:
		polygon(0% 0px,
			/* верхняя левая */
			0px 0%,
			/* верхняя левая */
			calc(100% - 0px) 0%,
			/* верхняя правая */
			100% 0px,
			/* верхняя правая */
			100% calc(100% - 40px),
			/* нижняя правая */
			calc(100% - 40px) 100%,
			/* нижняя правая */
			0px 100%,
			/* нижняя левая */
			0 calc(100% - 0px)
			/* нижняя левая */
		);
	font-family: "Roboto-Light";
	font-size: 20px;
	line-height: 24px;
	padding: 12px 10px 20px 18px;
}

.rpd-gray-banner>span {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	font-size: 24px;
}

.rpd-gray-field {
	border-radius: 10px;
	border: 0px;
	font-family: "Roboto-Light";
	font-size: 20px;
	height: 48px;
	padding: 0px 0px 0px 15px;
	/*background-color: #C5C5C5; */
}

.rpd-laptop {
	max-width: 685px;
	max-height: 492px;
}

.rpd-red-button {
	background-color: white;
	border-radius: 8px;
	border: 0px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5) !important;
	color: #E3062D;
	font-family: "Roboto-Medium";
	font-size: 16px;
	max-height: 48px;
	padding: 13px 17px 0px 17px;
	display: inline-block;
	text-decoration: none;
}

.rpd-red-button:hover {
	cursor: pointer;
	color: #E3062D;
}

.rpd-shield {
	max-height: 474px;
	margin-top: 60px;
	max-width: 455px;
}

.rpd-small-print {
	font-family: "Roboto-Light";
	font-size: 16px;
}

.rpd-table-check-list {
	font-family: "Roboto-Light";
	font-size: 20px;
	vertical-align: middle;
	border-spacing: 20px;
	border-collapse: separate;
}

.rpd-th {
	font-size: 20px;
	font-family: "Roboto-Bold";
}

.rpd-td-border-top {
	border-top: 2px solid #C5C5C5;
}

/* 152 doc */
@media (max-width: 576px) {
	.DOC152-shield {
		display: none;
	}
}

.DOC152-blue-alert {
	background-color: #39A1FF;
	clip-path:
		polygon(0% 0px,
			/* верхняя левая */
			0px 0%,
			/* верхняя левая */
			calc(100% - 0px) 0%,
			/* верхняя правая */
			100% 0px,
			/* верхняя правая */
			100% calc(100% - 40px),
			/* нижняя правая */
			calc(100% - 40px) 100%,
			/* нижняя правая */
			0px 100%,
			/* нижняя левая */
			0 calc(100% - 0px)
			/* нижняя левая */
		);
	color: white;
	max-width: 568px;
	font-family: "Roboto-Regular";
	font-size: 20px;
	line-height: 24px;
	border-radius: 10px 10px 0px 10px;
	padding: 24px 0px 0px 30px;
}

.DOC152-blue-alert>p>span {
	font-family: "Roboto-Bold";
	font-size: 24px;
}

.DOC152-blue-banner {
	top: -50px;
	position: relative;
	min-height: 80vh;
}

.DOC152-blue-banner:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.DOC152-blue-banner2:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.DOC152-blue-banner3:before {
	background-color: #E1F1FF;
	content: "";
	position: absolute;
	z-index: -1;
	left: -40vw;
	width: 140vw;
	top: 0;
	bottom: 0;
	height: 100%;
}

.DOC152-blue-banner2 {
	min-height: 60vh;
	position: relative;
}

.DOC152-blue-banner3 {
	position: relative;
}

.DOC152-blue-button-pay {
	background-color: #39A1FF;
	border-radius: 8px;
	border: 0px;
	font-family: "Roboto-Medium";
	font-size: 14px;
	height: 48px;
	width: 180px;
	color: white;
	padding: 13px 17px 0px 17px;
	display: inline-block;
	text-decoration: none;
}

.DOC152-blue-button-pay:hover {
	cursor: pointer;
	color: white;
}

.DOC152-blue-h1 {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	line-height: 60px;
}

.DOC152-blue-h1-less {
	color: #39A1FF;
	font-family: "Roboto-Bold";
}

.DOC152-blue-font-pay {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	font-size: 32px;
}

.DOC152-blue-h1>span {
	background: white;
	border: 2px solid #39A1FF;
	border-radius: 50px;
	padding: 0px 18px 0px 18px;
}

.DOC152-checkbox-big {
	height: 24px;
	width: 24px;
	border: 0px;
}

.DOC152-dash-list {
	list-style: none;

	li:before {
		content: "–";
		position: relative;
		left: -5px;
	}
}

.DOC152-dark-blue-button {
	background-color: #00609A;
	border: 0px;
	border-radius: 10px;
	color: white;
	font-family: "Roboto-Medium";
	font-size: 14px;
	min-width: 256px;
	min-height: 48px;
}

.DOC152-default-description {
	font-family: "Roboto-Light";
	font-size: 24px;
	line-height: 30px;
}

.DOC152-default-text {
	font-family: "Roboto-Light";
	line-height: 24px;
	font-size: 20px;
}

.DOC152-default-h1 {
	font-family: "Roboto-Bold";
	font-size: 40px;
}

.DOC152-gray-banner {
	background-color: #F5F5F5;
	border-radius: 10px 10px 0px 10px;
	clip-path:
		polygon(0% 0px,
			/* верхняя левая */
			0px 0%,
			/* верхняя левая */
			calc(100% - 0px) 0%,
			/* верхняя правая */
			100% 0px,
			/* верхняя правая */
			100% calc(100% - 40px),
			/* нижняя правая */
			calc(100% - 40px) 100%,
			/* нижняя правая */
			0px 100%,
			/* нижняя левая */
			0 calc(100% - 0px)
			/* нижняя левая */
		);
	font-family: "Roboto-Light";
	font-size: 20px;
	line-height: 24px;
	padding: 12px 10px 20px 18px;
}

.DOC152-gray-banner>span {
	color: #39A1FF;
	font-family: "Roboto-Bold";
	font-size: 24px;
}

.DOC152-gray-field {
	border-radius: 10px;
	border: 0px;
	font-family: "Roboto-Light";
	font-size: 20px;
	height: 48px;
	padding: 0px 0px 0px 15px;
	/*background-color: #C5C5C5; */
}

.DOC152-laptop {
	max-width: 685px;
	max-height: 492px;
}

.DOC152-red-button {
	background-color: white;
	border-radius: 8px;
	border: 0px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5) !important;
	color: #E3062D;
	font-family: "Roboto-Medium";
	font-size: 16px;
	max-height: 48px;
	padding: 13px 17px 0px 17px;
	display: inline-block;
	text-decoration: none;
}

.DOC152-red-button:hover {
	cursor: pointer;
	color: #E3062D;
}

.DOC152-shield {
	max-height: 474px;
	margin-top: 60px;
	max-width: 455px;
}

.DOC152-small-print {
	font-family: "Roboto-Light";
	font-size: 16px;
}

.DOC152-table-check-list {
	font-family: "Roboto-Light";
	font-size: 20px;
	vertical-align: middle;
	border-spacing: 20px;
	border-collapse: separate;
}

.DOC152-th {
	font-size: 20px;
	font-family: "Roboto-Bold";
}

.DOC152-td-border-top {
	border-top: 2px solid #C5C5C5;
}

/* 1c_manual */

.manual-menu-li-color{
	color: #ca6a29;
}
#manual_menu {
	margin-top: -99px;
}