HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
FONT,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
TT,
VAR,
B,
U,
I,
all-centered,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}
SUP,
SUB {
	line-height: 1px;
}
BODY {
	line-height: 1;
}
UL {
	list-style: none;
}
:focus {
	outline: 0;
}
INS {
	text-decoration: none;
}
DEL {
	text-decoration: line-through;
}
input::-moz-focus-inner {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.block {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
.none,
.hidden,
.on980,
.on760,
.on320,
.only980,
.only760 {
	display: none;
}
.clear,
.clr {
	clear: both;
}
hr.clear,
hr.clr {
	padding: 0;
	margin: 0;
	height: 1px;
	overflow: hidden;
	border: 0;
}
.clearfix:before,
.clearfix:after,
.clf:before,
.clf:after {
	content: ' ';
	display: table;
}
.clearfix:after,
.clf:after {
	clear: both;
}
.clearfix,
.clf {
	*zoom: 1;
}
.alignright,
.right {
	float: right;
}
.alignleft,
.left {
	float: left;
}
.all-centered {
	text-align: center;
}
.all-centereded,
.fully-centered {
	display: block;
	margin: 0 auto;
}
img.alignright,
img.right {
	margin: 0 0 7px 20px;
	display: inline;
}
img.alignleft,
img.left {
	margin: 0 20px 7px 0;
	display: inline;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
.entry-content img {
	height: auto;
}
body {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Oswald', sans-serif;
	background: #0a519e;
	text-align: center;
}
.wrap {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
}
input,
textarea {
	color: #222;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
}
a {
	color: #ffbc00;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
}
a:hover {
	color: #1ab354;
	text-decoration: underline;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title,
.entry-content table,
.entry-content form,
.entry-content ul,
.entry-content ol,
.entry-content hr,
blockquote {
	margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title {
	color: #fff;
	font-weight: 700;
}
h1,
.h1,
.title {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}
h2,
.h2 {
	font-size: 25px;
	line-height: 30px;
}
h3,
.h3 {
	font-size: 22px;
	line-height: 28px;
}
h4,
.h4 {
	font-size: 20px;
	line-height: 26px;
}
h5,
.h5 {
	font-size: 18px;
	line-height: 25px;
}
h6,
.h6 {
	font-size: 16px;
	line-height: 24px;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.grey {
	color: gray;
}
.green {
	color: #34c924;
}
.red {
	color: red;
}
.orange {
	color: orange;
}
.yellow {
	color: #ff0;
}
.blue {
	color: #00f;
}
.purple {
	color: #8b00ff;
}
.pink {
	color: pink;
}
.table,
.entry-content table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
}
.table tr th,
.entry-content table tr th {
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
}
.table tr td,
.entry-content table tr td {
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
}
.entry-content table.nobord,
.entry-content table.nobord tr th,
.entry-content table.nobord tr td {
	border: 0;
	padding: 0;
	background: 0 0;
}
.entry-content ul,
ul.list {
	padding: 0 0 0 20px;
	list-style: none;
}
.entry-content ol,
ol.list {
	padding: 0 0 0 25px;
	list-style: none;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
ul.list ul,
ol.list ol,
ol.list ul,
ul.list ol {
	margin: 5px 0 0;
}
.entry-content ol > li,
ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
}
.entry-content ul > li,
ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: 0.07em;
	cursor: help;
}
acronym,
abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
header {
	padding: 10px 0;
	background-image: linear-gradient(
		0deg,
		rgba(0, 50, 102, 0) 0,
		#003266 73%,
		#003266 98%
	);
	background-color: #0a519e;
	margin: 0 0 20px;
}
.head-l {
	padding: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 170px;
	margin: 0 auto 10px auto;
	transition: all 0.3s 0.02s ease;
}
.logo img {
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
}
.logo:hover {
	transform: scale(1.05);
}
.main_nav {
	display: none;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(0, 49, 102, 0.5);
}
.main_nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.main_nav > ul > li {
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
.main_nav > ul > li:first-child {
	padding: 0;
}
.main_nav > ul > li > a {
	font-weight: 700;
	font-size: 13px;
	line-height: 110%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.main_nav > ul > li > a:hover,
.main_nav > ul > li.current-menu-item > a {
	color: #ffba00;
}
.main_nav > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 0;
	height: 2px;
	width: 0;
	background: #ffba00;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
}
.main_nav > ul > li > a:hover:before,
.main_nav > ul > li.current-menu-item > a:before {
	width: 100%;
}
.main_nav > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 77;
	top: 100%;
	left: 0;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0 0 12px rgb(0 0 0/32%);
	background: #fcfcfc;
	min-width: 200px;
}
.main_nav > ul > li:hover > ul {
	display: block;
}
.main_nav > ul > li > ul > li {
	display: block;
	position: relative;
	padding: 0 10px 5px;
}
.main_nav > ul > li > ul > li > a {
	font-weight: 400;
	font-size: 15px;
	line-height: 110%;
	color: #222;
	text-decoration: none;
	position: relative;
}
.main_nav > ul > li > ul > li > a:hover,
.main_nav > ul > li > ul > li.current-menu-item > a {
	color: #ffba00;
	text-decoration: underline;
}
.main_nav > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 77;
	top: 0;
	left: 100%;
	padding: 10px 0;
	border-radius: 8px;
	box-shadow: 0 0 12px rgb(0 0 0/32%);
	background: #fff;
	min-width: 160px;
}
.main_nav > ul > li > ul > li:hover > ul {
	display: block;
}
.main_nav > ul > li > ul > li > ul > li {
	display: block;
	padding: 0 10px 5px;
}
.main_nav > ul > li > ul > li > ul > li > a {
	font-weight: 400;
	font-size: 15px;
	line-height: 110%;
	color: #222;
	text-decoration: none;
	position: relative;
}
.main_nav > ul > li > ul > li > ul > li > a:hover,
.main_nav > ul > li > ul > li > ul > li.current-menu-item > a {
	color: #ffba00;
	text-decoration: underline;
}
.adaptive-m {
	display: block;
	margin: 0;
	width: 29px;
	height: 18px;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.adaptive-m span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #fb4d00;
	transition: all 0.2s ease-in-out;
}
.adaptive-m span:nth-child(2) {
	top: 10px;
	left: auto;
	right: 0;
	width: 83%;
	transition: all 1.1s 0.02s ease;
}
.adaptive-m span:nth-child(3) {
	top: 19px;
}
.adaptive-m.open span {
	top: 10px;
}
.adaptive-m.open span:nth-child(1) {
	transform: rotate(45deg);
}
.adaptive-m.open span:nth-child(2) {
	opacity: 0;
	width: 100%;
	transform: rotate(360deg);
}
.adaptive-m.open span:nth-child(3) {
	transform: rotate(-45deg);
}
.toc-wrapper {
	margin: 0 0 20px;
	padding: 20px 10px 10px;
	background: #003266;
	border-radius: 14px;
}
.toc-wrapper_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.autor_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #003266;
	border-radius: 14px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 20px;
}
.autor_list_img {
	flex: 0 0 120px;
	margin: 0 20px 0 0;
}
.autor_list_img img {
	border-radius: 10px;
}
.autor_list_r {
	font-size: 14px;
	line-height: 18px;
}
.autor_list_r > span {
	display: block;
	font-size: 15px;
	margin: 0 0 3px;
	font-weight: 700;
}
.ba_block_but {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 0 20px;
}
a.most-butt {
	position: relative;
	display: block;
	width: 150px;
	box-sizing: border-box;
	padding: 10px 0;
	background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
	box-shadow: 0 10px 20px rgb(250 65 0/40%);
	border-radius: 14px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
a.most-butt:hover {
	letter-spacing: 0.2em;
	box-shadow: 0 20px 30px rgb(250 65 0/40%);
}
.block_time {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #ffba00;
	text-transform: uppercase;
	margin: 0 0 20px;
}
a.content-butt {
	position: relative;
	display: block;
	width: 200px;
	box-sizing: border-box;
	padding: 10px 0;
	background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
	box-shadow: 0 10px 20px rgb(250 65 0/40%);
	border-radius: 14px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin: 20px auto;
}
a.content-butt:hover {
	letter-spacing: 0.2em;
	box-shadow: 0 20px 30px rgb(250 65 0/40%);
}
.param_list {
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 10px;
	background: #003266;
	border-radius: 14px;
}
.param_b {
	width: auto;
	margin: 0 0 10px;
}
.param_bt {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(0 0 0/50%);
	margin: 0;
}
.param_bl {
	height: 15px;
	border-radius: 5px;
	background: #fb4d00;
}
span.param_b_line {
	display: block;
	height: 15px;
	line-height: 16px;
	border-radius: 5px;
	background: #ffba00;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	text-shadow: 1px 1px 1px rgb(255 255 255/50%);
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.ba_block_l {
	box-sizing: border-box;
}
.ba_block_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0.04em;
	color: #7a3413;
	text-align: center;
	margin: 0 0 30px;
}
.zig-zag-zoe {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	background-color: rgba(0, 49, 102, 0.5);
	padding: 4px 10px;
	border-radius: 14px;
}
.list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-elem {
	width: 49%;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.list-item {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	line-height: 26px;
	background: #003266;
	border-radius: 14px;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 8px rgb(0 0 0/32%);
}
.list-item:hover {
	box-shadow: 0 0 14px rgb(0 0 0/32%);
}
.list-title {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	position: relative;
}
.list-title:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #ffba00;
	transition: all 0.3s 0.02s ease;
}
.list-title:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(90deg);
	width: 12px;
	height: 2px;
	background: #ffba00;
	transition: all 0.3s 0.02s ease;
}
.list-devantage .list-title:after {
	display: none;
}
.formats_text {
	font-size: 15px;
	line-height: 18px;
}
.formats_text p {
	margin: 0 0 14px;
}
.main-wrapper {
	padding: 20px 10px 10px;
	background: #003266;
	border-radius: 14px;
	margin: 0 0 20px;
}
.main-wrapper_block {
	box-sizing: border-box;
	margin: 0 0 30px;
}
.main-wrapper_list {
	max-width: 980pxpx;
	margin: 0 auto;
}
.main-wrapper_b_l {
	padding: 0 0 0 120px;
}
.main-wrapper_b:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 100px;
	height: 73px;
	background: url(//schoolsv.ru/wp-content/themes/udmprof/images/arrow.svg)
		no-repeat right all-centered;
	background-size: auto 72px;
	transition: all 0.3s 0.02s ease;
}
.main-wrapper_b_l:before {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.main-wrapper_b:hover:before {
	right: 5px;
}
.main-wrapper_b_l:hover:before {
	left: 5px;
}
.main-wrapper_text {
	border: 1px solid #4c4c50;
	border-radius: 12px;
	padding: 30px;
	box-sizing: border-box;
	transition: all 0.3s 0.02s ease;
}
.main-wrapper_b:hover .main-wrapper_text {
	box-shadow: 0 10px 20px rgb(0 0 0/20%);
}
.faq-wrapper {
	margin: 0 0 50px;
}
.faq-item {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
	background: #003266;
	border-radius: 14px;
	margin: 0 0 15px;
}
.faq-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	position: relative;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s 0.02s ease;
}
.faq-title.active {
	color: #ffba00;
}
.faq-title span {
	display: block;
	width: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #ffba00;
}
.faq-title:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	right: 10px;
	width: 18px;
	height: 2px;
	background: #ffba00;
	transition: all 0.3s 0.02s ease;
}
.faq-title:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	right: 10px;
	width: 18px;
	height: 2px;
	background: #ffba00;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
}
.faq-title.active:before {
	transform: rotate(180deg);
}
.faq-title.active:after {
	transform: rotate(360deg);
}
.faq-text {
	display: none;
	padding: 0 10px 20px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.form-custom {
	padding: 20px 0 10px;
	background: #003266;
}
.benefits_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.benefits_line {
	width: 31%;
	margin: 0 0 30px;
}
.tb_form_inp {
	display: block;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0 0 10px;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid rgba(36, 36, 36, 0.4);
}
.tb_form_textarea {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 0 30px;
	padding: 0;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid rgba(36, 36, 36, 0.4);
	resize: none;
}
.tb_form-btn-wrapper {
	display: block;
	height: 50px;
	width: 230px;
	margin: 0 auto;
	padding: 0;
	background: #158d43;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
}
.tb_form-btn-wrapper:hover {
	background: #30b965;
	letter-spacing: 2.25px;
}
footer {
	border-top: 1px solid #ffba00;
	background-image: linear-gradient(
		0deg,
		rgba(0, 50, 102, 0) 0,
		#003266 73%,
		#003266 98%
	);
	background-color: #0a519e;
	padding: 20px 0 10px;
}
.footer-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.footer-logo {
	padding: 0 0 10px;
	width: 140px;
	transition: all 0.3s 0.02s ease;
}
.footer-logo img {
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
}
.footer-logo:hover {
	transform: scale(1.05);
}
.copyright {
	color: #fff;
	font-weight: 500;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 10px;
}
.nav_scroll {
	position: relative;
}
.nav_scroll > div {
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
}
.footer-socials {
	padding: 0 0 10px;
}
.footer-socials ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-socials li {
	display: block;
	padding: 0 0 0 10px;
}
.footer-socials li:first-child {
	padding: 0;
}
.footer-socials li a {
	display: block;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer-socials li img {
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
}
.footer-socials li:nth-child(1) img {
	max-height: 35px;
}
.footer-socials li:nth-child(2) img {
	max-height: 22px;
}
.footer-socials li:nth-child(3) img {
	max-height: 25px;
}
.footer-socials li:nth-child(4) img {
	max-height: 20px;
}
.footer-socials li:nth-child(5) img {
	max-height: 25px;
}
.footer-socials li a:hover img {
	transform: rotate(360deg);
}
.form-l {
	padding: 0 0 15px;
}
.lab {
	display: block;
	padding: 0 0 2px;
}
.inp {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
}
.ta {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
}
.form-btn-wrapper {
	position: relative;
}
.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #ffbc00;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.btn:hover {
	border-color: #ca2a3c;
	background-color: #c18f03;
	color: #fff;
	text-decoration: none;
}
.form-btn-wrapper .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
}
.form-comments li {
	padding: 15px;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	background: #f8f8f8;
}
.form-comments li li {
	margin: 15px 0 0;
}
.form-comments li.thread-even {
	background: #fff;
}
.form-comments .even {
	background: #fff;
}
.form-comments .alt {
	background: #f8f8f8;
}
.comment_ava {
	float: left;
	padding: 0 10px 0 0;
}
.comment_top {
	padding: 0 0 10px;
}
.comment_a {
	font-weight: 700;
	margin-right: 1rem;
}
.comment_d {
	font-style: italic;
}
.comment_repl {
	text-align: right;
}
#respond {
	border-radius: 4px;
	-webkit-transition: border-radius 0.2s;
	transition: border-radius 0.2s;
	margin: 0 0 20px;
}
.form-comments #respond {
	margin: 0 15px 15px;
}
#cancel-comment-reply-link {
	display: inline-block;
	margin: 0 0 15px;
}
.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
}
.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wpcf7-not-valid {
	border-color: #ad2929 !important;
	color: #ad2929;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background-color: #fff;
}
@media (max-width: 1260px) {
	.wrap {
		width: 980px;
	}
}
@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		box-sizing: border-box;
		padding: 10px;
	}
	p {
		margin: 0 0 20px;
	}
	header {
		height: auto;
	}
	.header_h {
		padding: 8px 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		transition: all 0.3s 0.02s ease;
	}
	.header_h.fixed {
		position: relative;
	}
	.logo {
		width: 70px;
		order: 1;
	}
	.header_h.fixed .logo {
		width: 70px;
	}
	.adaptive-m {
		display: block;
		order: 3;
	}
	.top_icon {
		order: 2;
	}
	.main_nav {
		padding: 10px 0 0;
		display: none;
		order: 3;
		width: 100%;
	}
	.main_nav > ul {
		display: block;
	}
	.main_nav > ul > li {
		display: block;
		padding: 0 0 7px;
	}
	.main_nav > ul > li:first-child {
		padding: 0 0 7px;
	}
	.main_nav > ul > li > ul {
		display: block;
		position: relative;
		z-index: 77;
		top: auto;
		left: auto;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 0 0 0 rgb(0 0 0/32%);
		background: 0 0;
		min-width: 200px;
	}
	.main_nav > ul > li > ul > li > ul {
		display: block;
		position: relative;
		z-index: 77;
		top: auto;
		left: auto;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 0 0 0 rgb(0 0 0/32%);
		background: 0 0;
		min-width: 160px;
	}
	.main_nav > ul > li > ul > li > a {
		color: #fff;
	}
	.main_nav > ul > li > ul > li > a:hover,
	.main_nav > ul > li > ul > li.current-menu-item > a {
		color: #13b358;
	}
	.main_nav > ul > li > ul > li > ul > li > a {
		color: #fff;
	}
	.main_nav > ul > li > ul > li > ul > li > a:hover,
	.main_nav > ul > li > ul > li > ul > li.current-menu-item > a {
		color: #13b358;
	}
	.top_icon a {
		margin: 0 0 0 5px;
	}
	.ba_block {
		padding: 30px 0;
		overflow: hidden;
		position: relative;
	}
	.ba_block_l {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		z-index: 2;
	}
	.toc-inside {
		font-size: 16px;
		line-height: 20px;
	}
	.zig-zag-zoe {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 30px;
	}
	.toc-wrapper_list {
		display: block;
	}
	.autor_list {
		width: auto;
	}
	.param_list {
		width: auto;
	}
}
@media (max-width: 759px) {
	.wrap {
		width: 100%;
		min-width: 300px;
	}
	body {
		font-size: 16px;
		line-height: 20px;
	}
	.toc-inside {
		font-size: 15px;
		line-height: 18px;
	}
	.zig-zag-zoe {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.formats {
		padding: 30px 0;
	}
	.list-elem {
		width: 100%;
	}
	.list-elem:nth-child(3n) {
		width: 100%;
	}
	.list-item {
		padding: 20px 10px;
	}
	.faq-item {
		margin: 0 0 15px;
	}
	.faqs {
		padding: 80px 0;
	}
	.faq-title {
		font-weight: 500;
		font-size: 17px;
		line-height: 20px;
		padding: 10px 30px 10px 10px;
	}
	.faq-title span {
		font-size: 16px;
		line-height: 20px;
		width: 24px;
	}
	.faq-text {
		padding: 0 10px 10px;
		font-size: 15px;
		line-height: 20px;
	}
	.benefits {
		padding: 30px 0;
	}
	.benefits_list {
		display: block;
	}
	.benefits_line {
		width: auto;
		margin: 0 0 20px;
	}
	.autor_list {
		display: block;
	}
	.autor_list_img {
		margin: 0 auto;
	}
	a.most-butt {
		width: 140px;
		padding: 7px 0;
		font-size: 14px;
		line-height: 20px;
	}
}
table {
	width: 100%;
}
section#comments,
div#comments{
	padding: 10px;
}
.table-wrapper {
	overflow-x: auto;
}
#commentsList * {
	color: #000;
}
/* СОДЕРЖАНИЕ */
#toc {
	background: var(--inner);
	border-top: 4px solid var(--main-accent-color);
	border: 1px solid #fff;
	/* border-bottom: 3px solid #f6f6f6; */
	/* box-shadow: 0 0 18px rgb(0 0 0 / 10%); */
	/* width: 50%; */
	max-width: 100%;
	margin-top: 30px;
	position: relative;
	padding: 19px 30px 26px;
	margin-bottom: 2rem;
}
#toc :is(ul, ol) {
	padding-left: 1.2rem;
	list-style: none;
}
#toc li {
	padding: 5px;
}
#toc :is(ul, ol) a {
	color: inherit;
	text-decoration: underline;
	transition: 0.9s;
}
#toc :is(ul, ol) a:hover {
	color: var(--main-accent-color);
}
/* 1-й уровень */
#toc > ol {
	counter-reset: num;
}
#toc > ol > li:not([style]) {
	counter-increment: num;
}
#toc > ol > li:not([style])::before {
	content: counter(num) '. ';
}
#toc > ol > li > ol li {
	counter-increment: num;
}
#toc > ol > li > ol li::before {
	content: counter(num) '. ';
}
/* 2-й уровень */
#toc > ol > li > ol ol {
	counter-reset: num2;
}
#toc > ol > li > ol ol > li {
	counter-increment: num2;
}
#toc > ol > li > ol ol > li::before {
	content: counter(num) '.' counter(num2) '. ';
}
/* 3-й уровень */
#toc > ol > li > ol ol ol {
	counter-reset: num3;
}
#toc > ol > li > ol ol ol > li {
	counter-increment: num3;
}
#toc > ol > li > ol ol ol > li::before {
	content: counter(num) '.' counter(num2) '.' counter(num3) '. ';
}
.toc_title {
	color: var(--text-color);
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
}
.toc_toggle {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 0;
	padding: 5px 10px 6px;
	transition: 0.2s;
	text-decoration: none;
	color: var(--text-color);
	border-radius: 13px;
	background: var(--main-accent-color);
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	transition: 0.7s;
}
.toc_toggle:hover {
	opacity: 0.6;
}
.toc_list {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.7s ease;
	margin-bottom: 0 !important;
}
.toc_list.open {
	max-height: unset !important;
}
.toc_list .toc_list {
	max-height: unset !important;
	margin-top: 0;
}
.toc_list .toc_list li {
	margin-top: 0;
	padding-top: 0;
}

#toc ol > li:first-child {
	counter-increment: num123;
	display: none;
}
html {
	scroll-behavior: smooth;
}
.qweasfas-body {
	margin: 0;
	padding: 0;
	position: relative;
	display: grid;
	place-content: center;
	height: 100vh;
}
.qweasfas {
	display: grid;
	text-align: center;
	align-items: start;
	position: relative;
}
.qweasfas-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0;
	opacity: .2;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.qweasfas-number {
	color: #fff;
	font-size: 180px;
	font-weight: bold;
	line-height: 1;
}
.qweasfas-text {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.qweasfas-link {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 0.5rem;
	letter-spacing: 1px;
	background: #fff;
	color: #000;
	transition-duration: 0.3s;
	transition: all 0.3s ease;
	width: max-content;
	margin: 40px auto;
}
.qweasfas-link:hover {
  	color: #000;
  	box-shadow: 0 0 12px #fff;
}
.qweasfas-link-img {
	height: 20px;
	object-fit: contain;
	margin-right: 5px;
	margin-left: 5px;
}
.faq-wrapper ul,
.faq-wrapper ol {
	list-style-position: inside;
}