@font-face {
	font-family: 'reg';
	font-style: normal;
	src: url('fonts/reg.woff2') format('woff2'),
	url('fonts/reg.woff') format('woff'),
	url('fonts/reg.ttf') format('ttf'),
	url('fonts/reg.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'light';
	font-style: normal;
	src: url('fonts/light.woff2') format('woff2'),
	url('fonts/light.woff') format('woff'),
	url('fonts/light.ttf') format('ttf'),
	url('fonts/light.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'medium';
	font-style: normal;
	src: url('fonts/medium.woff2') format('woff2'),
	url('fonts/medium.woff') format('woff'),
	url('fonts/medium.ttf') format('ttf'),
	url('fonts/medium.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'bold';
	font-style: normal;
	src: url('fonts/bold.woff2') format('woff2'),
	url('fonts/bold.woff') format('woff'),
	url('fonts/bold.ttf') format('ttf'),
	url('fonts/bold.eot') format('eot');
	font-display: swap;
}


@-ms-viewport {
	width: auto!important;
}

html {
	font-family: sans-serif;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b
,strong {
	font-family: 'bold', Arial, sans-serif;
	font-weight: normal;
}

img {
	border: 0;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
}

button,
input[type="submit"] {
	-webkit-appearance: button;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}

button,select {
	text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hidden {
	display: none!important;
}

[data-tab],
[data-url] {
	cursor: pointer;
}

[data-scroll] {
	cursor: pointer;
	text-decoration: underline;
}

[data-scroll]:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

body {
	font-family: 'reg', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	height: 100%;
	background: url(img/2bg.jpg) fixed repeat-x;
}

.text .mini-manual {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #c0bfc0;
	border-left: 0;
	border-right: 0;
}

.text .mini-manual:first-child {
	margin-top: 0;
}

.text .mini-manual + .mini-manual {
	margin-top: 0;
	border-top: 0;
}

.text .mini-manual__header {
	cursor: pointer;
	color: #0162b2;
	font-family: 'bold', Arial, sans-serif;
	position: relative;
	padding-right: 37px;
}

.text .mini-manual__header:after {
	content: '';
	width: 22px;
	height: 22px;
	background: url(/assets/template/img/input-select_transparent.png) no-repeat center center;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}

.text .mini-manual__header.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.text .mini-manual__content {
	display: none;
	padding-top: 10px;
	font-size: 13px;
}

.text .row {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
}

.text .row:after {
	clear: both;
	display: table;
	content: '';
}

.text .col-2 {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

.text .col-3 {
	float: left;
	width: 33.33333333%;
	padding-left: 20px;
	padding-right: 20px;
}

.text .col-4 {
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.text .col-5 {
	float: left;
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
}

.text p {
	margin-top: 30px;
	margin-bottom: 0;
}

.text p:first-child {
	/*margin-top: 2px;*/
}

.text img {
	max-width: 100%;
	display: block;
}

.text iframe {
	display: block;
	max-width: 100%;
}

.text {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: 'bold', Arial, sans-serif;
	color: #00456a;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;

}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
	margin-top: 0;
}

.text h1 {
	font-size: 23px;

}

.text h2 {
	font-size: 25px;
	margin-top:50px;

}

.text h3 {
	font-size: 18px;
	margin-top:50px;
}

.text h4 {
	font-size: 17px;
	margin-top: 50px;
}

.text h5 {
	font-size: 16px;
}

.text h6 {
	font-size: 15px;
}

.text p {
	margin-top: 20px;
	margin-bottom: 0;
}

.text p:first-child {
	margin-top: 0;
}

.text a {
	color: #0162b2;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

.text a:hover {
	text-decoration: none;
}

.text ul,
.text ol {
	margin-top: 16px;
	margin-left: 20px;
}

.text ul li,
.text ol li {
	position: relative;
	margin-top: 3px;
	padding-left: 25px;
}

.text ul li:first-child,
.text ol li:first-child {
	margin-top: 0;
}

.text ol {
	counter-reset: li;
	margin-left: 25px;
}

.text ul li {
	/*display: list-item;*/
	/*list-style: disc outside;*/
	/*padding-left: 0;*/
	/*margin-left: 20px;*/
}

.text ol li {
	margin-left: 0;
}

.text ol > li:before {
	content: counter(li)'.';
	color: #00456a;
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'medium', Arial, sans-serif;
}

.text hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 15px 0;
}

.text table {
	width: 100%;
	margin-top: 15px;
}

.text table:first-child {
	margin-top: 0;
}

.text table tr th,
.text table tr td {
	font-size: 14px;
	padding: 8px 11px!important;
	border: 1px solid #E0DDDD!important;
	vertical-align: middle;
}

.text table tr td a {

}

.text table tr td a:hover {

}

.text table tr td:last-child {
	color: #0677e8;
	text-align: center;
}

.text table tr td[colspan="2"],
.text table tr td[colspan="3"] {
	text-transform: uppercase;
	background: #e0dddd;
	color: #000;
	text-align: left;
}

.text table tr:hover td:not([colspan="2"]) {
	background: #f7f7f7;
}

.text table tr th:first-child {

}

.text table tr th:last-child,
.text table tr td:last-child {

}

.text table tr th {
	text-align: center;
	color: #0677e8;
	font-family: 'bold', Arial, sans-serif;
	text-transform: uppercase;
}

.text table tr th:first-child {
	text-align: left;
}

.text table tr th,
.text table tr:nth-child(odd) td {

}

.input-text {
	font-family: 'reg', Arial, sans-serif;
}

.input-textarea {
	font-family: 'reg', Arial, sans-serif;
}

.input-text.error,
.input-textarea.error {
	border: 1px solid #ea5050;
	background: #ffd6d6;
}

.button {
	display: inline-block;
	font-size: 14px;
	color: #000;
	border-radius: 18px;
	border: 1px solid #00b7f4;
	background: #e8e8e8;
	padding: 0 36px 0 20px;
	position: relative;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.button.order {
	padding: 0 15px;
	}

.button:hover {
	color: #00b7f4;
}

.button.active {
	color: #00b7f4;
}

.button:after {
	content: '';
	width: 14px;
	height: 9px;
	background: url(img/block__button--after.png) no-repeat;
	display: block;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -4px;
}

.button.order:after {
	display: none;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 330px;
	margin-left: -165px;
	z-index: 100;
	display: none;
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 7px;
	padding: 15px 20px 18px 20px;
}

.modal__close {
	width: 36px;
	height: 36px;
	background: url(img/close.png) no-repeat;
	position: absolute;
	right: -46px;
	top: -46px;
	cursor: pointer;
}

.modal__close:hover {
	opacity: .7;
}

.modal__title {
	font-size: 17px;
	font-family: 'medium', Arial, sans-serif;
	text-align: center;
}

.modal__note {
	font-size: 12px;
	font-family: 'medium', Arial, sans-serif;
	text-align: center;
	margin-top: 15px;
}

.modal__note a {
	color: #0162b2;
	text-decoration: underline;
}

.modal__note a:hover {
	color: #66859e;
	text-decoration: none;
}

.modal__button {
	width: 100%;
	padding: 0 20px;
	margin-top: 15px;
}

.modal__button:after {
	display: none;
}

.modal__input-text {
	width: 100%;
	display: block;
	margin-top: 15px;
	height: 35px;
	border: 1px solid #696969;
	padding: 0 20px;
	border-radius: 18px;
	color: #000;
}

.overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .8);
}

.static {
	position: absolute;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content {
	flex: 1 0 auto;
}

.header {
	background: #336fa1;
}

.header_2 {
	background: #336fa1;
}

.header__inner {
	display: table;
	width: 100%;
}

.header__inner_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 58px;
}

.header__logo {
	width: 210px;
	display: table-cell;
	height: 58px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 0;
}

.header__logo-link {
	text-decoration: none;
	line-height: 1;
}

.header__logo-image {

}

.new-main-menu {
	width: auto;
	display: table-cell;
	height: 58px;
	vertical-align: middle;
	padding-right: 15px;
}

.new-main-menu_2 {
	display: flex;
	flex-wrap: wrap;
	height: 58px;
	overflow: hidden;
	flex-grow: 1;
	justify-content: space-between;
}

.new-main-menu_2 > div:not(.header__logo_2) {
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	align-items: center;
	text-align: center;
}

.new-main-menu_2 > div.header__logo_2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.new-main-menu_2 > div > a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-family: 'light', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1;
	text-shadow: 1px 1px 1px rgba(2,4,6,.4);
}

.new-main-menu_2 > div > a:hover {
	opacity: .9;
}

.new-main-menu_2 > div > a > span {
	text-transform: uppercase;
	font-family: 'bold', Arial, sans-serif;
	font-size: 16px;
}

.new-main-menu p {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'medium', Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(2,4,6,.4);
	margin: 0;
	width: 100%;
}

.new-main-menu ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.new-main-menu li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-family: 'light', Arial, sans-serif;
	padding: 0 5px;
}

.new-main-menu li a {
	text-shadow: 1px 1px 1px rgba(2,4,6,.4);
	color: #fff;
	text-decoration: none;
}

.new-main-menu li a:hover {
	opacity: .8;
}

.new-main-menu li a.call {
	color: #4eff00;
}

.header__phone {
	display: table-cell;
	height: 58px;
	vertical-align: middle;
	text-align: right;
	color: #fff;
	width: 250px;
	font-size: 0;
}

.header__phone-title {
	font-size: 13px;
	display: block;
	text-shadow: 1px 1px 1px rgba(2,4,6,.4);
	line-height: 1;
}

.header__phone-link {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'medium', Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(2,4,6,.4);
	margin-top: -3px;
}

.header__phone-link:hover {
	text-decoration: none;
	color: #fff;
}

.breadcrumbs__inner {
	padding: 20px 21% 0;
	font-size: 0;
}

.breadcrumbs__inner_2 {
	font-size: 0;
}

.breadcrumbs__inner_2 > li {
	/*margin-left: 7px;*/
	/*margin-right: 17px;*/
	margin-right: 24px;
	position: relative;
	display: inline-block;
}

.breadcrumbs__inner_2 > li:first-child {
	margin-left: 0;
}

.breadcrumbs__inner_2 > li > a {
	color: #0162b2;
	font-family: 'medium', Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.breadcrumbs__inner_2 > li > a:hover {
	text-decoration: none;
}

.breadcrumbs__inner_2 > li.active > a {
	text-decoration: none;
	pointer-events: none;
	color: #000;
}

.breadcrumbs__inner_2 > li:after {
	content: '';
	background: #66859e;
	width: 8px;
	height: 1px;
	display: block;
	position: absolute;
	right: -16px;
	top: 8px;
}

.breadcrumbs__inner_2 > li:last-child:after {
	display: none;
}


.breadcrumbs a {
	margin-left: 7px;
	color: #0162b2;
	font-family: 'medium', Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	margin-right: 17px;
	position: relative;
	display: inline-block;
}

.breadcrumbs a:after {
	content: '';
	background: #66859e;
	width: 8px;
	height: 1px;
	display: block;
	position: absolute;
	right: -16px;
	top: 8px;
}

.breadcrumbs a:last-child:after {
	display: none;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs span {
	margin-left: 7px;
	color: #000;
	font-family: 'medium', Arial, sans-serif;
	font-size: 12px;
	display: inline-block;
}

.main__inner {
	margin-left: -15px;
	margin-right: -15px;
}

.main__sidebar {
	width: 21%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 22px;
}

.main__sidebar_right {
	margin-top: 58px;
}

.page_download .main__sidebar_right {
	margin-top: 22px;
}

.page_2:not(.old-blog) .main__sidebar {
	width: 280px;
	margin-top: 22px;
}

.main__sidebar-inner {
	transition: top .25s ease-in-out;
	-moz-transition: top .25s ease-in-out;
	-webkit-transition: top .25s ease-in-out;
	position: relative;
	top: 0;
}

.sidebar-menu {
	margin-top: 12px;
}

.sidebar-menu + .sidebar-menu {
	margin-top: 20px;
}

.sidebar-menu:first-child {
	margin-top: 0;
}

.sidebar-menu + .main__sidebar-inner {
	margin-top: 20px;
}

.sidebar-menu__title {
	color: #757575;
	font-size: 13px;
	font-family: 'medium', Arial, sans-serif;
}

.sidebar-menu__menu li {
	margin-top: 4px;
}

.sidebar-menu__menu a {
	color: #0162b2;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	width: 100%;
	display: block;
}

.sidebar-menu__menu a:hover {
	text-decoration: none;
	background: #f1f6fa;
}

.sidebar-menu__menu a.active {
	color: #000;
	text-decoration: none;
}

/*
.menu-ico:before {
	content: '';
	width: 20px;
	height: 18px;
	position: absolute;
	left: 8px;
	top: 4px;
	background-repeat: no-repeat;
	background-image: url(/assets/template/img/menu-ico.png);
}
*/

.menu-ico_1:before {
	background-position: 0px 0px;
}

.menu-ico_2:before {
	background-position: 0px -18px;
}

.menu-ico_3:before {
	background-position: 0px -36px;
}

.menu-ico_4:before {
	background-position: 0px -54px;
}

.menu-ico_5:before {
	background-position: 0px -72px;
}

.menu-ico_6:before {
	background-position: 0px -90px;
}

.menu-ico_7:before {
	background-position: 0px -108px;
}

.menu-ico_8:before {
	background-position: 0px -126px;
}

.menu-ico_9:before {
	background-position: 0px -144px;
}

.menu-ico_10:before {
	background-position: 0px -162px;
}

.menu-ico_11:before {
	background-position: 0px -180px;
}

.menu-ico_12:before {
	background-position: 0px -198px;
}

.menu-ico_13:before {
	/*background-position: 0px 216px;*/
}

.main__content {
	width: 58%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 22px;
}

.page_2:not(.old-blog) .main__content {
	/*width: calc(100% - 280px);*/
	width: calc(100% - 320px);
	float: right;
}

.no-sidebar-right .main__content,
.hide_right_sidebar .main__content {
	width: 79%;
}

.edges {
	margin-top: 20px;
	padding: 20px 0;
}

.edges__inner {
	margin-left: -15px;
	margin-right: -15px;
}

.edges__item {
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	width: 50%;
}

.edges__item-inner {
	padding-left: 90px;
	position: relative;
}

.edges__item img {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}

.edges__item-inner > span {
	font-size: 13px;
	color: #0071cd;
	display: block;
	width: 100%;
}

.edges__item-inner > div {
	font-size: 12px;
	color: #696969;
}

.block {
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}

.page_download .block {
	margin-top: 0;
}

.block_is_main {
	-moz-box-shadow: 0 0 28px 12px rgba(16, 16, 16, .1);
	-webkit-box-shadow: 0 0 28px 12px rgba(16, 16, 16, .1);
	box-shadow: 0 0 28px 12px rgba(16, 16, 16, .1);
	border-radius: 7px;
}

.block_is_problem {
	min-height: 124px;
}

.block_is_pack {
	min-height: auto;
}

.block:first-child {
	margin-top: 0;
}

.block__inner {
	/*padding-right: 210px;*/
	padding-right: 190px;
}

.block_is_problem .block__inner {
	padding-right: 100px;
}

.block_is_pack .block__inner {
	padding-right: 0;
}

.block__inner h1 {
	margin: 0;
	font-size: 24px;
	font-family: 'bold', Arial, sans-serif;
	color: #00456a;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.block__inner h2 {
	font-size: 24px;
	font-family: 'bold', Arial, sans-serif;
	color: #00456a;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	/*margin: 0;*/
}

.block__text {
	font-size: 15px;
	color: #000;
	margin-top: 15px;
	line-height: 1.7;
}

.block__text a {
	color: #0162b2;
	text-decoration: underline;
}

.block__text a:hover {
	color: #000;
	text-decoration: none;
}

.block__text p {
	margin: 0;
	margin-top: 16px;
}

.block__text p:first-child {
	margin-top: 0;
}

.block__text ul > li {
	position: relative;
	padding-left: 15px;
}

.block__text ul > li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #00456a;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
}

.text ul > li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #00456a;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
}

.block__title {
	font-size: 20px;
	font-family: 'bold', Arial, sans-serif;
	color: #314a5b;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.block__title-link {
	text-decoration: none;
	color: #314a5b;
}

.block__title-link:hover {
	color: #000;
}

.block__subtitle {
	font-size: 12px;
	color: #808080;
	font-family: 'light', Arial, sans-serif;
	text-transform: lowercase;
}

.block__price {
	/*margin-top: 20px;*/
	margin-top: 25px;
}

.block_is_pack .block__price {
	text-align: right;
}

.block__price + .block__price {
	margin-top: 10px;
}

.block__price-title {
	font-size: 15px;
	color: #000;
	font-family: 'medium', Arial, sans-serif;
}

.block__price-price {
	color: #454545;
	font-size: 18px;
	font-family: 'light', Arial, sans-serif;
	line-height: 1;
	margin-top: 4px;
}

.block__price_big .block__price-title {
	font-family: 'bold', Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.block__price_big .block__price-price {
	color: #000;
	font-size: 24px;
}

.block__button-wrapper {
	margin-top: 20px;
}

.block_is_pack .block__button-wrapper {
	margin-top: 5px;
}

.block_is_pack .block__button-wrapper:after {
	content: '';
	clear: both;
	display: table;
}

.block_is_pack .block__button {
	float: right;
}

.block__cols {
	margin-left: -10px;
	margin-right: -10px;
}

.block__cols:after {
	content: '';
	clear: both;
	display: table;
}

.block__col {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
}

.block__links {
	margin-top: 20px;
}

.block__links + .block__links {
	margin-top: 15px;
}

.block__links span {
	display: block;
	font-size: 15px;
}

.block__links ul {
	font-size: 0;
}

.block__links li {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}

.block__links li:last-child {
	margin-right: 0;
}

.block__links a {
	color: #0162b2;
	text-decoration: none;
	font-family: 'light', Arial, sans-serif;
}

.block__links a:hover {
	text-decoration: underline;
}

.tabs {
	margin-top: 30px;
}

.tabs__links {
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	display: table;
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
}

.tabs__link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 7px;
	font-size: 14px;
}

.tabs__link:hover {
	color: #66859e;
}

.tabs__link.active {
	background: #66859e;
	color: #fff;
}

.tabs__item {
	margin-top: 15px;
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 7px;
	padding: 15px 20px 18px 20px;
}

.sidebar-widget {
	margin-top: 20px;
}

.sidebar-widget:first-child {
	margin-top: 0;
}

.sidebar-widget p {
	margin: 0;
	margin-top: 4px;
}

.sidebar-widget p:first-child {
	margin-top: 0;
}

.sidebar-widget a {
	color: #0162b2;
	text-decoration: underline;
}

.sidebar-widget a:hover {
	color: #66859e;
	text-decoration: none;
}

.sidebar-widget_type_1,
.sidebar-widget_type_3 {
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	font-family: 'light', Arial, sans-serif;
	background: url(img/sidebar-widget_type_1.png) no-repeat;
	height: 52px;
	display: table;
	width: 100%;
}

.sidebar-widget_type_1 > div,
.sidebar-widget_type_3 > div {
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	width: 100%;
	line-height: 1;
}

.sidebar-widget_type_3 > div a {
	visibility: hidden;
}

.sidebar-widget_type_1 span {
	font-size: 14px;
	opacity: .6;
}

.sidebar-widget_type_2 .img {
	border-radius: 7px;
	overflow: hidden;
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.sidebar-widget_type_2 .img + .img {
	margin-top: 20px;
}

.sidebar-widget_type_2 p + .img {
	margin-top: 10px;
}

.sidebar-widget_type_2 img {
	display: block;
}

.sidebar-widget_type_4 {
	font-size: 14px;
	text-decoration: none;
}

.sidebar-widget_type_4 p {
	margin: 0;
	margin-top: 5px;
}

.sidebar-widget_type_4 p:first-child {
	margin-top: 0;
}

.sidebar-widget_type_4 a {
	color: #0162b2;
	text-decoration: underline;
}

.sidebar-widget_type_4 a:hover {
	color: #0162b2;
	text-decoration: none;
}

.sidebar-widget_type_4 img {
	max-width: 100%;
}

.footer {
	margin-top: 40px;
	flex: 0 0 auto;
}

.footer__inner {
	border-top: 1px solid #d1d1d1;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer__row {
	margin-left: -15px;
	margin-right: -15px;
}

.footer__col {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}

.footer__col_3 {
	width: 30%;
}

.footer__col_4 {
	width: 30%;
}

.footer-menu__title {
	font-size: 15px;
	font-family: 'medium', Arial, sans-serif;
}

.footer-menu__menu {
	margin-top: 4px;
}

.footer-menu__menu a {
	color: #0162b2;
	text-decoration: none;
}

.footer-menu__menu a:hover {
	color: #000;
}

.footer-menu__menu a.active {
	color: #000;
}

.footer__contacts > div {
	margin-top: 10px;
}

.footer__contacts > div:first-child {
	margin-top: 0;
}

.footer__contacts span {
	font-family: 'medium', Arial, sans-serif;
}

.footer__contacts a {
	color: #0162b2;
	text-decoration: underline;
}

.footer__contacts a:hover {
	text-decoration: none;
}

.footer__contacts .tel {
	text-decoration: none;
	font-family: 'bold', Arial, sans-serif;
}

.organization .title {
	font-family: 'medium', Arial, sans-serif;
}

.header__menu-toggle {
	display: none!important;
}

.block-title {
	text-align: center;
	padding-top: 35px;
	margin-top: 28px;
	border-top: 1px solid #d1d1d1;
}

.block-title:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.block-title__title {
	color: #0071cd;
	font-size: 28px;
	display: block;
	line-height: 1.1;
}

.block-title__subtitle {
	font-size: 15px;
	display: block;
	margin-top: 15px;
}

.include_type_block {
	margin-top: 20px;
}

.include_type_block li {
	color: #0162b2;
	font-size: 14px;
	font-family: 'light', Arial, sans-serif;
}

.include_type_block li a {
	color: #0162b2;
	text-decoration: underline;
}

.include_type_block li a:hover {
	text-decoration: none;
}

.include_type_block li b {
	font-family: 'reg', Arial, sans-serif;
	font-weight: normal;
}

.include_type_block li:first-child {
	font-size: 15px;
	color: #000;
	font-family: 'reg', Arial, sans-serif;
}

.include_type_base {
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.include_type_base li {
	float: left;
	width: 50%;
	padding-left: 46px;
	position: relative;
	color: #0071cd;
	font-size: 17px;
	margin-top: 10px;
}

.include_type_base li:before {
	content: '';
	width: 21px;
	height: 21px;
	background: url(img/point__item--before.png) no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 1px;
}

.datetime {
	margin-top: 12px;
	text-align: center;
}

.datetime__opener {
	color: #0071cd;
	cursor: pointer;
	text-decoration: underline;
}

.datetime__opener:hover {
	text-decoration: none;
}

.datetime__opener.active {
	color: #000;
	text-decoration: underline;
}

.datetime__inner {
	margin-top: 5px;
	display: none;
}

.datetime__text {
	font-size: 12px;
}

.datetime__fields {
	margin-left: -10px;
	margin-right: -10px
}

.datetime__fields:after {
	content: '';
	clear: both;
	display: table;
}

.datetime__field {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 50%;
}

.datetime__fields .input-text {
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 103px;
}

.modal__text {
	text-align: center;
}

.modal__text span {
	font-size: 17px;
	font-family: 'medium', Arial, sans-serif;
	text-align: center;
	margin-bottom: 8px;
}

.change-city {
	margin-top: 20px;
}

.change-city__title {
	font-size: 14px;
	font-family: 'medium', Arial, sans-serif;
}

.change-city__select-block {
	background: #fff;
	width: 100%;
	color: gray;
	font-size: 15px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	height: 40px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 40px;
	margin-top: 5px;
	/* -moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); */
	/* -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); */
	/* box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); */
	/* border-radius: 7px; */
	border: 1px solid #e1e8ed;
}

.change-city__select-block i {
	position: absolute;
	top: -1px;
	right: -2px;
	width: 40px;
	height: 40px;
	background: url(/assets/template/img/input-select_transparent.png) no-repeat center center;
}

.change-city__select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 14px;
}

.it {
    /*
	background: #fff;
	padding: 18px 15px;
	border: 1px solid #e1e8ed;
	text-align: center;
	color: #336fa1;
	font-size: 17px;
	line-height: 1.3;
	*/
}

.it img {
	display: inline-block;
	max-width: 100%;
}

.it p {
	margin: 0;
	margin-top: 15px;
}

.it p:first-child {
	margin-top: 0;
}

.it-button {
	text-decoration: none!important;
	display: block;
	color: #fff!important;
	border-radius: 3px;
	padding: 6px 4px;
	font-size: 16px;
	text-align: center;
}

.it-button + .it-button {
	margin-top: 12px;
}

.it-button_blue {
	background: #6287ae;
}

.it-button_blue:hover {
	opacity: .8;
}

.it-button_green {
	background: #58b031;
}

.it-button_green:hover {
	opacity: .8;
}

.steps {
	margin-top: 40px;
}

.steps + .steps,
.block + .steps {
	margin-top: 50px;
}

#vk_comments {
	margin-top: 40px;
}

.block + #vk_comments {
	margin-top: 30px;
}

.steps > div {
	background: #fff;
	padding: 20px 20px;
	border: 1px solid #e1e8ed;
	margin-top: 30px;
}

.steps > div.google-auto-placed {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.steps > div:first-child {
	margin-top: 20px;
}

.steps > div .long {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	overflow: hidden;
	display: block;
}

.steps > div .long img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#vk_groups {
	margin-left: auto;
	margin-right: auto;
}

.helpfulPage {

}

.helpfulPageInfo {
	font-size: 0;
}

.helpfulPageTitle {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin-right: 10px;
}

.helpfulPageButton {
	display: inline-block;
	border: 1px solid rgba(0,0,0,.2);
	background-color: #fff;
	text-decoration: none;
	width: 72px;
	padding: 4px 10px 4px 32px;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	color: #000;
}

.helpfulPageButton:hover {
	background-color: #e7e7e7;
}

.helpfulPageButton + .helpfulPageButton {
	margin-left: -1px;
	margin-right: 10px;
}

.helpfulPageButton:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: 10px;
}

.helpfulPageButton.yes {
	border-radius: 0 3px 3px 0;
}

.helpfulPageButton.yes:before {
	top: 4px;
	background: url(/assets/template/img/good.svg) no-repeat;
}

.helpfulPageButton.no {
	border-radius: 3px 0 0 3px;
}

.helpfulPageButton.no:before {
	top: 5px;
	background: url(/assets/template/img/suck.svg) no-repeat;
}

.helpfulPageStat {
	font-size: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
	line-height: 1;
}

.helpfulPageForm {

}

.helpfulPageForm input {

}

.helpfulPageForm textarea {
	width: 100%;
	max-width: 350px;
	display: block;
	height: 105px;
	border: 1px solid #696969;
	padding: 8px 20px;
	border-radius: 18px;
	color: #000;
	font-family: 'reg', Arial, sans-serif;
	resize: none;
	overflow: hidden;
}

.helpfulPageSuccess {
	color: #0162b2;
	font-family: 'medium', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.helpfulPageSuccess p {
	margin: 0;
}

.helpfulPageError {
	display: block;
	color: red;
	font-family: 'medium', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.helpfulPageError p {
	margin: 0;
}

.helpfulPageButtons {
	font-size: 0;
	margin-top: 10px;
}

.helpfulPageButtons button {
	text-transform: none;
	display: inline-block;
	font-size: 14px;
	color: #000;
	border-radius: 18px;
	border: 1px solid #00b7f4;
	background: #e8e8e8;
	padding: 0 20px 0 20px;
	position: relative;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.helpfulPageButtons button:hover {
	color: #00b7f4;
}

.helpfulPageButtons button + button {
	margin-left: 10px;
}

.helpfulPage + .comments-outer {
	margin-top: 30px;
}

.comments-outer .ticket-comment-up,
.comments-outer .ticket-comment-link {
	display: none;
}

.comments-outer .ticket-comment .ticket-avatar {
	display: none;
}

.comments-outer .ticket-comment-author {
	font-weight: normal;
	margin-left: 0;
	color: #000!important;
	font-family: 'bold', Arial, sans-serif;
}

.comments-outer .ticket-comment-rating {
	display: none;
}

.comments-outer .ticket-comment-dot {
	display: none;
}

.comments-outer .comment-reply a {
	font-size: 13px;
	color: #0071cd;
	text-decoration: none;
	border-bottom: 1px solid #0071cd;
}

.comments-outer .comment-reply a:hover {
	border-bottom-color: transparent;
}

.comments-outer #comment-new-link a {
	font-size: 16px;
	color: #0071cd;
	text-decoration: none;
	border-bottom: 1px solid #0071cd;
}

.comments-outer #comment-new-link a:hover {
	border-bottom-color: transparent;
}

.comments .title {
	font-weight: normal;
	margin: 0;
	font-family: 'bold', Arial, sans-serif;
}

.comments-outer #comments-wrapper {

}

.comments-outer .comment-list {

}

.comments-outer #comments-tpanel {

}

