/* Variant 4 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, p, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
textarea {
	resize: none;
}
body {
	line-height: 1;
}
.about {
	max-width: 100%;
}
h2 {
    color: #d92d11;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3, h4 {
    color: #d92d11;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
	background: rgba(204,204,204,0.397);
}
h3.title-dotted {
	position: relative;
	padding-left: 30px;
}
h3.title-dotted:after {
	position: absolute;
	content: "";
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c30;
}
h4 span.dice__text {
	padding-left: 20px;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
    position: relative;
    color: #d92d11;
    font-weight: bold;
}
label.optional {
    color: #0C419A;
}

.contact {
    width: 100% !important;
	max-width: 500px  !important;
}
textarea.required {
    width: 100% !important;
	max-width: 500px  !important;
    height: 100px;
}
.about__infoblock a:hover {
	text-decoration: underline;
	color: #c30 !important;
}
.about__information {
	margin: 0 !important;
}
.menu__list {
	padding-left: 0;
}

/* header link */

.header__contacts a {
	color: #fff;
}

/* основной тайтл */

.title__block {
	height: auto;
	padding: 10px 0;
}

/* блок с картинками */

.img-block {
    align-items: center;
    padding: 0 15px;
	text-align: center;
}

.img-block p {
	padding: 0 30px 40px 30px;
    display: inline-block;
	vertical-align: middle;
	max-width: 45%;
}
@media (max-width: 562px) {
	.img-block {
		padding: 0;
	}
	.img-block p {
		padding: 5px;
		max-width: 140px;
	}
}

/* блок на три картинки */

.img-block__3 {
    align-items: center;
    padding: 0 15px;
}

.img-block__3 .img-block__cont {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px 40px 20px;
    max-width: 45%;
	min-width: 24%;
}

.img-block__3 .img-block__cont p {
	padding-top: 10px;
}
@media (max-width: 900px) {
	.img-block__3 .img-block__cont {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.img-block__3 .img-block__cont {
		width: 100%;
		max-width: 100%;
	}
}

/* Стили для ссылок в статьях */

.about__information a {
	color: #369;
}

/* Блок серого цвета */

.white-block {
	background-color: #f6f7fa;
}

.white-block .white-block__cont {
	padding: 10px 10px 10px 90px;
	border-left: 1px solid #fff;
}

.white-block img {
	margin: 10px;
	min-width: 70px;
	height: auto;
	float: left;
}

.white-block h2 {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.white-block img {
		float: none;
		margin: 0 auto 20px;
		display: block;
		position: relative;
		top: 15px;
	}
	.white-block .white-block__cont {
		padding-left: 10px;
	}
}

/* input text */

.required {
    width: 250px;
	margin: 10px 0 10px 0;
    border: 2px solid #DCDCDC;
}

/* checkbox-block */

.checkbox-block {
	display: flex;
    flex-wrap: wrap;
}
.checkbox-block .checkbox-block__list {
	border: 2px solid #DCDCDC;
    padding: 5px;
    width: 170px;
	margin: -1px;
}

/* folger art */

.folger {
	position: relative;
    color: #C64F4F;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 15px;
    margin-left: 24px;
}
.folger-title:after {
	position: absolute;
	content: '';
	background: url('../images/folder-icon.gif');
	width: 28px;
	height: 32px;
	left: 0;
	top: -5px;
}

.folger-title {
	position: relative;
	padding-left: 35px;
}

.art {
    list-style-image: none;
    margin-top: 4pt;
    padding-bottom: 3px;
    padding-left: 24px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10pt;
    color: #000000;
    font-weight: normal;
}

.art__list {
	padding: 0;
	margin: 0 10px 20px 0;
}

/* domain */

section.domain {
	overflow: hidden;
}

.blog__date {
	padding-bottom: 10px;
    display: block;
}

/* aside__menu */

@media (max-width: 952px) {
	nav.menu {
		float: left;
		max-width: 200px;
	}
	.aside__menu {
		min-width: 100%;
		display: block !important;
		border: 0 !important;
	}
	.main__wrapper {
		display: block !important;
	}
	main.main {
		max-width: calc(100% - 210px);
		display: inline-block;
	}
}

@media (max-width: 562px) {
	main.main {
		max-width: 100%;
		display: block;
	}
}

.blog__title a:hover {
	color: #c30;
}

.blog__title a b {
	font-weight: 400;
}

.blog__title {
	margin-bottom: -12px;
	text-decoration: underline !important;
}
.blog__title-news_archiv {
	margin: 0 !important;
}
.blog__date-news_archiv {
	padding-top: 15px;
}
.news_archiv-cont br {
	display: none;
}
.blog__title:hover {
	text-decoration: underline !important;
}

@media (max-width: 952px) {
	.clients__inner {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
	}	
}
.clients__item {
	text-align: center !important;
	padding: 0 5px;
}
@media (max-width: 562px) {
	.clients__inner {
		padding: 15px 0 !important;
	}	
}
.blog__open {
    margin-top: 0 !important;
}

/* table */

table#tbl {
    background-color: #ffffff;
    border-collapse: separate;
}
#tbl td.tbl-header {
    background-color: #dcdde2;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
