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

blockquote,
q {
	quotes: none;
}

img {
	max-width: 100%;
	height: auto;
}

*::-webkit-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

*:-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

*::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

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

button,
input,
a {
	outline: none;
}

button,
input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

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

input,
button {
	font-family: inherit;
}

:root {
	--main-color: #434343;
	--gray-color: #5a5a5a;
	--blue-color: #1389fa;
	--dark-blue-color: #0665ce;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.35em;
}

h1,
h2 {
	word-break: break-word;
}

b,
strong {
	font-weight: 700;
}

html,
body {
	min-height: 100vh;
}

body {
	width: 100%;
	min-width: 320px;
	padding: 0px;
	margin: 0px auto;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	color: var(--main-color);
	background: #fff;
}

.wiki-btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	outline: none;
	border: 0;
	color: #fff;
	background: #1489fa;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s linear;
	text-align: center;
}

.btn--theme-light_blue {
	box-shadow: 7px 7px 30px rgba(65, 121, 235, 0.65);
	background: #1489fa;
	color: #fff !important;
}

.btn--theme-light_blue:hover {
	box-shadow: none;
}

.btn--theme-light_blue:focus {
	background: #1f44ab;
	box-shadow: none;
}

.wiki {
	overflow-x: hidden;
}

.wiki h1,
.wiki h2,
.wiki h3,
.wiki h4,
.wiki h5 {
	font-weight: 700;
}

.wiki-menu-ticker {
	display: none;
}

.wiki-menu-btn {
	z-index: 109;
	color: #fff;
	padding: 0.6rem;
	position: fixed;
	top: 1.25rem;
	right: 1rem;
	cursor: pointer;
	transition:
		right 0.23s,
		opacity 0.3s;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background-color: var(--blue-color);
	border: 1px solid var(--blue-color);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	opacity: 0;
}

.wiki-menu-btn span {
	position: relative;
	display: block;
	margin: 4px 0 0;
	height: 0;
	transition: all 0.1s linear 0.23s;
	border-top: 3px solid #fff;
}

.menu_btn_visible {
	opacity: 1;
}

.wiki-menu {
	position: fixed;
	z-index: 800;
	display: block;
	max-width: 320px;
	height: 100%;
	top: 0;
	right: -320px;
	margin: 0;
	padding: 1rem;
	background-color: #fff;
	transition: right 0.2s;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	font-size: 0.95rem;
	line-height: 1.25em;
	overflow-y: auto;
	direction: ltr;
	scrollbar-color: #69c0ff #e4e4e4;
	scrollbar-width: thin;
}

.wiki-menu-ticker:checked ~ .wiki-menu-btn {
	right: calc(320px + 0.85rem);
	background-color: #fff;
	border-color: #69c0ff;
}

.wiki-menu-ticker:checked ~ .wiki-menu {
	right: 0;
	-webkit-box-shadow: -17px 0px 25px 0px rgba(58, 110, 217, 0.35);
	-moz-box-shadow: -17px 0px 25px 0px rgba(58, 110, 217, 0.35);
	box-shadow: -17px 0px 25px 0px rgba(58, 110, 217, 0.35);
}

.wiki-menu-ticker:checked ~ .wiki-menu-btn span.first {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	border-color: var(--main-color);
}

.wiki-menu-ticker:checked ~ .wiki-menu-btn span.second {
	opacity: 0;
}

.wiki-menu-ticker:checked ~ .wiki-menu-btn span.third {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
	border-color: var(--main-color);
}

.wiki-menu-btn span.first {
	margin-top: 0;
}

.wiki-menu a {
	text-decoration: none;
	color: var(--main-color);
	transition: all 0.3s ease-in-out;
}

.wiki-menu a:hover,
.wiki-menu a:focus {
	color: var(--dark-blue-color);
}

.wiki-menu__list {
	margin-top: 1rem;
}

.wiki-menu__list-item {
	padding: 0.375rem 0;
}

.wiki-menu__list-item > a {
	color: var(--blue-color);
	font-weight: 700;
}

.wiki-menu__list-item > a span {
	display: inline-block;
	width: 1.5rem;
	font-size: 0.875rem;
	color: var(--gray-color);
}

.wiki-menu__list-item ul {
	margin-left: 0.3rem;
	padding-left: 1.5rem;
	margin-top: 0.25rem;
	border-left: 1px solid #69c0ff;
}

.wiki-menu__list-item ul > li {
	padding: 0.275rem 0;
}

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

.wiki-header__logo > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 1rem;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1755 14L7.95911 9.70632L4.63373 14H0L5.64225 6.94796L0.190801 0H4.96082L8.06814 4.0855L11.2572 0H15.7819L10.3305 6.84387L16 14H11.1755Z' fill='black'/%3E%3C/svg%3E")
		50% 50% no-repeat;
	background-size: contain;
}

.wiki-social {
	list-style: none;
	padding: 0;
	margin: 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
}

.wiki-social > li {
	margin: 0 0.5rem;
}

.wiki-social > li a {
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: rgba(20, 137, 250, 0.2);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}

.wiki-social > li a:hover,
.wiki-social > li a:focus {
	background-color: #0056b3;
}