.comments-outer .comment-new-link {

}

.comments-outer .comment-new-link a {

}

.comments-outer #comment-form-placeholder {

}

.comments-outer #comment-form {

}

.comments-outer .form-group {
	margin-top: 10px;
}

.comments-outer label {
	vertical-align: middle;
	width: 50px;
	display: inline-block;
	margin-right: 5px;
}

.comments-outer label#comment-captcha {
	width: auto;
}

.comments-outer input:not(.btn) {
	line-height: normal;
	width: 220px;
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	border: 1px solid #696969;
	padding: 0 20px;
	border-radius: 18px;
	color: #000;
	font-family: 'reg', Arial, sans-serif;
}

.comments-outer input[name="captcha"] {
	width: 80px;
}

.comments-outer #comment-editor {
	width: 100%;
	max-width: 350px;
	display: block;
	height: 105px;
	border: 1px solid #696969;
	padding: 8px 20px;
	border-radius: 18px;
	color: #000;
	font-family: 'reg', Arial, sans-serif;
	resize: none;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
}

.comments-outer .markItUp {
	margin: 0;
}

.comments-outer .markItUpHeader {
	display: none;
}

.comments-outer .error {

}

.comments-outer .form-actions {

}

.comments-outer .form-actions .btn {
	display: inline-block;
	font-size: 14px;
	color: #000;
	border-radius: 18px;
	border: 1px solid #00b7f4;
	background: #e8e8e8;
	padding: 0 20px 0 20px;
	position: relative;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.comments-outer .form-actions .btn + .btn {
	margin-left: 10px;
}

.comments-outer .form-actions .btn:hover {
	color: #00b7f4;
}


@media (min-width:1017px) {
	.page_2:not(.old-blog) .main__sidebar_left {
		display: block!important;
		/*margin-top: -20px;*/
	}

	.main__sidebar-inner.fixed {
		position: fixed;
		top: 22px;
		z-index: 90;
		width: 180px;
	}

	.br_mobile {
		display: none;
	}
}

.block_is_page .block__inner {
	padding-right: 0;
}

.author {
	-moz-box-shadow: 0 0 28px 12px rgba(16,16,16,.1);
	-webkit-box-shadow: 0 0 28px 12px rgba(16,16,16,.1);
	box-shadow: 0 0 28px 12px rgba(16,16,16,.1);
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.author__photo {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
}

.author__photo > div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.author__photo img {
    max-width: 100%;
	display: block;
}

.author__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 282px);
	height: 80px;
	padding: 10px;
}