#tbl td {
    border: 1px solid #fff;
	padding: 10px;
	vertical-align: middle;
}
#tbl tr:nth-child(2n+1) {
	background-color: #f6f7fa;
}
@media (max-width: 562px) {
	.img-block {
		padding: 0;
	}
	#tbl .row22 td:nth-child(1), #tbl .row11 td:nth-child(1){
		width: 0px;
		padding: 0;
		font-size: 0;
	}
	#tbl td {
		padding: 5px 3px;
	}
	#tbl td.tbl-header {
		line-height: 15px;
	}
}

/* znaki-navigation */

.znaki-navigation {
	text-align: center;
	padding: 20px 0;
}
.znaki-navigation li {
	display: inline-block;
	padding: 0 10px;
}
.form-button {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0b5ed7;
    border: 1px solid #0b5ed7;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.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;
}
.form-button:hover {
	background-color: #fff;
	color: #0b5ed7;
}

/* art */

ul.art li.art__list {
	position: relative;
	text-indent: 12px;
}

ul.art li.art__list:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #c30;
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.oznakah__title span{
	position: relative;
}
.oznakah__title span::before {
	position: absolute;
	content: "" !important;
	width: 6px;
	height: 6px;
	background: #c30;
	border-radius: 50%;
	left: 7px;
	top: 8px;
}
@media (max-width: 562px) {
	.table-mob {
		max-width: 100%;
		overflow-x: scroll;
	}
	.lang-btn {
		font-size: 20px;
	}
}
.line {
	border-top: 1px solid #ccc;
	margin: 15px 0;
}
.title-news-list {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: -10px 0 10px 0;
}
.title-news-list li {
	width: 19%;
	display: inline-block;
	text-align: center;
	padding: 5px;
}
.title-news-list li a:hover {
	color: #c30;
	text-decoration: underline;
}
.title__name span:first-child {
	letter-spacing: 1px !important;
}
@media (max-width: 1000px) {
	.title-news-list li {
		width: 28%;
	}
}
@media (max-width: 562px) {
	.title-news-list {
		padding-left: 95px;
	}
}
@media (max-width: 400px) {
	.title-news-list {
		text-align: center;
		padding-left: 0;
	}
	.title-news-list li {
		width: 35%;
	}
}

/* header-mob start */

.header__info {
	position: relative;
	display: flex !important;
}
.close__btn {
	display: none !important;
}
.close-menu-block {
	display: none;
}
@media (max-width: 913px) {
	.header__lang span {
		font-size: 20px;
	}
	.header__lang {
		position: absolute;
		right: 0;
		bottom: 24px;
	}
	.header__info {
		flex-wrap: wrap;
	}
	.header__info .title {
		width: 100%;
	}
	a.logo {
		order: +1;
	}
	.title__name {
		letter-spacing: 2px !important;
	}
	.title__name span.title__place {
		letter-spacing: 0 !important;
	}
}
@media (max-width: 750px) {
	.title__name {
		white-space: nowrap;
		letter-spacing: 2px;
		font-size: 18px !important;
	}
	.title__name span.title__place {
		font-size: 15px;
		margin-top: 6px;
	}
	.header__info {
		padding: 0 !important
	}
	a.logo {
		margin: 10px 0;
	}
	.header__lang {
		line-height: 15px;
	}
}
@media (max-width: 562px) {
	.mobile__btn {
		position: absolute !important;
		left: 0;
		bottom: 10px;
	}
	nav.menu {
		display: block !important;
		position: fixed;
		width: 200px;
		transition: .5s;
		top: 0;
		left: -200px;
		z-index: 999;
		background: #fff;
		overflow-y: scroll;
		height: 100vh;
	}
	nav.menu .title__block {
		margin: 0 !important;
		justify-content: flex-start;
    	padding-left: 35px;
	}
	nav.menu .title__block .menu__title {
		font-size: 15px !important;
	}
	nav.menu.active {
		left: 0;
	}
	.close__btn {
		position: absolute !important;
		display: block !important;
	}
	.close-menu-block {
		display: block;
		position: fixed;
		width: 0;
		height: 0;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.close-menu-block.active {
		width: 100%;
		height: 100%;
	}
	.title__name {
		font-size: 18px !important;
	}
	.title__name span.title__place {
		font-size: 15px !important;
		letter-spacing: 0 !important;
	}
}
@media (max-width: 385px) {
	.title__name {
		font-size: 16px !important;
		letter-spacing: 1px !important;
	}
	.title__name span.title__place {
		font-size: 15px !important;
		letter-spacing: 1px !important;
	}
	.title__name span.title__place {
		letter-spacing: 0 !important;
	}
}
@media (max-width: 350px) {
	.title__name span.title__place {
		font-size: 13px !important;
	}
	.title__name {
		font-size: 15px !important;
	}
}

/* header-mob end */