.wiki-social .wiki-social__item-inst > a {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05972 3.81216C5.93551 3.81216 4.22212 5.52556 4.22212 7.64977C4.22212 9.77397 5.93551 11.4874 8.05972 11.4874C10.1839 11.4874 11.8973 9.77397 11.8973 7.64977C11.8973 5.52556 10.1839 3.81216 8.05972 3.81216ZM8.05972 10.1447C6.687 10.1447 5.56478 9.02583 5.56478 7.64977C5.56478 6.27371 6.68366 5.15482 8.05972 5.15482C9.43578 5.15482 10.5547 6.27371 10.5547 7.64977C10.5547 9.02583 9.43244 10.1447 8.05972 10.1447ZM12.9494 3.65518C12.9494 4.15284 12.5486 4.55029 12.0543 4.55029C11.5567 4.55029 11.1592 4.1495 11.1592 3.65518C11.1592 3.16087 11.56 2.76008 12.0543 2.76008C12.5486 2.76008 12.9494 3.16087 12.9494 3.65518ZM15.4911 4.56365C15.4343 3.36461 15.1605 2.30251 14.2821 1.42744C13.407 0.552371 12.3449 0.278495 11.1458 0.218376C9.91006 0.148237 6.20605 0.148237 4.97027 0.218376C3.77457 0.275155 2.71246 0.549031 1.83405 1.4241C0.955647 2.29917 0.685111 3.36127 0.624992 4.56031C0.554853 5.79609 0.554853 9.5001 0.624992 10.7359C0.681771 11.9349 0.955647 12.997 1.83405 13.8721C2.71246 14.7472 3.77123 15.021 4.97027 15.0812C6.20605 15.1513 9.91006 15.1513 11.1458 15.0812C12.3449 15.0244 13.407 14.7505 14.2821 13.8721C15.1571 12.997 15.431 11.9349 15.4911 10.7359C15.5613 9.5001 15.5613 5.79943 15.4911 4.56365ZM13.8946 12.0618C13.6341 12.7165 13.1298 13.2208 12.4718 13.4847C11.4865 13.8754 9.14855 13.7853 8.05972 13.7853C6.9709 13.7853 4.62959 13.8721 3.64765 13.4847C2.99302 13.2241 2.48868 12.7198 2.22483 12.0618C1.83405 11.0766 1.92423 8.73859 1.92423 7.64977C1.92423 6.56094 1.83739 4.21964 2.22483 3.23769C2.48534 2.58306 2.98968 2.07873 3.64765 1.81487C4.63293 1.4241 6.9709 1.51428 8.05972 1.51428C9.14855 1.51428 11.4899 1.42744 12.4718 1.81487C13.1264 2.07539 13.6308 2.57972 13.8946 3.23769C14.2854 4.22298 14.1952 6.56094 14.1952 7.64977C14.1952 8.73859 14.2854 11.0799 13.8946 12.0618Z' fill='%23002766'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-inst > a:hover,
.wiki-social .wiki-social__item-inst > a:focus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05972 3.81216C5.93551 3.81216 4.22212 5.52556 4.22212 7.64977C4.22212 9.77397 5.93551 11.4874 8.05972 11.4874C10.1839 11.4874 11.8973 9.77397 11.8973 7.64977C11.8973 5.52556 10.1839 3.81216 8.05972 3.81216ZM8.05972 10.1447C6.687 10.1447 5.56478 9.02583 5.56478 7.64977C5.56478 6.27371 6.68366 5.15482 8.05972 5.15482C9.43578 5.15482 10.5547 6.27371 10.5547 7.64977C10.5547 9.02583 9.43244 10.1447 8.05972 10.1447ZM12.9494 3.65518C12.9494 4.15284 12.5486 4.55029 12.0543 4.55029C11.5567 4.55029 11.1592 4.1495 11.1592 3.65518C11.1592 3.16087 11.56 2.76008 12.0543 2.76008C12.5486 2.76008 12.9494 3.16087 12.9494 3.65518ZM15.4911 4.56365C15.4343 3.36461 15.1605 2.30251 14.2821 1.42744C13.407 0.552371 12.3449 0.278495 11.1458 0.218376C9.91006 0.148237 6.20605 0.148237 4.97027 0.218376C3.77457 0.275155 2.71246 0.549031 1.83405 1.4241C0.955647 2.29917 0.685111 3.36127 0.624992 4.56031C0.554853 5.79609 0.554853 9.5001 0.624992 10.7359C0.681771 11.9349 0.955647 12.997 1.83405 13.8721C2.71246 14.7472 3.77123 15.021 4.97027 15.0812C6.20605 15.1513 9.91006 15.1513 11.1458 15.0812C12.3449 15.0244 13.407 14.7505 14.2821 13.8721C15.1571 12.997 15.431 11.9349 15.4911 10.7359C15.5613 9.5001 15.5613 5.79943 15.4911 4.56365ZM13.8946 12.0618C13.6341 12.7165 13.1298 13.2208 12.4718 13.4847C11.4865 13.8754 9.14855 13.7853 8.05972 13.7853C6.9709 13.7853 4.62959 13.8721 3.64765 13.4847C2.99302 13.2241 2.48868 12.7198 2.22483 12.0618C1.83405 11.0766 1.92423 8.73859 1.92423 7.64977C1.92423 6.56094 1.83739 4.21964 2.22483 3.23769C2.48534 2.58306 2.98968 2.07873 3.64765 1.81487C4.63293 1.4241 6.9709 1.51428 8.05972 1.51428C9.14855 1.51428 11.4899 1.42744 12.4718 1.81487C13.1264 2.07539 13.6308 2.57972 13.8946 3.23769C14.2854 4.22298 14.1952 6.56094 14.1952 7.64977C14.1952 8.73859 14.2854 11.0799 13.8946 12.0618Z' fill='white'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-face > a {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='20' viewBox='0 0 9 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.61477 20V11.0547H0V7.5H2.61477V4.69922C2.61477 1.65625 4.2375 0 6.60682 0C7.74205 0 8.71705 0.0976562 9 0.140625V3.32031H7.35682C6.06818 3.32031 5.81932 4.02344 5.81932 5.05078V7.5H8.72727L8.32841 11.0547H5.81932V20' fill='%23002766'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-face > a:hover,
.wiki-social .wiki-social__item-face > a:focus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='20' viewBox='0 0 9 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.61477 20V11.0547H0V7.5H2.61477V4.69922C2.61477 1.65625 4.2375 0 6.60682 0C7.74205 0 8.71705 0.0976562 9 0.140625V3.32031H7.35682C6.06818 3.32031 5.81932 4.02344 5.81932 5.05078V7.5H8.72727L8.32841 11.0547H5.81932V20' fill='white'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-youtube > a {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6866 1.87759C14.514 1.13853 14.0058 0.556469 13.3604 0.358938C12.1906 0 7.5 0 7.5 0C7.5 0 2.80939 0 1.6396 0.358938C0.994234 0.5565 0.485952 1.13853 0.31344 1.87759C0 3.21719 0 6.01213 0 6.01213C0 6.01213 0 8.80706 0.31344 10.1467C0.485952 10.8857 0.994234 11.4435 1.6396 11.6411C2.80939 12 7.5 12 7.5 12C7.5 12 12.1906 12 13.3604 11.6411C14.0058 11.4435 14.514 10.8857 14.6866 10.1467C15 8.80706 15 6.01213 15 6.01213C15 6.01213 15 3.21719 14.6866 1.87759ZM5.9659 8.54972V3.47453L9.88634 6.01219L5.9659 8.54972Z' fill='%23002766'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-youtube > a:hover,
.wiki-social .wiki-social__item-youtube > a:focus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6866 1.87759C14.514 1.13853 14.0058 0.556469 13.3604 0.358938C12.1906 0 7.5 0 7.5 0C7.5 0 2.80939 0 1.6396 0.358938C0.994234 0.5565 0.485952 1.13853 0.31344 1.87759C0 3.21719 0 6.01213 0 6.01213C0 6.01213 0 8.80706 0.31344 10.1467C0.485952 10.8857 0.994234 11.4435 1.6396 11.6411C2.80939 12 7.5 12 7.5 12C7.5 12 12.1906 12 13.3604 11.6411C14.0058 11.4435 14.514 10.8857 14.6866 10.1467C15 8.80706 15 6.01213 15 6.01213C15 6.01213 15 3.21719 14.6866 1.87759ZM5.9659 8.54972V3.47453L9.88634 6.01219L5.9659 8.54972Z' fill='white'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-tg > a {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1081 1.81391L12.831 12.2909C12.6592 13.0304 12.2112 13.2144 11.5745 12.866L8.10488 10.3717L6.4307 11.9426C6.24543 12.1233 6.09048 12.2745 5.73341 12.2745L5.98268 8.82706L12.4133 3.15804C12.6929 2.91485 12.3527 2.7801 11.9787 3.0233L4.02891 7.90687L0.606438 6.8618C-0.138017 6.63504 -0.151491 6.13551 0.761392 5.78715L14.1481 0.755689C14.7679 0.528928 15.3103 0.890431 15.1081 1.81391Z' fill='%23002766'/%3E%3C/svg%3E");
}

.wiki-social .wiki-social__item-tg > a:hover,
.wiki-social .wiki-social__item-tg > a:focus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1081 1.81391L12.831 12.2909C12.6592 13.0304 12.2112 13.2144 11.5745 12.866L8.10488 10.3717L6.4307 11.9426C6.24543 12.1233 6.09048 12.2745 5.73341 12.2745L5.98268 8.82706L12.4133 3.15804C12.6929 2.91485 12.3527 2.7801 11.9787 3.0233L4.02891 7.90687L0.606438 6.8618C-0.138017 6.63504 -0.151491 6.13551 0.761392 5.78715L14.1481 0.755689C14.7679 0.528928 15.3103 0.890431 15.1081 1.81391Z' fill='white'/%3E%3C/svg%3E");
}

.wiki-wrap {
	max-width: 1044px;
	margin: 0 auto;
}

.wiki-title {
	margin-bottom: 5rem;
}

.title_with_fog {
	position: relative;
}