.author__content > div {
	
}

.author__title > b {
	font-family: 'bold', Arial, sans-serif;
}

.author__links {
	font-size: 13px;
	font-family: 'medium', Arial, sans-serif;
	margin-top: 4px;
}

.author__links a {
	color: #0162b2;
	text-decoration: underline;
}

.author__links a:hover {
	color: #0162b2;
	text-decoration: none;
}

.author__donate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 202px;
	height: 80px;
	padding: 10px;
}

.author__donate > div {
	font-size: 0;
}

.author__donate .button {
	text-decoration: none;
    padding: 0 15px;
}

.author__donate .button:after {
	display: none;
}

@media (max-width:1016px) {
	.main__sidebar_right {
		margin-top: 30px;
		float: left;
	}

	.sidebar-menu {
		margin-top: 20px;
	}
	.helpfulPageTitle {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5px;
	}

	.helpfulPageStat {
		max-width: 100%;
		line-height: 1;
		width: 100%;
		margin-top: 7px;
	}

	.block_is_page .block__inner {
		padding-right: 20px;
	}

	.br_desktop {
		display: none;
	}

	.footer__contacts > div.social {
		margin-top: 30px;
	}

	.main__sidebar-inner {
		/*width: 180px;*/
		width: 100%;
		margin: 0 auto;
	}

	.block_is_pack .block__button {
		float: none;
	}

	.block_is_pack .block__price {
		text-align: left;
	}

	.block_is_pack .block__button-wrapper {
		margin-top: 20px;
	}

	.modal__close {
		right: 0;
	}

	.modal {
		width: 300px;
		margin-left: -150px;
	}

	body {
		min-width: 320px;
	}

	.include_type_base li {
		width: 100%;
	}

	.container {
		width: 100%;
	}

	.header__inner {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 0;
	}

	.header__logo {
		width: 100%;
		display: block;
		height: auto;
		padding: 0;
		border-bottom: 1px dashed #fff;
		padding-bottom: 11px;
	}

	.header__logo:after {
		content: '';
		display: table;
		clear: both;
	}

	.header__menu-toggle {
		display: block!important;
		float: right;
		width: 44px;
		height: 44px;
		position: relative;
		cursor: pointer;
		margin-top: -2px;
	}

	.header__menu-toggle span {
		display: block;
		height: 4px;
		width: 100%;
		position: absolute;
		background: #fff;
		top: 50%;
		margin-top: -2px;
	}

	.header__logo-link img {
		margin-top: 9px;
	}

	.header__menu-toggle span:before,
	.header__menu-toggle span:after {
		content: '';
		display: block;
		height: 4px;
		width: 100%;
		position: absolute;
		background: #fff;
	}

	.header__menu-toggle span:before {
		top: -14px;
	}

	.header__menu-toggle span:after {
		bottom: -14px;
	}

	.header__menu-toggle.active span {
		background: transparent;
	}

	.header__menu-toggle.active span:before,
	.header__menu-toggle.active span:after {
		background: #fff;
	}

	.header__menu-toggle.active span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header__menu-toggle.active span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header__phone {
		width: 100%;
		display: block;
		height: auto;
		text-align: center;
		padding-top: 15px;
	}

	.header__phone-title {
		font-size: 15px;
	}

	.main__content {
		width: 100%!important;
	}

	.main__sidebar_left {
		padding-bottom: 15px;
		display: none;
	}

	.sidebar-menu__title {
		padding-left: 0;
		text-align: center;
		text-transform: uppercase;
		color: #000;
	}

	.menu-ico:before {
		display: none;
	}

	.sidebar-menu__menu li {
		padding-left: 0;
		margin-top: 8px;
		text-align: center;
	}

	.sidebar-menu__menu a {
		font-size: 18px;
		font-family: 'light', Arial, sans-serif;
		text-decoration: underline;
		padding: 3px 8px;
	}

	.new-main-menu {
		display: block;
		height: auto;
		padding-right: 0;
	}

	.new-main-menu ul {
		display: none;
	}

	.new-main-menu p {
		display: block;
		text-align: center;
		margin-top: 11px;
	}

	.sidebar-menu__menu a:hover {
		color: #0162b2;
		background: transparent;
	}

	.breadcrumbs__inner {
		text-align: center;
		padding: 15px 0 0;
	}

	.block {
		min-height: auto;
		/*overflow: hidden;*/
	}

	.block__inner,
	.block_is_problem .block__inner {
		background: rgba(255, 255, 255, 0.8);
		padding: 15px 15px 15px 15px;
	}

	.breadcrumbs a,
	.breadcrumbs span {
		margin-left: 0;
		margin-top: 5px;
	}

	.breadcrumbs a:after {
		right: -13px;
	}

	.block__title {
		font-size: 16px;
	}

	.block__links a {
		font-family: 'reg', Arial, sans-serif;
	}

	.tabs {
		margin-top: 23px;
	}

	.tabs__links {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
		display: block;
		border-radius: 0;
		text-align: center;
	}

	.tabs__link {
		display: inline-block;
		border-radius: 7px;
		margin: 7px 7px 0;
		font-size: 13px;
	}

	.main__sidebar {
		width: 100%;
	}

	.sidebar-widget_type_2 .img {
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.sidebar-widget_type_2 img {
		margin: 0 auto;
	}

	.footer__col {
		width: 100%;
		margin-top: 30px;
	}

	.footer__col_1 {
		margin-top: 0;
		text-align: center;
	}

	.footer-menu {
		text-align: center;
	}

	.footer-menu__menu {
		margin-top: 0;
	}

	.footer-menu__menu li {
		margin-top: 8px;
	}

	.footer-menu__menu a {
		font-size: 18px;
		font-family: 'light', Arial, sans-serif;
		text-decoration: underline;
	}

	.footer-menu__menu a:hover {
		color: #0162b2;
		text-decoration: none;
	}

	.footer-menu__title {
		font-size: 13px;
		font-family: 'medium', Arial, sans-serif;
		text-align: center;
		text-transform: uppercase;
		color: #000;
	}

	.footer__contacts {
		text-align: center;
	}

	.footer__contacts button {
		display: inline-block;
	}

	.footer__contacts span {
		display: block;
	}

	.block-title__title {
		font-size: 24px;
	}

	.block__col {
		width: 100%;
	}
}

@media (max-width:767px) {
	.text table tr td:first-child {
		padding-left: 15px;
		background-image: none;
	}

	.edges__item {
		width: 100%;
		min-height: 50px;
		margin-top: 30px;
	}

	.edges__item:first-child {
		margin-top: 0;
	}

	.text .col-2
	.text .col-3
	.text .col-4
	.text .col-5 {
		width: 100%;
		margin-top: 15px;
	}

	.text .col-2:first-child,
	.text .col-3:first-child,
	.text .col-4:first-child,
	.text .col-5:first-child {
		margin-top: 0;
	}
}

.window {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	padding-top: 10px;
	cursor: default;
}

.window__inner {
	background: #fff;
	line-height: 1.2;
	padding: 15px;
	-moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 1px rgba(0,0,0,.2);
	border-radius: 7px;
}

.window li {
	text-align: left;
	margin-top: 10px;
}

.window li:first-child {
	margin-top: 0;
}

.window li a {
	color: #0162b2;
	font-size: 14px;
	text-decoration: none;
}

.window li a:hover {
	color: #000;
	text-decoration: none;
}

.menu p {
	background: #f5f5f5;
	background-position: 20px 20px;
	border-radius: 3px;
	margin-bottom: 5px;
	color: #1d2e4c;
	display: block;
	padding: 4px;
}

.menu p:hover {
	background: #e6e6e6;
	color: inherit;
}

.comments {
	margin-top: 20px;
}

.simplesearch-search-form {
	position: relative;
	padding-left: 10px;
}

.page_2 .simplesearch-search-form {
	padding-left: 0;
	margin-top: -4px;
}

.simplesearch-search-form input[type="text"] {
	border: 0;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	font-size: 14px;
	color: #000;
}

.simplesearch-search-form input[type="submit"] {
	width: 26px;
	height: 26px;
	position: absolute;
	background: url(img/search.png) no-repeat center center;
	right: 0;
	top: 0;
	display: block;
	border: 0;
}

@media (max-width:1016px) {
	.simplesearch-search-form {
		padding-left: 0;
	}
}

.simplesearch-results {

}
.simplesearch-highlight {
	background: yellow;
}
.simplesearch-results .simplesearch-highlight {
	background: none;
}
.simplesearch-paging {
	margin-top: 15px;
	font-size: 13px;
	font-family: 'bold', Arial, sans-serif;
}
.simplesearch-result-pages {

}
.simplesearch-page {

}
.simplesearch-current-page {
	font-family: Arial,sans-serif;
}
.simplesearch-results-list {

}
.simplesearch-result {
	margin-top: 15px;
}
.simplesearch-result > span {
	font-family: 'bold', Arial, sans-serif;
}
.simplesearch-result > span a {
	font-family: 'bold', Arial, sans-serif;
}
.simplesearch-result > span a:hover {

}
.simplesearch-result .extract {
	font-size: 13px;
	line-height: 1.4;
}
.simplesearch-result .extract p {
	margin: 0;
}
.simplesearch-result .extract p:first-child {

}

.privacy-disclaimer {
	background: #f7f8f8;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 93;
	box-shadow: 0 0 4px rgba(175,175,175,.4), 0 2px 12px rgba(175,175,175,.4);
	display: none;
}
.privacy-disclaimer p {
	margin: 0;
}
.privacy-disclaimer p:first-child {
	margin-top: 0;
}
.privacy-disclaimer a {
	color: #ea543f;
	text-decoration: underline;
}
.privacy-disclaimer a:hover {
	text-decoration: none;
}
.privacy-disclaimer .container {
	position: relative;
	padding-right: 42px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.privacy-disclaimer__close {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 12px;
	height: 11px;
	background: url(img/privacy-disclaimer__close.png) no-repeat;
	cursor: pointer;
}

[data-fancybox],
.fancy {
	cursor: pointer;
}


.new-sidebar-block {
	margin-top: 25px;
}

.new-sidebar-block + .new-sidebar-block {
	margin-top: 50px;
}

.new-sidebar-block_1 {

}

.new-sidebar-block_2 {

}

.new-sidebar-block_3 {

}

.new-sidebar-block__title {
	font-size: 20px;
	font-family: 'bold', Arial, sans-serif;
	color: #00456a;
	font-weight: normal;
	line-height: 1;
	position: relative;
}

.new-sidebar-block__title:after {
	content: '';
	/*width: 41px;*/
	/*height: 46px;*/
	/*background-image: url(/assets/template/img/new-arrows.png);*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: -12px;*/
	/*right: -2px;*/
}

.new-sidebar-block_1 .new-sidebar-block__title:after {
	/*background-position: 0px 0px;*/
}

.new-sidebar-block_2 .new-sidebar-block__title:after {
	/*background-position: 0 -46px;*/
}

.new-sidebar-block__subtitle {
	line-height: 1;
	color: #6e6e6e;
	font-size: 13px;
	margin-top: 7px;
}

.new-sidebar-block > ul {

}

.new-sidebar-block > ul > li {
	font-size: 14px;
	line-height: 1.3;
	padding-left: 12px;
	position: relative;
	margin-top: 5px;
}

.new-sidebar-block > ul > li:before {
	content: '';
	position: absolute;
	background: #181818;
	display: block;
	height: 1px;
	width: 5px;
	left: 0;
	top: 9px;
}

.new-sidebar-block > ul > li > a {
	color: #0162b2;
	text-decoration: none;
}

.new-sidebar-block > ul > li > a:hover {
	text-decoration: underline;
}

.new-sidebar-block > ol {

}

.new-sidebar-block > ol > li {
	font-size: 14px;
	line-height: 1.3;
	padding-left: 0;
	position: relative;
	margin-top: 7px;
}

.new-sidebar-block > ol > li > a {
	color: #181818;
	text-decoration: none;
}

.new-sidebar-block > ol > li > a:hover {
	text-decoration: underline;
}

.mobile-version {
	display: none;
}

@media (max-width:1016px) {
	.new-main-menu_2 > div.header__logo_2 {
		padding-left: 0!important;
	}
	.header_2 .header__menu-toggle {
		display: flex!important;
		margin-left: 15px;
		padding-left: 0!important;
		float: none;
		margin-top: 6px;
	}
.page_2 .main__sidebar {
width: 100%;
/*max-width: 500px;*/
margin-left: auto;
margin-right: auto;
/*float: none;*/
text-align: center;
}
	.header_2 .header__logo-link img {
		margin-top: 0;
	}
	.page_2 .footer__contacts > div.social {
		margin-top: 0;
	}
	.new-main-menu_2 > div > a {
		font-size: 12px;
	}
	.new-main-menu_2 > div > a > span {
		font-size: 11px;
	}
	.new-main-menu_2 > div {
		padding-left: 15px!important;
	}
}

@media (max-width:767px) {
	.new-main-menu_2 > div:not(.header__logo_2) {
		display: none;
	}
	.mobile-version {
		display: block;
	}
}

.page_2 .new-index .main__content {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.new-index__image-block {

}

.new-index__image-block > div {
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 2px 5.7px 0.3px rgba(16, 16, 16, 0.3);
}

.new-index__image-block > div img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.new-index__content {
	padding-top: 48px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.new-index__content.has-bg {
	min-height: 458px;
}

.new-index__title {

}

.new-index__title h1 {
	font-size: 30px;
	color: #022542;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	font-family: 'bold', Arial, sans-serif;
	text-align: center;
}

.new-index__text {
	margin-top: 60px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.new-index .simplesearch-search-form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.new-index .simplesearch-search-form input[type="text"] {
	height: 52px;
	padding: 0 46px 0 20px;
	box-shadow: 0 2px 5.7px 0.3px rgba(16,16,16,.3);
	font-size: 22px;
	color: #424242;
	border-radius: 12px;
}

.new-index .simplesearch-search-form input[type="submit"] {
	right: 10px;
	top: 50%;
	margin-top: -13px;
}

.plitki {

}

.new-index__content.has-bg + .plitki {
	margin-top: -100px;
}

.plitki h2,
.plitki .h2 {
	font-size: 30px;
	color: #022542;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	font-family: 'bold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.plitki h3,
.plitki .h3 {
	font-size: 30px;
	color: #022542;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	font-family: 'bold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.plitki_1 {

}

.plitki_2 {

}

.plitki + .plitki {
	margin-top: 60px;
}

.plitki__inner {
	font-size: 0;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

.plitki__item {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #d9d9d9;
	margin: 10px 5px 0;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
}

.plitki_1 .plitki__item {
	width: 154px;
	height: 154px;
}

.plitki_2 .plitki__item {
	width: 126px;
	height: 126px;
}

.plitki__item-image-block {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.plitki_1 .plitki__item-image-block {
	height: 110px;
	width: 110px;
}

.plitki_2 .plitki__item-image-block {
	height: 85px;
	width: 85px;
}

.plitki__item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.plitki__item:hover .plitki__item-image-block img {
	opacity: .7;
}

.plitki__item-title {
	font-family: 'medium';
	color: #022542;
	line-height: 1.1;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.plitki_1 .plitki__item-title {
	font-size: 16px;
	height: 34px;
}

.plitki_2 .plitki__item-title {
	font-size: 14px;
	height: 30px;
}

.plitki__item:hover .plitki__item-title {

}

.plitki__item-title > span {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
}

.download-counter {
	font-family: 'bold';
}

.download-counter span {
	color: red;
}

@media (max-width:767px) {
	.new-index__content.has-bg {
		min-height: auto;
	}

	.new-index__content.has-bg+.plitki {
		margin-top: 0;
	}

	.plitki_1 .plitki__item {
		width: 126px;
		height: 126px;
	}

	.plitki_1 .plitki__item-image-block {
		height: 85px;
		width: 85px;
	}

	.plitki_1 .plitki__item-title {
		font-size: 14px;
		height: 30px;
	}

	.author__content {
		width: calc(100% - 80px);
	}

	.author__donate {
		width: 100%;
		padding-top: 0;
	}
}
.pro-btn {
  min-width: 100px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #3dba26;
  color: #fff;
  padding: 8px 42px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}

.pro-btn:hover {
  background: #2e8f1c;
  color: #fff;
}
.mt-3{margin-top:1rem!important}

.search_table {width: 550px; background-color: #FFFFFF; border: 1px solid #EEEEEE; box-sizing: border-box;}
.search_table thead th {padding: 10px 10px 15px 10px;}
.search_table thead label {display: block; width: 500px; margin: 0 auto; padding-right: 120px; overflow: hidden; position: relative; box-sizing: border-box;}
.search_box {width: 100%; height: 19px; margin: 0; padding: 0 4px; border: 1px solid #ddd; font-size: 11px;}
.search_button {height: 21px; width: 100px; margin: 0; padding: 0; font-size: 11px; background-color: #3784ed; color: #fff; border: 0; border-radius: 3px; position: absolute; top: 0; right: 0;}
.search_table tbody td {width: 25%; padding: 0 10px 10px 10px; background-position: 10px 0; background-repeat: no-repeat; vertical-align: top;}
.search_table tbody b {color: #465360; font-size: 12px; vertical-align: top;}
.search_table tbody td > a {color: #0162b2; font-size: 12px; vertical-align: top;}

@media screen and (max-width: 550px) {
  .scroll_box {
    overflow-x: scroll;
}

.scroll_box table {
    min-width: 800px;
}
}
.caramel {
  position: sticky;
  top: 0; /* Указывает, на каком расстоянии от верхнего края элемент должен "прилипнуть" */
  z-index: 1000; /* Чтобы элемент отображался поверх других */
}