.title_with_fog::before {
	position: absolute;
	z-index: 0;
	content: '';
	display: block;
	width: 350px;
	height: 350px;
	bottom: -200px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(
		ellipse,
		rgba(11, 81, 148, 1) 0%,
		rgba(27, 105, 180, 0.6) 40%,
		rgba(255, 255, 255, 0) 70%
	);
}

.wiki-title h1 {
	margin-top: 1rem;
	margin-bottom: 3rem;
	font-size: calc(2.25rem + 1.7vw);
	line-height: 1.25em;
}

.title_light_blue {
	color: var(--blue-color);
}

.wiki-title__info {
	position: relative;
	z-index: 5;
}

.wiki-title__info p {
	font-weight: 500;
	line-height: 1.5em;
}

.wiki-title__banner {
	position: relative;
	z-index: 10;
	margin-top: 16rem;
}

.wiki-chapter .wiki-title__banner {
	margin-top: 5rem;
}

.wiki-title__banner > img {
	position: absolute;
	z-index: 5;
	display: block;
	top: -95px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 290px;
	max-width: 100%;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.wiki-chapter .wiki-title__banner::before {
	display: none;
	width: 320px;
	height: 140px;
	top: 40px;
	background: radial-gradient(
		ellipse,
		rgba(11, 81, 148, 0.8) 0%,
		rgba(27, 105, 180, 0.6) 20%,
		rgba(255, 255, 255, 0) 70%
	);
}

.wiki-title__banner-cont {
	position: relative;
	z-index: 5;
}

.wiki-chapter .wiki-title__banner-cont {
	box-shadow: 0 0rem 3rem 0.5rem #4179eb8c;
}

.wiki-title__banner-cont img {
	display: block;
	width: 70vw;
	max-width: 100%;
	margin: 0 auto;
}

.wiki-title__banner::after,
.wiki-chapter .wiki-title__banner-cont::before,
.wiki-opinion__tab::after {
	position: absolute;
	z-index: 7;
	content: '';
	display: block;
	width: 91px;
	height: 116px;
	bottom: -17px;
	left: calc(50% + 40px);
	background: url(../img/pic_octo_leg.png) 0 0 no-repeat;
	background-size: contain;
}

.wiki-chapter .wiki-title__banner-cont::before {
	top: -16px;
	bottom: initial;
	left: -1rem;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.wiki-chapter .wiki-title__banner::after {
	left: initial;
	right: -1rem;
}

.wiki-title__banner-cont {
	position: relative;
	padding: 1rem;
	border-radius: 1.5rem;
	background: #1489fa;
	color: #fff;
	text-align: center;
}

.wiki-title__banner-cont > span {
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.35em;
	font-size: calc(2.25rem + 2vw);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.octo_leg_13_img::after,
.octo_leg_13_img::before,
.octo_leg_13_img > div::before,
.octo_leg_13_img > div::after {
	content: '';
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.octo_leg_13_img::after {
	z-index: 0;
	width: 102px;
	height: 150px;
	top: 0px;
	left: 30%;
	transform: rotate(-90deg);
	background-image: url(../img/pic_octo_leg_7.png);
}

.octo_leg_13_img > div::after {
	z-index: 7;
	width: 160px;
	height: 118px;
	bottom: -22px;
	right: -23px;
	left: inherit;
	background-image: url(../img/pic_octo_leg_12.png);
}

.octo_leg_13_img > div::before {
	z-index: 7;
	width: 160px;
	height: 100px;
	top: 20px;
	left: -44px;
	transform: scale(-1, 1);
	background-image: url(../img/pic_octo_leg_8.png);
}

.octo_leg_13_img::before {
	z-index: 7;
	width: 140px;
	height: 96px;
	top: -94px;
	left: 40%;
	background-image: url(../img/pic_octo_leg_13.png);
}

.wiki-title__banner-cont .wiki-chapter__link {
	display: block;
	padding: 2rem 0;
	font-size: calc(2.25rem + 1vw);
	line-height: 1.25em;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.wiki_white_banner {
	background-color: #fff;
}

.wiki-chapter {
	margin-bottom: 3rem;
}

.wiki-chapter h3 {
	margin: 2rem 0 1.25rem 0;
}

.wiki-chapter li {
	margin: 0.275rem 0;
}

.wiki-chapter__title {
	margin-bottom: 2rem;
	font-size: calc(1.75rem + 1.25vw);
	line-height: 1.25em;
}

.wiki_list_pin {
	padding-left: 2rem;
}

.wiki-chapter__list {
	margin: 1.25rem 0;
	font-weight: 700;
}

ol.wiki-chapter__list {
	list-style: decimal;
}

ul.wiki-chapter__list > li {
	margin: 0 0 0.75rem;
	padding-left: 1.5rem;
}

ol.wiki-chapter__list > li {
	margin: 0 0 0.75rem 1.5rem;
}

ul.wiki-chapter__list > li::before,
.wiki_list_pin::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	margin-left: -1.5rem;
	margin-top: 0.25rem;
	background: url(../img/pic_octo_pin.png) 50% 50% no-repeat transparent;
	background-size: contain;
}

.wiki-chapter__list > li::before .wiki_list_pin::before {
	margin-left: -2rem;
	margin-top: 0.5rem;
}

.wiki-chapter__link {
	color: var(--blue-color);
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.wiki-chapter__link:hover,
.wiki-chapter__link:focus {
	color: var(--dark-blue-color);
}

.wiki-chapter__img {
	position: relative;
	margin: 1.85rem 0;
	padding: 0.5rem;
	border-radius: 1.25rem;
	background-image: linear-gradient(0deg, #e6f3ff, #f4f9ff);
}

.wiki-chapter__img img {
	display: block;
	margin: 0 auto;
	border-radius: 1rem;
}

.wiki-chapter__img > span {
	display: inline-block;
	margin: 1rem 0 0;
	font-style: italic;
	color: var(--gray-color);
}

.wiki_blue_bg {
	background-image: linear-gradient(90deg, #1ab9eb, #1869d1);
}

.wiki_sea_bg {
	background: linear-gradient(180deg, #1489fa 0%, #69c0ff 100%);
}

.wiki_no_bg {
	background: transparent;
}

.wiki-chapter__info {
	position: relative;
	margin: 1.85rem 0;
	padding: 2rem;
	border-radius: 1.5rem;
	background: linear-gradient(90deg, #096dd9 0%, #69c0ff 100%);
	color: #fff;
}

.wiki-chapter__info strong {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

.wiki-chapter__dialog .wiki_no_bg {
	padding: 0;
}

.wiki-chapter__dialog dt,
.wiki-chapter__dialog dd {
	position: relative;
	display: block;
	margin: 3.5rem 0 2rem;
	padding: 1.25rem 1rem;
}

.wiki-chapter__dialog dt::before,
.wiki-chapter__dialog dd::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 1.85rem;
	top: -1.85rem;
	padding: 0.4rem 0.75rem 0;
	border-radius: 0.5rem 0.5rem 0 0;
	color: var(--blue-color);
	font-size: 1rem;
	font-weight: 700;
}

.wiki-chapter__dialog dt {
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	background: #c5e3ff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.15rem;
	line-height: 1.35em;
	font-weight: 700;
}

.wiki-chapter__dialog dt::before {
	content: 'ProTraffic';
	left: 0;
	background: #c5e3ff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.wiki-chapter__dialog dt::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -1.85rem;
	left: 95px;
	border-bottom: 50px solid #c5e3ff;
	border-right: 50px solid transparent;
}

.wiki-chapter__dialog dd {
	border-radius: 0.5rem 0 0.5rem 0.5rem;
	background: #ebf5ff;
	font-weight: 400;
}

.wiki-chapter__dialog dd::before {
	content: 'OctoBrowser';
	width: 130px;
	right: 0;
	background: #ebf5ff;
}

.wiki-chapter__dialog dd::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -1.85rem;
	right: 125px;
	border-bottom: 50px solid #ebf5ff;
	border-left: 50px solid transparent;
}

.wiki-chapter__quote {
	position: relative;
	margin: 3rem 0rem;
	padding: 2.75rem 1rem 1.5rem;
	border-radius: 1rem;
	font-size: 1.35rem;
	font-style: italic;
	line-height: 2rem;
	color: #fff;
	background: linear-gradient(90deg, #69c0ff 0%, #096dd9 44.14%);
	box-shadow: 0rem 1rem 2.25rem 0.5rem #4179eb8c;
}

.wiki-chapter__quote::before {
	content: '';
	position: absolute;
	right: 1rem;
	top: -2rem;
	display: block;
	width: 84px;
	height: 69px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='93' height='76' viewBox='0 0 93 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 76L2.80872 57.2754C3.95302 49.7226 5.98154 42.5369 8.8943 35.7184C11.9111 28.795 15.656 22.3437 20.1292 16.3644C24.6024 10.2802 29.6997 4.8254 35.4211 0L49.9329 11.8012C45.1477 18.7246 40.9866 25.8578 37.4497 33.2008C34.0168 40.4389 31.5201 48.2015 29.9597 56.4886L26.5268 76H0ZM43.0671 76L45.8758 57.2754C47.0201 49.7226 49.0487 42.5369 51.9614 35.7184C54.9782 28.795 58.7232 22.3437 63.1963 16.3644C67.6695 10.2802 72.7668 4.8254 78.4883 0L93 11.8012C88.2148 18.7246 84.0537 25.8578 80.5168 33.2008C77.0839 40.4389 74.5872 48.2015 73.0268 56.4886L69.594 76H43.0671Z' fill='white'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: contain;
}

.octo_leg_2_img::after,
.octo_leg_2_img_bot::after,
.octo_leg_3_img::before,
.octo_leg_3_img::after,
.octo_leg_4_img::after,
.octo_leg_5_img::after,
.octo_title_history::before,
.octo_title_history::after,
.octo_title_history > div::before,
.octo_title_history > div::after,
.octo_leg_7_img::before,
.octo_leg_7_img::after,
.octo_leg_8_img::before,
.octo_leg_8_img::after,
.octo_leg_9_img::after,
.octo_title_effect::before,
.octo_title_effect::after,
.octo_title_effect > div::after,
.octo_leg_10_img::after,
.octo_leg_12_img::before,
.octo_leg_12_img::after,
.octo_title_rev::before,
.octo_title_rev::after,
.octo_title_rev > div::after,
.octo_title_awards::after,
.octo_title_awards::before,
.octo_title_awards > div::after,
.octo_title_awards > div::before,
.octo_title_awards > div h2::after,
.octo_title_faq > div::before {
	content: '';
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.octo_title_history,
.octo_title_effect,
.octo_title_rev {
	margin: 12rem 0 5rem;
}

.octo_title_awards {
	margin: 9rem 0 3rem;
}

.octo_title_faq {
	margin-bottom: 4rem;
}

.octo_title_history,
.octo_title_history > div,
.octo_title_effect,
.octo_title_effect > div,
.octo_title_rev,
.octo_title_rev > div,
.octo_title_awards,
.octo_title_awards > div {
	position: relative;
	z-index: 5;
}

.octo_title_history h2,
.octo_title_effect h2,
.octo_title_rev h2,
.octo_title_awards h2 {
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	font-size: 2.5rem;
	background: #1489fa;
	color: #fff;
}

.octo_title_history h2 {
	font-size: 2rem;
}

.octo_title_rev h2 {
	font-size: calc(1rem + 4.5vw);
}

.octo_title_faq h2 {
	font-size: 2.75rem;
}

.octo_leg_2_img::after,
.octo_leg_2_img_bot::after {
	z-index: 7;
	width: 100px;
	height: 167px;
	top: -1rem;
	left: -45px;
	background-image: url(../img/pic_octo_leg_2.png);
}

.octo_leg_2_img_bot::after {
	top: initial;
	bottom: 5rem;
	left: initial;
	right: -44px;
	width: 100px;
	height: 166px;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.octo_leg_3_img::before,
.octo_leg_3_img::after {
	z-index: -7;
	width: 200px;
	height: 179px;
	bottom: -2rem;
	left: -70px;
	background-image: url(../img/pic_octo_leg_3.png);
}

.octo_leg_3_img::after {
	bottom: 2rem;
	left: initial;
	right: -120px;
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.octo_leg_4_img::after {
	z-index: 7;
	width: 100px;
	height: 160px;
	bottom: -2rem;
	right: -62px;
	background-image: url(../img/pic_octo_leg_4.png);
}

.octo_leg_5_img::after {
	z-index: 7;
	width: 230px;
	height: 205px;
	bottom: 1rem;
	right: -102px;
	background-image: url(../img/pic_octo_leg_5.png);
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.octo_title_history::before {
	z-index: -1;
	width: 310px;
	height: 288px;
	top: -187px;
	right: -35px;
	background-image: url(../img/pic_octo_title.png);
}

.octo_title_history::after {
	z-index: 7;
	width: 200px;
	height: 111px;
	bottom: 1rem;
	right: -130px;
	background-image: url(../img/pic_octo_leg_5.png);
}

.octo_title_history > div::after {
	display: none;
	z-index: 7;
	width: 417px;
	height: 204px;
	top: -97px;
	left: 30%;
	background-image: url(../img/pic_octo_leg_6.png);
}

.octo_title_history > div::before {
	z-index: 7;
	width: 120px;
	height: 172px;
	bottom: 2rem;
	left: -47px;
	background-image: url(../img/pic_octo_leg_7.png);
}

.octo_leg_7_img::before {
	z-index: 7;
	width: 135px;
	height: 196px;
	top: -2rem;
	left: -54px;
	background-image: url(../img/pic_octo_leg_7.png);
}

.octo_leg_7_img::after {
	z-index: 7;
	width: 190px;
	height: 174px;
	bottom: -3rem;
	right: -69px;
	background-image: url(../img/pic_octo_leg_3.png);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.octo_leg_8_img::after {
	z-index: 7;
	width: 220px;
	height: 134px;
	top: -4.5rem;
	right: calc(-64px - 1rem);
	background-image: url(../img/pic_octo_leg_8.png);
}

.octo_leg_8_img::before {
	z-index: 7;
	width: 150px;
	height: 102px;
	bottom: -1.5rem;
	left: calc(-44px - 1rem);
	background-image: url(../img/pic_octo_leg_9.png);
}

.octo_leg_9_img::after {
	z-index: 7;
	width: 146px;
	height: 100px;
	bottom: -3rem;
	left: calc(-42px - 1rem);
	background-image: url(../img/pic_octo_leg_9.png);
}

.octo_title_effect::before {
	z-index: -1;
	width: 300px;
	height: 280px;
	top: -162px;
	left: 50%;
	transform: translate(-50%, -10%);
	background-image: url(../img/pic_octo_title.png);
}

.octo_title_effect::after {
	z-index: 7;
	width: 160px;
	height: 160px;
	bottom: -22px;
	left: -5rem;
	background-image: url(../img/pic_octo_leg.png);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.octo_title_effect > div::after {
	z-index: 7;
	width: 240px;
	height: 118px;
	bottom: -55px;
	left: 40%;
	background-image: url(../img/pic_octo_leg_6.png);
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.octo_leg_10_img::after {
	display: none;
	z-index: 7;
	width: 233px;
	height: 379px;
	top: 8rem;
	left: -62px;
	background-image: url(../img/pic_octo_leg_10.png);
}

.octo_title_rev::before {
	z-index: -1;
	width: 248px;
	height: 230px;
	top: -163px;
	left: 0%;
	transform: rotate(-15deg);
	background-image: url(../img/pic_octo_title.png);
}

.octo_title_rev::after {
	z-index: 7;
	width: 200px;
	height: 45px;
	bottom: -30px;
	left: 30%;
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	background-image: url(../img/pic_octo_leg_11.png);
}

.octo_title_rev > div::after {
	z-index: 7;
	width: 130px;
	height: 128px;
	top: -50px;
	right: -3%;
	background-image: url(../img/pic_octo_rev.png);
}

.octo_leg_12_img::before {
	z-index: 7;
	width: 172px;
	height: 155px;
	bottom: 40%;
	left: -62px;
	background-image: url(../img/pic_octo_leg_3.png);
}

.octo_leg_12_img::after {
	z-index: 7;
	width: 170px;
	height: 84px;
	top: 30%;
	right: -83px;
	transform: rotate(90deg);
	background-image: url(../img/pic_octo_leg_6.png);
}

.octo_title_awards::after {
	z-index: -1;
	width: 177px;
	height: 164px;
	top: -110px;
	right: 0%;
	transform: rotate(15deg);
	background-image: url(../img/pic_octo_title.png);
}

.octo_title_awards::before {
	z-index: -1;
	width: 67px;
	height: 110px;
	top: -55px;
	left: 0%;
	transform: rotate(-90deg);
	background-image: url(../img/pic_octo_leg_2.png);
}

.octo_title_awards > div::before {
	display: none;
	z-index: 7;
	width: 150px;
	height: 217px;
	bottom: -93px;
	right: 25%;
	transform: rotate(-90deg);
	background-image: url(../img/pic_octo_leg_7.png);
}

.octo_title_awards > div::after {
	z-index: 7;
	width: 120px;
	height: 120px;
	bottom: -17px;
	right: -3rem;
	background-image: url(../img/pic_octo_leg.png);
}

.octo_title_awards > div h2::after {
	z-index: 7;
	width: 130px;
	height: 76px;
	top: -30px;
	right: 0%;
	background-image: url(../img/pic_octo_awards.png);
}

.octo_title_faq > div::after {
	z-index: 7;
	width: 150px;
	height: 132px;
	top: -35px;
	right: -4%;
	background-image: url(../img/pic_octo_faq.png);
}

.octo_title_faq > div::before {
	display: none;
	z-index: 7;
	width: 140px;
	height: 140px;
	bottom: -20px;
	left: 38%;
	background-image: url(../img/pic_octo_leg.png);
}

.octo-tarif {
	margin-top: 2rem;
	border-radius: 1rem;
	border: 1px solid #69c0ff;
	overflow: hidden;
}

.octo-tarif .octo-tarif__row:nth-child(odd) {
	background-color: #69c0ff1a;
}

.octo-tarif > div {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-bottom: 1px solid #69c0ff;
}

.octo-tarif > div:last-child {
	border: 0;
}

.octo-tarif > div > div:nth-child(1),
.octo-tarif > div > div:nth-child(3) {
	flex-basis: 40%;
}

.octo-tarif__row > div {
	padding: 1rem 1.5rem;
}

.octo-tarif__row > div:nth-child(2) {
	padding: 0 1.5rem;
}

.octo-tarif__row li::before {
	content: '\2022';
	margin-right: 0.375rem;
}

.octo-tarif__title {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.35rem;
	line-height: 1.35em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: var(--blue-color);
}

.octo-tarif__row strong,
.octo-tarif__row b {
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.35rem;
	line-height: 1.35em;
	font-weight: 700;
}

.octo-tarif__row strong {
	color: var(--blue-color);
}

.octo-tarif__title > div {
	padding: 0.75rem;
}

/*
.wiki-octo__tarif {
	min-height: 100px;
	padding: 1rem;
	border-radius: 1rem;
}

.wiki-octo__tarif>strong {
	display: block;
	margin-bottom: 0.85rem;
}

.wiki-octo__tarif>p {
	font-size: 0.85rem;
	line-height: 1.3em;
}

.wiki-octo__tarif>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.wiki-octo__tarif ul>li {
	margin: .5rem 0;
}

.__octo-starter {
	background-image: linear-gradient(0deg, #f7f7f7 0%, #ebedee 100%);
}

.__octo-base {
	background-image: linear-gradient(to top, #d5ffde 0%, #bdffbc 100%);
}

.__octo-team {
	background-image: linear-gradient(to top, #d5f5ff 0%, #c7dfff 100%);
}

.__octo-advanced {
	background-image: linear-gradient(to top, #fadefd 0%, #e9cbff 100%);
}
*/
.wiki-faq__item-label {
	position: relative;
	padding-right: 3rem;
	cursor: pointer;
}

.wiki-faq__item-label::after {
	content: '+';
	position: absolute;
	width: 2rem;
	height: 2rem;
	line-height: calc(2rem - 2px);
	top: 1rem;
	transform: translateY(-50%);
	right: 0;
	color: var(--blue-color);
	font-size: 25px;
	font-weight: 700;
	background-color: rgb(219, 240, 255);
	border: 1px solid var(--blue-color);
	border-radius: 50%;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.wiki-faq__item-label::after:hover {
	background-color: rgb(255, 255, 255);
}

.wiki-faq__item.active .wiki-faq__item-label::after {
	content: '\2013';
	background-color: rgb(255, 255, 255);
}

.wiki-faq__item-cont {
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
}

.wiki-faq__item.active .wiki-faq__item-cont {
	max-height: initial;
}

.wiki-faq__item .wiki-chapter__list {
	visibility: hidden;
}

.wiki-faq__item.active .wiki-chapter__list {
	visibility: visible;
}

.wiki-opinion {
	border-radius: 0.8rem;
	background: #fff;
	-webkit-box-shadow: 0px 0px 35px 10px #ddf4f6;
	-moz-box-shadow: 0px 0px 35px 10px #ddf4f6;
	box-shadow: 0px 0px 35px 10px #ddf4f6;
}

.wiki-opinion::before {
	content: '\2022 \2022 \2022';
	display: block;
	height: 34px;
	padding: 0 1rem;
	border-radius: 0.8rem 0.8rem 0 0;
	background: #fafafa;
	color: #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 36px;
	line-height: 36px;
	vertical-align: baseline;
}

.wiki-opinion__tab {
	position: relative;
	padding: 1.5rem;
}

.wiki-opinion__tab::after {
	left: auto;
	right: 0;
}

.wiki-opinion__ava img {
	display: block;
	max-width: 190px;
	margin: 0 auto 1rem;
	border-radius: 50%;
}

.wiki-opinion__ava > strong {
	display: block;
}

.wiki-opinion__text {
	text-align: center;
}

.wiki-opinion__text h3 {
	font-size: 1.5rem;
}

.wiki .btn {
	min-height: 3.5rem;
	padding-right: 2rem;
	padding-left: 2rem;
}

.wiki .btn img {
	max-width: 180px;
}

.wiki-rev-text {
	position: relative;
	max-width: 100%;
	margin: 2rem 1.5rem 3rem;
	padding: 1rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0px 25px 30px 0px #4179eba6;
}

.wiki-rev-text::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: calc(-1.5rem - 30px);
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	border-radius: 1rem;
}

.wiki-rev-text::before {
	position: absolute;
	z-index: 7;
	content: '';
	display: block;
	width: 91px;
	height: 116px;
	top: -40px;
	right: -6px;
	background: url(../img/pic_octo_leg.png) 0 0 no-repeat;
	background-size: contain;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
	transform: rotate(271deg);
}

.wiki-rev-text > strong {
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.35rem;
	line-height: 1.35em;
	font-weight: 700;
}

.wiki-rev-text > p {
	margin: 1rem 0 0;
}

.wiki-rev-dots {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.wiki-rev-dots > div {
	max-height: 120px;
}

.wiki-rev-dots img {
	display: block;
	max-height: 100px;
	max-width: 100%;
	margin-top: 10px;
}

.wiki-rev-dots div.slick-current img {
	max-height: 120px;
	margin-top: 0px;
}

.wiki-rev-slider .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0%;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 10.5L1.5 6L6 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-position: 45% 50%;
	background-repeat: no-repeat;
	opacity: 0.8;
	transition: all 0.2s ease-in-out;
}

.wiki-rev-slider .slick-arrow.slick-next {
	left: initial;
	right: 0%;
	-moz-transform: scale(-1, -1) translate(0, 50%);
	-o-transform: scale(-1, -1) translate(0, 50%);
	-webkit-transform: scale(-1, -1) translate(0, 50%);
	transform: scale(-1, -1) translate(0, 50%);
}

.wiki-rev-slider .slick-arrow:hover {
	opacity: 1;
}

.wiki-button-up {
	position: fixed;
	z-index: 776;
	width: 3rem;
	height: 3rem;
	bottom: 2rem;
	right: 1rem;
	border-radius: 50%;
	background:
		url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.6111 26L16.3889 26L16.3889 9.33333L24.0278 16.9722L26 15L15 4L4 15L5.97222 16.9722L13.6111 9.33333L13.6111 26Z' fill='white'/%3e%3c/svg%3e "),
		linear-gradient(180deg, #1489fa 0%, #3ec5d0 100%);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
}

.wiki-button-up:hover,
.wiki-button-up:focus {
	opacity: 1;
}

.wiki-footer {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

@keyframes gift {
	0% {
		background-color: rgba(24, 144, 255, 1);
	}

	35% {
		background-color: rgba(80, 95, 255, 1);
	}

	70% {
		background-color: rgba(25, 190, 255, 1);
	}

	100% {
		background-color: rgba(24, 144, 255, 1);
	}
}

.wiki-promo-open {
	position: fixed;
	z-index: 777;
	width: 3rem;
	height: 3rem;
	bottom: 6.5rem;
	right: 1rem;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.75 13.7457L12.75 8.02091H11.1625C9.263 8.02091 8.36597 6.7893 8.36597 5.59256C8.36597 4.34966 9.28673 3.61305 10.5183 3.61305C11.9341 3.61305 12.8075 4.70618 12.8075 6.5364V8.02091H15.25V6.5364C15.25 4.70618 16.066 3.61305 17.4817 3.61305C18.7133 3.61305 19.6454 4.34966 19.6454 5.59207C19.6454 6.7893 18.6092 8.02091 16.7333 8.02091H15.3075L15.3074 13.7461L23.375 13.7457C24.6292 13.7457 25.3084 13.2624 25.3084 12.0308L25.3084 9.73573C25.3084 8.51591 24.6293 8.02091 23.3751 8.02091L20.4512 8.0214C21.1647 7.37711 21.5905 6.50203 21.5905 5.51203C21.5905 3.29091 19.8295 1.58539 17.5966 1.58539C15.9393 1.58539 14.5927 2.61176 14.0059 4.24653C13.4186 2.61225 12.0608 1.58539 10.4034 1.58539C8.18182 1.58539 6.40955 3.29091 6.40955 5.51203C6.40955 6.50203 6.82401 7.37711 7.54883 8.0214H4.68388C3.49795 8.0214 2.75005 8.5164 2.75005 9.73622L2.75 12.0313C2.75 13.2629 3.44045 13.7461 4.68334 13.7461L12.75 13.7457ZM12.75 26.25V15H4V23.3266C4 25.2487 5.12799 26.25 7.05004 26.25H12.75ZM15.3075 15V26.25H20.9505C22.8725 26.25 24 25.2487 24 23.3266V15H15.3075Z' fill='white'/%3e%3c/svg%3e ");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #1389fa;
	cursor: pointer;
	/*opacity: 0.5;*/
	animation: gift 4s infinite;
	transition: all 0.5s ease;
}

.wiki-promo-open:hover {
	box-shadow: 0rem 0rem 1.5rem 0 #2c7fff;
}

.wiki-promo {
	position: fixed;
	right: 5%;
	bottom: 1rem;
	z-index: 999;
	width: 90%;
	max-width: 400px;
	padding: 1rem 1rem 1.25rem;
	border-radius: 1rem;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background: #fff;
	box-shadow: 0rem 1rem 2rem 0.15rem #4179eb8c;
	transform: translateX(-150px);
	opacity: 0;
	transition: 0.5s all ease;
}

.wiki-promo.active {
	transform: translateX(0);
	opacity: 1;
}

.wiki-promo-fade {
	position: absolute;
	display: none;
	z-index: 777;
}

.wiki-promo-fade:before {
	content: '';
	background: var(--dark-blue-color);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	z-index: 888;
}

.wiki-promo__close-btn {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #69c0ff;
	cursor: pointer;
}

.wiki-promo__close-btn::after,
.wiki-promo__close-btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	left: 6px;
	background-color: var(--main-color);
}

.wiki-promo__close-btn::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wiki-promo__code {
	position: relative;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	text-align: center;
	background-color: #e3f2ff;
	border: 1px solid #e3f2ff;
	cursor: pointer;
	color: var(--blue-color);
	transition: all 0.2s ease-in-out;
}

.wiki-promo__code:hover,
.wiki-promo__code:focus {
	background-color: #d1e9ff;
	border-color: #a3d3ff;
}

.wiki-promo__code > small {
	display: none;
	margin-right: 0.25rem;
}

.wiki-promo__code > span {
	display: inline-block;
}

.wiki-promo__code::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_353_9656)'%3e%3cpath d='M0 6.75C0 5.784 0.784 5 1.75 5H3.25C3.44891 5 3.63968 5.07902 3.78033 5.21967C3.92098 5.36032 4 5.55109 4 5.75C4 5.94891 3.92098 6.13968 3.78033 6.28033C3.63968 6.42098 3.44891 6.5 3.25 6.5H1.75C1.6837 6.5 1.62011 6.52634 1.57322 6.57322C1.52634 6.62011 1.5 6.6837 1.5 6.75V14.25C1.5 14.388 1.612 14.5 1.75 14.5H9.25C9.3163 14.5 9.37989 14.4737 9.42678 14.4268C9.47366 14.3799 9.5 14.3163 9.5 14.25V12.75C9.5 12.5511 9.57902 12.3603 9.71967 12.2197C9.86032 12.079 10.0511 12 10.25 12C10.4489 12 10.6397 12.079 10.7803 12.2197C10.921 12.3603 11 12.5511 11 12.75V14.25C11 14.7141 10.8156 15.1592 10.4874 15.4874C10.1592 15.8156 9.71413 16 9.25 16H1.75C1.28587 16 0.840752 15.8156 0.512563 15.4874C0.184374 15.1592 0 14.7141 0 14.25L0 6.75Z' fill='%231890FF' fill-opacity='0.8'/%3e%3cpath d='M5 1.75C5 0.784 5.784 0 6.75 0H14.25C15.216 0 16 0.784 16 1.75V9.25C16 9.71413 15.8156 10.1592 15.4874 10.4874C15.1592 10.8156 14.7141 11 14.25 11H6.75C6.28587 11 5.84075 10.8156 5.51256 10.4874C5.18437 10.1592 5 9.71413 5 9.25V1.75ZM6.75 1.5C6.6837 1.5 6.62011 1.52634 6.57322 1.57322C6.52634 1.62011 6.5 1.6837 6.5 1.75V9.25C6.5 9.388 6.612 9.5 6.75 9.5H14.25C14.3163 9.5 14.3799 9.47366 14.4268 9.42678C14.4737 9.37989 14.5 9.3163 14.5 9.25V1.75C14.5 1.6837 14.4737 1.62011 14.4268 1.57322C14.3799 1.52634 14.3163 1.5 14.25 1.5H6.75Z' fill='%231890FF' fill-opacity='0.8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_353_9656'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: contain;
}

.wiki-promo__code::before {
	content: 'Скопировано';
	position: absolute;
	display: inline-block;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	white-space: nowrap;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
	color: var(--gray-color);
	opacity: 0;
	transition: 0.5s all ease;
}

.wiki-promo__code.active::before {
	opacity: 0.8;
}

.wiki-promo .wiki-btn {
	display: block;
	height: 54px;
	margin-top: 0.75rem;
}

.wiki-promo .wiki-btn img {
	display: inline-block;
	height: 100%;
}

@media (min-width: 340px) {
	.wiki-promo__code > small {
		display: inline-block;
	}
}

@media (min-width: 767px) {
	.wiki-title h1 {
		text-align: center;
	}

	.wiki-title__banner {
		margin-top: 24rem;
	}

	.wiki-title__banner > img {
		width: auto;
		top: -145px;
	}

	.wiki-title__banner-cont > span {
		font-size: calc(3rem + 3vw);
		letter-spacing: 1rem;
		text-indent: 1rem;
	}

	.title_with_fog::before {
		width: 720px;
		height: 650px;
		bottom: -460px;
	}

	.wiki-title__banner::after,
	.wiki-chapter .wiki-title__banner-cont::before,
	.wiki-opinion__tab::after {
		width: 136px;
		height: 173px;
		bottom: -24px;
		left: calc(50% + 104px);
	}

	.wiki-opinion__tab::after {
		left: auto;
		right: -2rem;
	}

	.wiki-chapter .wiki-title__banner::before {
		display: none;
		width: 600px;
		height: 280px;
		top: 80px;
	}

	.wiki-chapter .wiki-title__banner::after {
		left: initial;
		right: 5%;
	}

	.wiki-chapter .wiki-title__banner-cont::before {
		top: -25px;
		bottom: initial;
		left: 5%;
	}

	.octo_leg_13_img::after {
		width: 150px;
		height: 216px;
		left: 30%;
	}

	.octo_leg_13_img > div::after {
		width: 230px;
		height: 170px;
		top: inherit;
		bottom: -32px;
	}

	.octo_leg_13_img > div::before {
		width: 236px;
		height: 148px;
		top: 26px;
		left: -67px;
	}

	.octo_leg_13_img::before {
		width: 200px;
		height: 136px;
		top: -134px;
		left: 45%;
	}

	.wiki-chapter {
		padding: 0 2rem;
	}

	.wiki-chapter__img {
		padding: 1.5rem;
	}

	.wiki-opinion__text {
		text-align: left;
	}

	.wiki-chapter__quote {
		margin: 3rem 2rem;
		padding: 1.75rem 2rem 1rem;
		padding-left: 14rem;
	}

	.wiki-chapter__quote::before {
		width: 93px;
		height: 76px;
		right: initial;
		left: 2rem;
	}

	.wiki-chapter__quote {
		padding-left: 8rem;
	}

	.wiki-chapter__dialog dt,
	.wiki-chapter__dialog dd {
		padding: 1.25rem 1.5rem;
	}

	.octo_title_history h2,
	.octo_title_effect h2,
	.octo_title_rev h2,
	.octo_title_awards h2 {
		padding: 2rem;
		padding-left: 3rem;
		font-size: 3rem;
		border-radius: 1.5rem;
	}

	.octo_title_awards h2 {
		padding-left: 2rem;
	}

	.octo_title_effect {
		margin-top: 15rem;
	}

	.octo_title_effect h2 {
		padding-left: 4rem;
	}

	.octo_title_awards {
		margin: 9rem 0 5rem;
	}

	.octo_title_faq h2 {
		font-size: 3.5rem;
	}

	.octo_leg_2_img::after,
	.octo_leg_2_img_bot::after {
		width: 154px;
		height: 256px;
		top: 4rem;
		left: -68px;
	}

	.octo_leg_2_img_bot::after {
		top: initial;
		bottom: 2rem;
		left: initial;
		right: -54px;
		width: 120px;
		height: 200px;
	}

	.octo_leg_3_img::before,
	.octo_leg_3_img::after {
		width: 254px;
		height: 230px;
		bottom: 1rem;
		left: -90px;
	}

	.octo_leg_3_img::after {
		bottom: 2rem;
		left: initial;
		right: -150px;
	}

	.octo_leg_4_img::after {
		width: 100px;
		height: 162px;
		bottom: 1rem;
		right: -60px;
	}

	.octo_leg_5_img::after {
		width: 270px;
		height: 240px;
		bottom: 1rem;
		right: -119px;
	}

	.octo_title_history::before {
		width: 410px;
		height: 380px;
		top: -180px;
		right: -30px;
	}

	.octo_title_history::after {
		width: 250px;
		height: 223px;
		bottom: 1rem;
		right: -110px;
	}

	.octo_title_history > div::after {
		display: block;
		width: 320px;
		height: 157px;
		top: -74px;
		left: 18%;
	}

	.octo_title_history > div::before {
		width: 230px;
		height: 333px;
		bottom: 4rem;
		left: -91px;
	}

	.octo_leg_7_img::before {
		width: 190px;
		height: 275px;
		top: initial;
		bottom: 6rem;
		left: -75px;
	}

	.octo_leg_7_img::after {
		width: 200px;
		height: 181px;
		bottom: 2rem;
		right: -72px;
	}

	.octo_leg_8_img::after {
		width: 320px;
		height: 196px;
		top: -6rem;
		right: calc(-90px - 1.5rem);
	}

	.octo_leg_8_img::before {
		width: 280px;
		height: 194px;
		bottom: -1rem;
		left: calc(-83px - 1.5rem);
	}

	.octo_leg_9_img::after {
		width: 215px;
		height: 150px;
		bottom: 1rem;
		left: -65px;
	}

	.octo_title_effect::before {
		width: 444px;
		height: 412px;
		top: -176px;
		left: 50%;
	}

	.octo_title_effect::after {
		width: 200px;
		height: 200px;
		bottom: -28px;
		left: -6rem;
	}

	.octo_title_effect > div::after {
		width: 320px;
		height: 157px;
		bottom: -74px;
		left: 58%;
	}

	.octo_leg_10_img::after {
		display: block;
		width: 165px;
		height: 265px;
		top: 16rem;
		left: -43px;
	}

	.octo_title_rev::before {
		width: 350px;
		height: 325px;
		top: -176px;
		left: 5%;
	}

	.octo_title_rev::after {
		width: 271px;
		height: 58px;
		top: -40px;
		bottom: initial;
		left: 52%;
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.octo_title_rev > div::after {
		width: 185px;
		height: 182px;
		top: -1rem;
		right: 1rem;
	}

	.octo_leg_12_img::before {
		width: 220px;
		height: 198px;
		bottom: 20rem;
		left: -79px;
	}

	.octo_leg_12_img::after {
		width: 350px;
		height: 172px;
		top: 20%;
		right: -170px;
	}

	.octo_title_awards::after {
		width: 226px;
		height: 210px;
		right: 5%;
		top: -128px;
	}

	.octo_title_awards::before {
		width: 140px;
		height: 232px;
		top: -123px;
		left: 20%;
	}

	.octo_title_awards > div::before {
		display: block;
		width: 120px;
		height: 174px;
		bottom: -74px;
		right: 34%;
	}

	.octo_title_awards > div::after {
		width: 135px;
		height: 135px;
		bottom: -19px;
		right: -3rem;
	}

	.octo_title_awards > div h2::after {
		width: 260px;
		height: 150px;
		top: -12px;
		right: 8%;
	}

	.octo_title_faq > div::after {
		width: 176px;
		height: 154px;
		top: 5px;
		right: 8%;
	}

	.octo_title_faq > div::before {
		display: block;
		width: 140px;
		height: 140px;
		bottom: -20px;
		left: 38%;
	}

	.wiki-title__banner-cont img {
		width: 420px;
	}

	.octo-tarif > div {
		flex-direction: row;
	}

	.octo-tarif > div > div:nth-child(2) {
		flex-basis: 20%;
		border-left: 1px solid #69c0ff;
		border-right: 1px solid #69c0ff;
	}

	.octo-tarif__row > div:nth-child(2) {
		padding: 1rem 1.5rem;
	}

	.octo-tarif__row b {
		text-align: center;
	}

	.octo-tarif__row ul {
		margin-top: -0.275rem;
	}

	.wiki-rev-text {
		margin-left: 2rem;
		margin-right: 2rem;
		padding: 1.5rem;
	}

	.wiki-button-up {
		display: block;
	}

	.wiki-promo {
		right: 5rem;
		bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.text-lg-end {
		text-align: right;
	}

	.float-lg-end {
		float: right;
	}

	.wiki-title {
		margin-bottom: 6rem;
	}

	.title_with_fog::before {
		display: block;
	}

	.wiki-title h1 {
		margin-bottom: 4.5rem;
		padding: 1rem 0;
	}

	.wiki-title__info {
		width: 45%;
		margin-left: 48%;
		padding: 2rem 1.5rem 4rem;
		border-radius: 1rem;
		background: #fff;
		box-shadow: 3rem 0rem 5rem 0rem #1389fa73;
	}

	.wiki-title__info p {
		font-size: 0.95rem;
	}

	.wiki-title__banner > img {
		left: 24%;
	}

	.wiki-chapter .wiki-title__banner::before {
		display: none;
		width: 850px;
		height: 400px;
	}

	.wiki-chapter .wiki-title__banner-cont::before {
		top: -25px;
		bottom: initial;
		left: 10%;
	}

	.wiki-chapter .wiki-title__banner::after {
		left: initial;
		right: 10%;
	}

	.wiki-title__banner {
		margin-top: -3rem;
	}

	.wiki-title__banner::before {
		display: none;
		width: 650px;
		height: 650px;
		top: -60px;
		left: 50%;
	}

	.octo_leg_13_img::after {
		z-index: 0;
		width: 180px;
		height: 258px;
		bottom: -98px;
		left: 30%;
		top: inherit;
	}

	.octo_leg_13_img > div::after {
		z-index: 7;
		width: 296px;
		height: 217px;
		top: inherit;
		bottom: -41px;
		right: -50px;
		left: inherit;
	}

	.octo_leg_13_img > div::before {
		z-index: 7;
		width: 260px;
		height: 158px;
		top: 54px;
		left: -73px;
	}

	.octo_leg_13_img::before {
		width: 244px;
		height: 164px;
		top: -163px;
		left: 20%;
	}

	.wiki-title__banner-cont > span {
		font-size: calc(4rem + 2vw);
		letter-spacing: 2.5rem;
		text-indent: 2.5rem;
		text-align: center;
	}

	.wiki-opinion__tab::after {
		left: auto;
		right: 5%;
	}

	.wiki-title__banner-cont > img {
		width: auto;
	}

	.wiki-chapter__quote::before {
		left: 7rem;
	}

	.wiki-chapter__quote {
		padding-left: 13rem;
	}

	.octo_title_history h2,
	.octo_title_effect h2,
	.octo_title_rev h2,
	.octo_title_awards h2 {
		padding: 2rem;
		padding-left: 4rem;
		padding-right: 14rem;
		font-size: 3.5rem;
	}

	.octo_title_rev h2 {
		padding-right: 4rem;
	}

	.octo_leg_4_img::after {
		width: 116px;
		height: 187px;
		bottom: -2rem;
		right: -80px;
	}

	.octo_leg_5_img::after {
		width: 294px;
		height: 261px;
		bottom: 1rem;
		right: -130px;
	}

	.octo_title_history::before {
		width: 444px;
		height: 412px;
		top: -176px;
		right: -36px;
	}

	.octo_title_history::after {
		width: 294px;
		height: 261px;
		bottom: 1rem;
		right: -130px;
	}

	.octo_title_history > div::after {
		width: 417px;
		height: 204px;
		top: -96px;
		left: 30%;
	}

	.octo_title_history > div::before {
		width: 254px;
		height: 367px;
		bottom: 1rem;
		left: -100px;
	}

	.octo_leg_7_img::before {
		width: 254px;
		height: 367px;
		bottom: 1rem;
		left: -100px;
	}

	.octo_leg_7_img::after {
		width: 254px;
		height: 230px;
		bottom: 4rem;
		right: -92px;
	}

	.octo_leg_8_img::after {
		width: 417px;
		height: 255px;
		top: -4rem;
		right: calc(-117px - 1.5rem);
	}

	.octo_leg_8_img::before {
		width: 334px;
		height: 231px;
		bottom: 1rem;
		left: calc(-99px - 1.5rem);
	}

	.octo_leg_9_img::after {
		width: 240px;
		height: 166px;
		bottom: 1rem;
		left: -71px;
	}

	.octo_title_effect > div::after {
		width: 417px;
		height: 204px;
		bottom: -97px;
		left: 60%;
	}

	.octo_leg_10_img::after {
		width: 233px;
		height: 379px;
		top: 8rem;
		left: -62px;
	}

	.octo_title_rev::before {
		width: 350px;
		height: 325px;
		top: -176px;
		left: 5%;
	}

	.octo_title_rev::after {
		width: 271px;
		height: 58px;
		top: -40px;
		left: 45%;
	}

	.octo_title_rev > div::after {
		width: 185px;
		height: 182px;
		top: -55px;
		right: -2%;
	}

	.octo_leg_12_img::before {
		width: 254px;
		height: 230px;
		bottom: 1rem;
		left: -90px;
	}

	.octo_leg_12_img::after {
		width: 417px;
		height: 204px;
		top: 25%;
		right: -200px;
	}

	.octo_title_awards::after {
		width: 250px;
		height: 233px;
		top: -120px;
		right: 5%;
	}

	.octo_title_awards::before {
		width: 154px;
		height: 256px;
		top: -134px;
		left: 40%;
	}

	.octo_title_awards > div::before {
		width: 150px;
		height: 217px;
		bottom: -93px;
		right: 25%;
	}

	.octo_title_awards > div::after {
		width: 160px;
		height: 160px;
		bottom: -23px;
		right: -4rem;
	}

	.octo_title_awards > div h2::after {
		width: 277px;
		height: 158px;
		top: -20px;
		right: 5%;
	}

	.octo_title_faq > div::after {
		width: 185px;
		height: 182px;
		top: -55px;
		right: 5%;
	}

	.octo_title_faq > div::before {
		width: 140px;
		height: 140px;
		bottom: -20px;
		left: 38%;
	}

	.wiki-rev-text {
		margin-left: 4rem;
		margin-right: 4rem;
		padding: 2rem;
	}

	.wiki-footer {
		margin-top: 5rem;
	}
}
