/*
Theme Name: CIC
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
		url('fonts/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
		url('fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter Semi SemiBold'), local('Inter-SemiBold'),
		url('fonts/Inter-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Times New Roman';
	src: local('Times New Roman Bold'), local('TimesNewRomanBold'),
		url('fonts/TimesNewRomanBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Manrope';
	src: local('Manrope Bold'), local('ManropeBold'),
		url('fonts/Manrope-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

/* Eric Meyer's CSS Reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

/* End of Eric Meyer's CSS Reset */
* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

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

body {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #242424;
	height: 100%;
}

body.not-scroll {
	overflow-y: hidden;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=number] {
	font-family: 'Inter', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #242424;
	outline: none;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

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

input[type=submit],
button {
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Inter', sans-serif;
	outline: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
}

.inner {
	min-width: 300px;
	max-width: 1160px;
	margin: 0 auto;
}

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

a {
	color: #242424;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

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

:invalid {
	box-shadow: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 13px;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}

.site-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header-top {
	background: #F0F1F5;
	padding: 10px 0;
}

.header-top__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top__menu {
	width: 33.3333%;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #656E87;
}

.header-top__menu ul {
	display: flex;
}

.header-top__menu ul li {
	margin: 0 12px;
}

.header-top__menu ul li:first-child {
	margin-left: 0;
}

.header-top__menu ul li:last-child {
	margin-right: 0;
}

.header-top__menu ul li a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #656E87 !important;
	position: relative;
}

.header-top__menu ul li span {
	position: relative;
	transition: color 0.2s;
}

.header-top__menu ul li span:before {
	content: attr(data-text);
	font-weight: 500;
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #656E87;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

body.js-init .header-top__menu ul li a:hover span,
body.js-init .header-top__menu ul li a.active span {
	color: transparent;
}

.header-top__menu ul li a:hover span:before,
.header-top__menu ul li a.active span:before {
	opacity: 1;
}

.header-top__menu ul li a:after {
	content: '';
	display: block;
	height: 1px;
	background: #3F5EC8;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.header-top__menu ul li a:hover:after,
.header-top__menu ul li a.active:after {
	opacity: 1;
}

.header-top__menu ul li a i {
	display: block;
	line-height: 0;
	transform: translateY(1px);
	margin-left: 5px;
}

.header-top__menu:nth-child(2) {
	text-align: center;
}

.header-top__menu:nth-child(2).header-top__menu ul {
	justify-content: center;
}

.header-top__menu:last-child {
	text-align: right;
}

.header-top__menu:last-child.header-top__menu ul {
	justify-content: flex-end;
}

.header-main__container {
	display: flex;
	align-items: center;
	padding: 21px 0;
}

.header-main__left {
	width: 100%;
}

.header-search {
	display: flex;
	align-items: center;
	height: 34px;
	position: relative;
}

.header-search i {
	display: block;
	line-height: 0;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.header-search__handler {
	visibility: visible;
	opacity: 1;
	display: flex;
	align-items: center;
	padding-left: 27px;
	cursor: pointer;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #030542;
	position: absolute;
	top: 0;
	bottom: 0;
	user-select: none;
	transition: all 0.2s;
}

.header-search__form {
	visibility: hidden;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	margin: 0 0 0 -8px;
	position: relative;
	transition: all 0.2s;
}

.header-search__form input {
	width: 310px;
	height: 34px;
	padding: 0 39px;
	border: 1px solid #3F5EC8;
	border-radius: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.03em;
}

.header-search__form input::placeholder {
	opacity: 1;
	color: #A8A8BC;
}

.header-search__close {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 7px;
	right: 7px;
	line-height: 0;
	cursor: pointer;
}

.header-search__close svg {
	fill: #3F5EC8;
}

.header-search.show i svg {
	fill: #A8A8BC;
}

.header-search.show .header-search__handler {
	visibility: hidden;
	opacity: 0;
}

.header-search.show .header-search__form {
	visibility: visible;
	opacity: 1;
	transform: scaleX(1);
}

.header-main__center {
	flex-shrink: 0;
}

.header-main__right {
	width: 100%;
	text-align: right;
}

.header-nav {
	height: 43px;
}

.header-nav__wrapper {
	padding: 11px 0;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #eee;
}

.header-nav.fixed .header-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.header-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav ul>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #030542;
}

.header-nav ul>li:last-child {
	flex: 0;
	white-space: nowrap;
}

.header-nav ul>li:not(:last-child):after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #eee;
	margin: auto;
}

.header-nav ul>li>a {
	display: inline-block;
	color: #030542;
	text-decoration: none;
	position: relative;
	transition: color 0.2s;
}

.header-nav ul>li>a:before {
	content: attr(data-text);
	font-weight: 500;
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #030542;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

.header-nav ul>li>a:hover,
.header-nav ul>li.current-menu-item>a {
	color: transparent;
}

.header-nav ul>li>a:hover:before,
.header-nav ul>li.current-menu-item>a:before {
	opacity: 1;
}

.header-nav ul>li>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #3F5EC8;
	border-radius: 20px;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.header-nav ul>li>a:hover:after,
.header-nav ul>li.current-menu-item>a:after {
	opacity: 1;
}

.touch-menu {
	display: none;
}









/* Common
-----------------------------------------------------------------------------*/
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	padding: 4px 18px;
	border: 1px solid;
	border-radius: 38px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all 0.2s;
}

.button_blue {
	border-color: #3F5EC8;
	background: #3F5EC8;
	color: #fff;
}

.button_blue:hover {
	background: #fff;
	color: #3F5EC8;
}

.button_white {
	border-color: #fff;
	background: #fff;
	color: #242424;
}

.button_white:hover {
	background: #3F5EC8;
	color: #fff;
}

.button_green {
	border-color: #35B234;
	background: #35B234;
	color: #fff;
}

.button_green:hover {
	background: #fff;
	color: #35B234;
}



.section-title {
	font-family: 'Manrope';
	font-weight: bold;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin-bottom: 18px;
}

.post-item {
	display: flex;
	align-items: center;
	padding: 4px 0 3px;
	border-bottom: 1px solid #eee;
}

.post-item__content {
	width: calc(100% - 125px);
	padding-right: 50px;
}

.post-item__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.post-item__title a {
	text-decoration: none;
}

.post-item:hover .post-item__title a {
	text-decoration: underline;
}

.post-item__image {
	width: 125px;
	height: 95px;
	line-height: 0;
}

.post-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.post-info {
	display: flex;
	flex-wrap: wrap;
}

.post-info li {
	margin: 0 4px 4px 0;
}

.post-info__tag {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 2px 10px;
	background: #EFF5D6;
	border-radius: 36px;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-decoration: none;
	color: #395506;
}

.post-info__tag:hover {
	background: #395506;
	color: #fff;
}

.post-info__pin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: #eee;
	border-radius: 30px;
}

.post-info__partner {
	display: flex;
	align-items: center;
	height: 22px;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.post-info__partner:hover {
	text-decoration: underline;
}

.post-info__partner i {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	line-height: 0;
	margin: 0 3px 0 1px;
}

.post-info__partner i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.webinar-item {
	display: flex;
	padding: 23px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	margin-bottom: 12px;
}

.webinar-item__content {
	width: calc(100% - 125px);
	padding-right: 50px;
}

.webinar-item .post-info {
	margin-bottom: 18px;
}

.webinar-item__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.04em;
	margin-bottom: 23px;
}

.webinar-item__title a {
	text-decoration: none;
}

.webinar-item__control {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 34px;
}

.webinar-item__btn {
	margin-right: 11px;
}

.webinar-item__past {
	padding: 4px 0;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #636363;
}

.webinar-item__past:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	background: #636363;
	border-radius: 50%;
	margin: 0 5px 0 8px;
}

.webinar-item__date {
	padding: 4px 0;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #636363;
}

.webinar-item__image {
	width: 125px;
	height: 95px;
	line-height: 0;
}

.webinar-item__image img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.share__container>.shareon {
	display: flex;
}

.share__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 60px;
	border: 1px solid #E6E6E6;
	margin-left: 8px;
	cursor: pointer;
}

.share__icon:hover {
	background: #3F5EC8;
	border-color: #3F5EC8;
}

.share__icon:hover svg {
	fill: #fff !important;
}

.share_handler {
	position: relative;
}

.share__total {
	color: #A4A4A4;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	margin-left: 13px;
}

.share__total span {
	display: block;
	color: #030542;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.45px;
}

.share__close {
	display: none;
}

.share__popup {
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	width: 228px;
	padding: 22px 24px 16px;
	position: absolute;
	top: calc(100% + 15px);
	left: calc(50% - 110px);
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 5px 15px 20px 0px rgba(11, 12, 22, 0.07);
	z-index: 1;
	transition: all 0.2s;
}

.share.show .share__popup {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.share__popup:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	transform: rotate(-45deg);
	position: absolute;
	top: -7px;
	left: 107px;
}

.share__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.64px;
	margin-bottom: 16px;
}

.share__popup .shareon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.share__popup .copy-url {
	width: calc(100% + 28px);
	display: flex;
	align-items: center;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.56px;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 24px 7px;
	margin: 0 -14px 11px;
}

.share__popup .copy-url .share__icon {
	margin: 0 7px 0 0;
}

.share__popup .share__item:not(.copy-url) {
	font-size: 0;
}

.share__popup .share__icon {
	margin: 6px;
}

.share__icon.facebook svg,
.share__item.facebook svg {
	fill: #1778F2;
}

.share__icon.messenger svg,
.share__item.messenger svg {
	fill: url(#gradient-messenger);
}

.share__icon.email svg,
.share__item.email svg {
	fill: #3F5EC8;
}

.share__icon.copy-url svg,
.share__item.copy-url svg,
.share_handler>.share__icon svg {
	fill: #030542;
}

.share__icon.reddit svg,
.share__item.reddit svg {
	fill: #FF4500;
}

.share__icon.twitter svg,
.share__item.twitter svg {
	fill: #1DA1F2;
}

.share__icon.linkedin svg,
.share__item.linkedin svg {
	fill: #0077B5;
}

.share__icon.whatsapp svg,
.share__item.whatsapp svg {
	fill: #43D954;
}

.share__icon.telegram svg,
.share__item.telegram svg {
	fill: #27A7E7;
}




.more-link {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.03em;
}

.more-link a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.more-link a i {
	display: block;
	line-height: 0;
	transform: translateY(1px);
	margin-left: 8px;
}

.more-link a span {
	position: relative;
	transition: color 0.2s;
}

.more-link a span:before {
	content: attr(data-text);
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #3F5EC8;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

.more-link a:hover span {
	color: transparent;
}

.more-link a:hover span:before {
	opacity: 1;
}

.subscribe-block__container {
	min-height: 180px;
	display: flex;
	background: #3F5EC8;
	color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.subscribe-block__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 45%;
	padding: 20px 30px 20px 65px;
}

.subscribe-block__title {
	font-family: 'Manrope';
	font-weight: bold;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin: 0 -60px 7px 0;
}

.subscribe-block__title_override {
	font-size: 26px;
	line-height: 150%;
	letter-spacing: -0.01em;
}

.subscribe-block__text {
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.subscribe-block__text a {
	color: #FFB4B4;
}

.subscribe-block__right {
	width: 55%;
	padding: 40px 20px;
}

.subscribe-block__community {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.subscribe-block__community span {
	display: inline-block;
	padding: 7px 11px;
	background: #3F5EC8;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.subscribe-block__community i {
	width: 194px;
	height: 80px;
	display: block;
	line-height: 0;
	position: absolute;
	top: 11px;
	left: calc(100% - 4px);
}

.subscribe-block__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.page-content__container {
	display: flex;
}

.page-content__main {
	width: 63%;
	padding: 47px 70px 50px 0;
}

.page-content__sidebar {
	width: 37%;
	border-left: 1px solid #eee;
	padding: 58px 0 39px 69px;
}

.page-title {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: -1.8px;
	color: #111;
	margin-bottom: 22px;
}

.form-checkbox label {
	display: inline-block;
}

.form-checkbox label input {
	display: none;
}

.form-checkbox label>span {
	display: inline-block;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #636363;
	position: relative;
	padding-left: 20px;
}

.form-checkbox label>span:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #A4A4A4;
	border-radius: 2px;
	position: absolute;
	top: 3px;
	left: 0;
}

.form-checkbox label input:checked+span:before {
	background: #3F5EC8 url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L3.35355 5.35355C3.15829 5.54882 2.84171 5.54882 2.64645 5.35355L0.646447 3.35355C0.451184 3.15829 0.451184 2.84171 0.646447 2.64645C0.841709 2.45118 1.15829 2.45118 1.35355 2.64645L3 4.29289L6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447Z" fill="white"/></svg>') no-repeat center;
	border-color: #3F5EC8;
}

.form-checkbox label>span a {
	font-weight: 500;
	color: #3A56B4;
}

.form-checkbox label:hover>span:before {
	border-color: #3F5EC8;
}

.form-input {
	margin-bottom: 26px;
}

.form-input__label {
	display: block;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #353535;
	margin-bottom: 5px;
}

.form-input__label span {
	color: #FF4949;
}

.form-input input {
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 0 15px;
	background: #fff;
	font-size: 12px;
	letter-spacing: -0.03em;
}

.form-input input:focus {
	border-color: #3F5EC8;
}

.form-input__error {
	display: none;
	color: #FF4949;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	margin: 4px 0 0;
}

.form-input_notvalid .form-input__error {
	display: block;
}

.form-input_notvalid input,
.form-input_notvalid .styled-select__current {
	border-color: #FF4949 !important;
}

.select select {
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 8px;
	background: #fff;
	font-size: 12px;
}

.styled-select {
	position: relative;
}

.styled-select select {
	display: none;
}

.styled-select__current {
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 8px;
	position: relative;
	padding: 17px 32px 17px 15px;
	background: #fff;
	font-size: 12px;
	color: #A4A4A4;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}

.styled-select.opened .styled-select__current {
	border-color: #3F5EC8;
}

.styled-select.selected .styled-select__current {
	color: #242424;
}

.styled-select__current i {
	content: '';
	display: block;
	transform: rotate(90deg);
	line-height: 0;
	position: absolute;
	top: 16px;
	right: 20px;
}

.styled-select.opened .styled-select__current i {
	transform: rotate(-90deg);
}

.styled-select__current span {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.styled-select.opened .styled-select__current:after {
	transform: rotate(180deg);
}

.styled-select__list {
	display: none;
	max-height: 50vh;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	min-width: 100%;
	padding: 5px 0;
	border-radius: 16px;
	border: 1px solid #E3E3E3;
	background: #fff;
	font-size: 14px;
	letter-spacing: -0.56px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 1;
}

.styled-select.opened .styled-select__list {
	display: block;
}

.styled-select__list span {
	display: block;
	padding: 15px 40px 15px 11px;
	position: relative;
	cursor: pointer;
}

.styled-select__list span:hover {
	background: #F0F1F5;
}

.styled-select__list span.active:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #3F5EC8 url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2002 1.86672L3.33353 4.00005L6.53353 0.800049" stroke="white" stroke-width="1.06667" stroke-linecap="round"/></svg>') no-repeat center 4px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
}

.styled-select__list::-webkit-scrollbar {
	width: 5px;
}

.styled-select__list::-webkit-scrollbar-thumb {
	background-color: #d0d0d0;
}

body .tooltipsincontent {
	position: relative;
}

body .tooltipsincontent:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #3F5EC8 url('data:image/svg+xml,<svg width="2" height="10" viewBox="0 0 2 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.671412 9.20038V2.96658H1.62942V9.20038H0.671412ZM1.15854 1.92761C0.971805 1.92761 0.810783 1.86403 0.675471 1.73687C0.542865 1.6097 0.476562 1.45683 0.476562 1.27826C0.476562 1.09969 0.542865 0.946819 0.675471 0.819654C0.810783 0.692489 0.971805 0.628906 1.15854 0.628906C1.34527 0.628906 1.50493 0.692489 1.63754 0.819654C1.77285 0.946819 1.84051 1.09969 1.84051 1.27826C1.84051 1.45683 1.77285 1.6097 1.63754 1.73687C1.50493 1.86403 1.34527 1.92761 1.15854 1.92761Z" fill="white"/></svg>') no-repeat center;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 4px;
}

body .qtip-content {
	padding: 16px 14px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.56px;
}

.only-mobile {
	display: none;
}

/* Homepage
-----------------------------------------------------------------------------*/
.section-main {
	border-bottom: 1px solid #eee;
}

.section-main__container {
	display: flex;
}

.section-main__left {
	width: 65.6%;
	padding: 40px 40px 32px 0;
}

.main-large__image {
	height: 380px;
	line-height: 0;
	margin-bottom: 21px;
}

.main-large__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.main-large__title {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 34px;
	line-height: 120%;
	letter-spacing: -0.68px;
	margin-bottom: 16px;
}

.main-large__title a {
	text-decoration: none;
}

.main-large__title a:hover {
	text-decoration: underline;
}

.section-main__right {
	width: 34.4%;
	border-left: 1px solid #eee;
	padding: 40px 0 32px 38px;
}

.main-small:not(:last-child) {
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.main-small__image {
	height: 210px;
	line-height: 0;
	margin-bottom: 12px;
}

.main-small__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.main-small__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.72px;
	margin-bottom: 9px;
}

.main-small__title a {
	text-decoration: none;
}

.main-small__title a:hover {
	text-decoration: underline;
}

.section-trending {
	padding: 40px 0 29px;
	border-bottom: 1px solid #eee;
}

.section-trending__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.section-trending__col {
	width: 20%;
	padding: 0 10px 20px;
}

.section-trending__item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-trending__image {
	line-height: 0;
	margin-bottom: 7px;
}

.section-trending__image img {
	border-radius: 5px;
}

.section-trending__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	margin-bottom: 14px;
}

.section-trending__title a {
	text-decoration: none;
}

.section-trending__title a:hover {
	text-decoration: underline;
}

.section-category {
	padding: 53px 0 50px;
	border-bottom: 1px solid #eee;
}

.section-category_has-subscribe {
	border-bottom: none;
	padding-bottom: 0;
}

.section-category:last-child {
	border-bottom: none;
}

.section-category__container {
	display: flex;
	margin: -5px 0 0 0;
}

.section-category__left {
	width: 65.6%;
	padding: 0 100px 0 0;
	margin-top: -4px;
}

.section-category__posts {
	margin-bottom: 12px;
}

.category-popular {
	padding: 24px 64px 23px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin: 7px 0;
	position: relative;
}

.category-popular:before {
	content: '';
	display: block;
	height: 5px;
	background: #fff;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
}

.category-popular__title {
	font-family: 'Manrope';
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.6px;
	text-align: center;
	margin-bottom: 12px;
}

.category-popular__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.category-popular__list li {
	margin: 0 4px 12px;
}

.category-popular__list li.hidden {
	display: none;
}

.category-popular__list li a {
	display: inline-block;
	border: 1px solid #C4CEF1;
	color: #3F5EC8;
	border-radius: 36px;
	padding: 7px 12px;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.category-popular__list li a:hover {
	border: 1px solid #3F5EC8;
	background: #3F5EC8;
	color: #fff;
}

.category-popular__more {
	text-align: center;
}

.category-popular__more div {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: -0.03em;
	cursor: pointer;
}

.category-popular__more div i {
	display: block;
	line-height: 0;
	margin: 3px 0 0 6px;
}

.category-popular__more div i svg {
	transform: rotate(90deg);
}

.category-popular.opened .category-popular__more div i svg {
	transform: rotate(-90deg);
}

.section-category__right {
	width: 34.4%;
	padding: 0 0 0 39px;
}

.section-category .subscribe-block {
	margin: 51px 0 0;
}


/* Catalog
-----------------------------------------------------------------------------*/
.filter__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.filter__head {
	display: none;
}

.filter__items {
	display: flex;
	flex-wrap: wrap;
}

.filter-item {
	position: relative;
	margin: 0 10px 10px 0;
}

.filter-item__handler {
	display: inline-flex;
	padding: 7px 15px;
	border: 1px solid #E6E6E6;
	border-radius: 100px;
	align-items: center;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	cursor: pointer;
	user-select: none;
}

.filter-item__handler:hover,
.filter-item.opened .filter-item__handler {
	border-color: #3F5EC8;
}

.filter-label-num {
	display: none;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	background: #3F5EC8;
	border-radius: 50%;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #F6F6F6;
	margin-left: 5px;
}

.filter-label-num[style="display: inline;"] {
	display: flex !important;
}

.filter-item__handler i {
	display: block;
	line-height: 0;
	margin: 1px 0 0 8px;
}

.filter-item__handler i svg {
	transform: rotate(90deg);
}

.filter-item.opened .filter-item__handler i svg {
	transform: rotate(-90deg);
}

.filter-item__popup {
	display: none;
	width: 250px;
	background: #fff;
	border: 1px solid #E3E3E3;
	border-radius: 16px;
	overflow: hidden;
	position: absolute;
	left: calc(50% - 125px);
	top: calc(100% + 7px);
	z-index: 6;
}

.filter-item.opened .filter-item__popup {
	display: block;
}

.filter-item__container {
	width: 100%;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.filter-item__container::-webkit-scrollbar {
	width: 5px;
}

.filter-item__container::-webkit-scrollbar-thumb {
	background: #A8A8BC;
	border-radius: 40px;
}

.filter-item__search {
	padding: 16px 12px 12px;
	position: relative;
}

.filter-item__search i {
	line-height: 0;
	position: absolute;
	top: 28px;
	left: 23px;
}

.filter-item__search i svg {
	fill: #A8A8BC;
}

.filter-item__search input {
	width: 100%;
	height: 34px;
	padding: 0 10px 0 27px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	font-size: 12px;
	letter-spacing: -0.36px;
}

.filter-item__search input::placeholder {
	opacity: 1;
	color: #A8A8BC;
}

.filter-item__popup ul li>label {
	display: block;
}

.filter-item__popup ul li>label>input {
	display: none;
}

.filter-item__popup ul li>label>span {
	display: block;
	padding: 14px 16px 13px 34px;
	position: relative;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #636363;
	cursor: pointer;
}

.filter-item__popup ul li>label>span:hover {
	background: #F0F1F5;
}

.filter-item__popup ul li>label>span:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #A4A4A4;
	border-radius: 2px;
	position: absolute;
	top: 15px;
	left: 14px;
}

.filter-item__popup ul li>label>span:hover:before {
	border-color: #3F5EC8;
}

.filter-item__popup ul li>label>input:checked+span:before {
	background: #3F5EC8 url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L3.35355 5.35355C3.15829 5.54882 2.84171 5.54882 2.64645 5.35355L0.646447 3.35355C0.451184 3.15829 0.451184 2.84171 0.646447 2.64645C0.841709 2.45118 1.15829 2.45118 1.35355 2.64645L3 4.29289L6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447Z" fill="white"/></svg>') no-repeat center;
	border-color: #3F5EC8;
}

.filter__result {
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.015em;
	text-align: right;
	color: #A4A4A4;
	margin-bottom: 10px;
}

.filter__result span {
	color: #242424;
}

.filter-item_sort .filter-item__popup {
	width: 200px;
	left: calc(50% - 100px);
}

.filter-item_sort ul span {
	display: block;
	padding: 14px 16px 13px 16px;
	position: relative;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #636363;
	cursor: pointer;
}

.filter-item_sort ul span:hover {
	background: #F0F1F5;
}

.filter-item__more {
	display: none;
}

.search-hide {
	display: none;
}

.filter-control {
	margin: -7px 0 5px;
}

.filter-control ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.filter-control ul li {
	margin: 0 12px 10px 0;
}

.filter-control__tag span {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px 5px 14px;
	background: #F0F1F5;
	border-radius: 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #33437B;
	user-select: none;
}

.filter-control__tag span i {
	display: block;
	line-height: 0;
	margin-left: 5px;
	cursor: pointer;
}

.filter-control__tag span i svg {
	fill: #3F5EC8;
}

.filter-control__clear span {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-decoration: underline;
	cursor: pointer;
	color: #3F5EC8;
}

.filter-control__clear span:hover {
	text-decoration: none;
}

.filter-control__btn {
	display: none;
}

.filter-loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat center 50px / 100px auto;
	z-index: 5;
}

.catalog-posts,
.catalog-webinar {
	position: relative;
}

/* .catalog-posts .catalog-posts__container,
.catalog-webinar {
	visibility: hidden;
	position: relative;
}

.catalog-posts.initialized .catalog-posts__container,
.catalog-webinar.initialized {
	visibility: visible;
} */

.catalog-nav {
	text-align: center;
	margin: 15px 0 0;
}

.catalog-nav__viewed {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
	margin-bottom: 7px;
}

.catalog-nav__line {
	width: 160px;
	height: 3px;
	background: #E6E6E6;
	border-radius: 3px;
	margin: 0 auto 12px;
}

.catalog-nav__line span {
	display: block;
	width: 0%;
	height: 100%;
	background: #3F5EC8;
	border-radius: 5px;
}

.catalog-nav__btn button {
	display: inline-block;
	padding: 8px 18px 7px;
	background: none;
	border: 1px solid #3F5EC8;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #3F5EC8;
}

.catalog-nav__btn button:hover {
	background: #3F5EC8;
	color: #fff;
}

.webinar-archive .site-a {
	margin-bottom: 12px;
}

.search-notfound {
	padding: 30px 0 0;
}

.search-notfound .page-title span {
	color: #A8A8BC;
}

.search-notfound__container {
	padding: 9px 0 0;
}

.search-notfound__item {
	margin-bottom: 25px;
}

.search-notfound__title {
	font-weight: 600;
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
	color: #242424;
	margin-bottom: 2px;
}

.search-notfound__title i {
	display: inline-block;
	line-height: 0;
	margin-right: 7px;
}

.search-notfound__title i svg {
	fill: #FF4949;
}

.search-notfound__text {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
	padding: 0 0 0 15px;
}

.filter-notfound {
	border-top: 1px solid #E6E6E6;
	padding: 32px 0;
	text-align: center;
}

.filter-notfound__icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
}

.filter-notfound__title {
	color: #030542;
	font-size: 19px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.95px;
	margin-bottom: 7px;
}

.filter-notfound__text {
	color: #747595;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.45px;
}

.filter-notfound__text span {
	font-weight: 500;
	color: #3F5EC8;
	text-decoration: underline;
	cursor: pointer;
}

.filter-notfound__text span:hover {
	text-decoration: none;
}

/* Single Post
-----------------------------------------------------------------------------*/
.post-tophead {
	display: flex;
	justify-content: space-between;
}

.post-tophead__image {
	width: 150px;
	height: 115px;
	flex-shrink: 0;
	line-height: 0;
	margin-left: 30px;
}

.post-tophead__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.post-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 41px;
}

.post-head__author {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.post-head__authorimage {
	display: flex;
	flex-shrink: 0;
	line-height: 0;
	margin-right: 12px;
}

.post-head__authorimage i {
	display: block;
	width: 45px;
	height: 45px;
}

.post-head__authorimage i:not(:first-child) {
	margin-left: 5px;
}

.post-head__authorimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.post-head__authorimage i:not(:first-child) img {
	box-shadow: 0 0 0 3px#fff;
}

.post-head__authorname {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #030542;
}

.post-head__authorname a {
	color: #030542;
	text-decoration: none;
}

.post-head__share {
	/* 	width: 275px;
	height: 39px; */
	/* background: black; */
}

.post-head__image {
	width: 35.9%;
	padding-left: 57px;
}

.post-head__image span {
	display: block;
	width: 272px;
	max-width: 100%;
	line-height: 0;
}

.post-head__image img {
	border-radius: 3px;
}

.post-revision {
	position: relative;
	font-size: 12px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	white-space: nowrap
}

.post-revision span {
	color: #A4A4A4;
}

.post-revision__last {
	padding-right: 14px;
	position: relative;
	margin-top: 6px;
	cursor: pointer;
	user-select: none;
	color: #4A4A4A;
}

.post-revision__last i {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
}

.post-revision__last i svg {
	fill: #4A4A4A;
	transform: rotate(90deg);
}

.post-revision.show .post-revision__last i svg {
	transform: rotate(-90deg);
}

.post-revision__list {
	visibility: hidden;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 10px 11px 11px 6px;
	position: absolute;
	left: 0;
	top: calc(100% + 7px);
	z-index: 1;
}

.post-revision__list li {
	padding-left: 14px;
	position: relative;
}

.post-revision__list li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #3F5EC8;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
}

.post-revision__list li:not(:last-child) {
	margin-bottom: 6px;
}

.post-revision.show .post-revision__list {
	visibility: visible;
}

.post-main {
	margin-bottom: 40px;
}

.post-body {
	font-size: 19px;
	line-height: 153%;
	letter-spacing: -0.05em;
}

.post-body p {
	margin-bottom: 16px;
}

.post-body img {
	margin-bottom: 16px;
}

.post-body h2 {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin: 40px 0 15px;
}

.post-body h3 {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin: 16px 0 12px;
}

.post-body ul,
.page-body ul {
	list-style: disc;
	margin-left: 22px;
}

.post-body ul.list-dash,
.page-body ul.list-dash {
	list-style-type: '-   ';
}

.post-body ul li,
.page-body ul li {
	margin-bottom: 11px;
}

.post-body ul ul,
.page-body ul ul {
	list-style: circle;
	margin-top: 11px;
}

.post-body ol,
.page-body ol {
	list-style: decimal-leading-zero;
	margin-left: 34px;
}

.post-body ol li,
.page-body ol li {
	margin-bottom: 12px;
}

.post-body a,
.page-body a {
	color: #3F5EC8;
}

.post-body a i,
.page-body a i {
	display: inline-block;
	line-height: 0;
	transform: translateY(2px);
	margin-left: 5px;
}

.page-body a i {
	transform: translateY(5px);
}

.post-body a i svg,
.page-body a i svg {
	fill: #3F5EC8;
}

.post-body a img+i,
.post-body a br+i {
	display: none;
}

.post-body blockquote,
.page-body blockquote {
	padding: 23px 0 23px 65px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 118%;
	letter-spacing: -0.03em;
	color: #111;
	position: relative;
	margin: 16px 0;
}

.post-body blockquote:before,
.page-body blockquote:before {
	content: '';
	display: block;
	width: 41px;
	height: 23px;
	background: url('data:image/svg+xml,<svg width="41" height="23" viewBox="0 0 41 23" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2.26688" cy="2.26688" r="2.26688" fill="%23FF4949"/><circle cx="2.26688" cy="11.3352" r="2.26688" fill="%23FF4949"/><circle cx="11.3352" cy="2.26688" r="2.26688" fill="%23FF4949"/><circle cx="11.3352" cy="11.3352" r="2.26688" fill="%23FF4949"/><circle cx="11.3333" cy="20.4016" r="2.26688" fill="%23FF4949"/><circle cx="29.47" cy="2.26688" r="2.26688" fill="%23FF4949"/><circle cx="29.47" cy="11.3352" r="2.26688" fill="%23FF4949"/><circle cx="38.5364" cy="2.26688" r="2.26688" fill="%23FF4949"/><circle cx="38.5364" cy="11.3352" r="2.26688" fill="%23FF4949"/><circle cx="38.5364" cy="20.4016" r="2.26688" fill="%23FF4949"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 29px;
	left: 0;
}

.post-body blockquote p,
.page-body blockquote p {
	margin-bottom: 0;
}

.post-body hr,
.page-body hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 40px 0;
}

.post-body figure a,
.page-body figure a {
	display: block;
	line-height: 0;
	position: relative;
	margin-bottom: 12px;
}

.post-body figure img,
.page-body figure img {
	border-radius: 5px;
}

.post-body figcaption,
.page-body figcaption {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.post-body .bottom-btn {
	text-align: center;
	margin: 26px 0;
}

.post-body .bottom-btn a {
	background: #030542;
	color: #F7F8FB !important;
	display: inline-block;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none !important;
	text-decoration: none;
	font-size: 16px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Manrope';
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.2px;
	transition: 0.15s ease-in;
	text-align: center;
	padding: 10px 20px;
	min-width: 226px;
	cursor: pointer;
}

.post-body .bottom-btn a:hover {
	text-decoration: underline;
}

.post-body .bottom-btn a i {
	transform: translateY(4px);
}

.post-body .bottom-btn a i svg {
	fill: #fff;
}

.post-note {
	font-weight: 600;
	font-size: 19px;
	line-height: 153%;
	letter-spacing: -0.05em;
	padding: 0 0 0 22px;
	margin: 16px 0;
	position: relative;
}

.post-note:before {
	content: '';
	display: block;
	width: 6px;
	background: #FF4949;
	border-radius: 18px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.post-gallery {
	margin: 16px 0;
}

.post-gallery__image a {
	display: block;
	line-height: 0;
	position: relative;
}

.post-gallery__image img {
	border-radius: 5px;
}

.post-gallery__info {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 12px 100px 0 0;
}

.post-gallery__num {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin-bottom: 2px;
}

.post-gallery__text {
	min-height: 17px;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.post-body figure a:before,
.page-body figure a:before,
.post-gallery .post-gallery__image a:before,
.post-video__block a:before {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.6) url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.762393 0.115244L5.88242 0.115234C6.23588 0.115234 6.52242 0.401771 6.52242 0.755233C6.52242 1.1087 6.23588 1.39523 5.88242 1.39523L2.3028 1.39524L8.89497 7.9874C9.1449 8.23734 9.1449 8.64256 8.89497 8.8925C8.64503 9.14244 8.2398 9.14244 7.98987 8.8925L1.40239 2.30502L1.40238 5.87996C1.40238 6.23342 1.11584 6.51996 0.762379 6.51996C0.408917 6.51996 0.12238 6.23342 0.122381 5.87996L0.122394 0.755243C0.122395 0.401782 0.408932 0.115245 0.762393 0.115244ZM15.48 0.755233C15.48 0.401771 15.7665 0.115234 16.12 0.115234L21.24 0.115244C21.5935 0.115245 21.88 0.401781 21.88 0.755243L21.88 5.87996C21.88 6.23342 21.5935 6.51996 21.24 6.51996C20.8866 6.51996 20.6 6.23342 20.6 5.87996L20.6 2.30502L2.30037 20.6047L5.88003 20.6047C6.23349 20.6047 6.52003 20.8912 6.52003 21.2447C6.52003 21.5981 6.23349 21.8847 5.88003 21.8847L0.760007 21.8847C0.406546 21.8847 0.120009 21.5981 0.120009 21.2447L0.119995 16.12C0.119994 15.7665 0.406531 15.48 0.759993 15.48C1.11346 15.4799 1.39999 15.7665 1.4 16.1199L1.4 19.6948L19.6996 1.39524L16.12 1.39523C15.7665 1.39523 15.48 1.1087 15.48 0.755233ZM13.1099 13.1074C13.3598 12.8575 13.765 12.8575 14.015 13.1074L20.6024 19.6948L20.6024 16.1199C20.6024 15.7665 20.889 15.4799 21.2424 15.48C21.5959 15.48 21.8824 15.7665 21.8824 16.12L21.8824 21.2361C21.8824 21.2387 21.8824 21.2412 21.8824 21.2438C21.8824 21.2441 21.8824 21.2444 21.8824 21.2447C21.8824 21.5981 21.5959 21.8847 21.2424 21.8847L16.1224 21.8847C15.7689 21.8847 15.4824 21.5981 15.4824 21.2447C15.4824 20.8912 15.7689 20.6047 16.1224 20.6047L19.702 20.6047L13.1099 14.0125C12.8599 13.7626 12.8599 13.3573 13.1099 13.1074Z" fill="%23282828"/></svg>') no-repeat center;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	bottom: 14px;
}

.post-video {
	margin: 0 0 40px;
}

.post-video__block a {
	display: block;
	line-height: 0;
	position: relative;
	margin-bottom: 12px;
}

.post-video__block a:after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="26" cy="26" r="26" fill="%23F0F1F5"/><path d="M34 26L22 32.9282L22 19.0718L34 26Z" fill="%233F5EC8"/></svg>') no-repeat center;
	border-radius: 50%;
	position: absolute;
	right: calc(50% - 26px);
	bottom: calc(50% - 26px);
}

.post-video__block a img {
	border-radius: 5px;
}

.post-video__desc {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

/* .post-body .bottom-btn{
	visibility: hidden;
} */
.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 40px 0;
}

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


.post-block-1 {
	background: #3F5EC8;
	border-radius: 10px;
	margin: 40px 0;
}

.post-block-1_center .post-block-1__content {
	padding: 16px 40px 32px;
	text-align: center;
}

.post-block-1__head {
	display: flex;
	align-items: center;
	padding: 22px 43px 17px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #F0F1F5;
}

.post-block-1__head i {
	display: block;
	line-height: 0;
	margin-right: 10px;
}

.post-block-1__head i svg {
	fill: #fff;
}

.post-block-1__content {
	padding: 24px 40px;
	color: #fff;
}

.post-block-1__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 13px;
}

.post-block-1__text {
	font-size: 19px;
	line-height: 153%;
	letter-spacing: -0.05em;
	margin-bottom: 24px;
}

.post-block-1__btn a {
	display: inline-flex;
	padding: 8px 17px 7px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #000;
	text-decoration: none;
}

.post-block-1__btn a:hover {
	background: none;
	color: #fff;
}

.post-block-1__subtext {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin: 7px 0 -7px;
}

.post-block-1_grey {
	background: #F0F1F5;
}

.post-block-1_grey .post-block-1__head {
	color: #3F5EC8;
	border-color: rgba(63, 94, 200, 0.1);
}

.post-block-1_grey .post-block-1__head i svg {
	fill: #3F5EC8;
}

.post-block-1_grey .post-block-1__content {
	color: #030542;
}

.post-block-1_grey .post-block-1__btn a {
	background: #3F5EC8;
	border-color: #3F5EC8;
	color: #fff;
}

.post-block-1_grey .post-block-1__btn a:hover {
	background: none;
	color: #3F5EC8;
}

.post-block-2 {
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	margin: 12px 0 40px;
}

.post-block-2__head {
	color: #111;
	border-bottom: 1px solid #E6E6E6;
	padding: 18px 23px 19px;
}

.post-block-2__head>span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-right: 9px;
}

.post-block-2__partner {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	text-decoration: none;
	transform: translateY(-3px);
}

.post-block-2__icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	line-height: 0;
	margin-right: 3px;
}

.post-block-2__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.post-block-2__name {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #030542;
}

.post-block-2__content {
	padding: 0 24px 19px;
}

.post-block-2__content li {
	padding: 21px 0 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242424;
	border-bottom: 1px solid #E6E6E6;
}

.post-block-2__content li:last-child {
	border: navajowhite;
}

.post-block-2__content li a {
	color: #242424;
	text-decoration: none;
}

.post-block-2__content li a:hover {
	text-decoration: underline;
}

.post-block-3 {
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	margin: 40px 0;
}

.post-block-3__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #E6E6E6;
	padding: 19px 25px;
	position: relative;
}

.post-block-3__head>i {
	display: block;
	line-height: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

.post-block-3__head>i svg {
	fill: #FF4949;
}

.post-block-3__head>span {
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #636363;
	margin-right: 13px;
}

.post-block-3__tag a {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 2px 10px;
	background: #EFF5D6;
	border-radius: 36px;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-decoration: none;
	color: #395506;
}

.post-block-3__partner {
	display: inline-flex;
	align-items: center;
}

.post-block-3__content {
	padding: 5px 24px 7px;
}

.post-block-3__content li {
	padding: 15px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242424;
	border-bottom: 1px solid #E6E6E6;
}

.post-block-3__content li:last-child {
	border: navajowhite;
}

.post-block-3__content li a {
	color: #242424;
	text-decoration: none;
}

.post-block-3__content li a:hover {
	text-decoration: underline;
}

.post-a {
	margin: 38px 0;
}

.post-a__text {
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 13px;
}

.post-a__text:before,
.post-a__text:after {
	content: '';
	display: block;
	height: 1px;
	background: #E6E6E6;
	flex-grow: 1;
}

.post-a__text span {
	display: block;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #A4A4A4;
	flex-shrink: 0;
}

.post-a img {
	display: block;
	margin: 0 auto;
}

.post-table {
	margin: 40px 0 35px;
	padding-bottom: 5px;
	overflow-y: auto;
}

.post-table table {
	min-width: 100%;
}

.post-table table th,
.post-table table td {
	padding: 15px 12px;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.45px;
	text-align: left;
	vertical-align: middle;
}

.post-table table th:first-child,
.post-table table td:first-child {
	border-radius: 4px 0 0 4px;
}

.post-table table th:last-child,
.post-table table td:last-child {
	border-radius: 0 4px 4px 0;
}

.post-table table th {
	font-weight: 500;
	background: #F0F1F5;
}

.post-table table tr:nth-child(odd) td {
	background: #F0F1F5;
}

.post-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 13px 0 14px;
	margin-bottom: 42px;
}

.post-share__title {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #4A4A4A;
	margin-right: 10px;
}

.post-share__block {
	width: 275px;
	height: 39px;
	/* background: black; */
}

.post-tags {
	padding: 0 0 31px;
}

.post-tags__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin-bottom: 17px;
}

.post-tags__list {
	display: flex;
	flex-wrap: wrap;
}

.post-tags__list li {
	margin: 0 7px 8px 0;
}

.post-tags__list a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #C4CEF1;
	border-radius: 36px;
	padding: 7px 12px;
	border-radius: 36px;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	text-decoration: none;
	color: #3F5EC8;
}

.post-tags__list a:hover {
	border-color: #3F5EC8;
	background: #3F5EC8;
	color: #fff;
}

.post-useful {
	background: #F6F6F6;
	border-radius: 10px;
	margin-bottom: 42px;
}

.post-useful__head {
	padding: 24px 40px 19px;
	font-size: 10px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #A4A4A4;
	border-bottom: 1px solid #E6E6E6;
}

.post-useful__head i {
	display: block;
	line-height: 0;
	margin-right: 3px;
}

.post-useful__head i svg {
	fill: #FF4949;
}

.post-useful__block {
	display: none;
	padding: 6px 0 12px;
}

.post-useful__block.show {
	display: block;
}

.post-useful__block_0 {
	padding: 0;
}

.post-useful__block_0 .post-useful__container {
	align-items: center;
}

.post-useful__block_0 .post-useful__left {
	width: auto;
}

.post-useful__block_0 .post-useful__right {
	width: auto;
}

.post-useful__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.post-useful__left {
	width: 40%;
	padding: 0 10px 0 0;
}

.post-useful__right {
	width: 60%;
	padding: 2px 0 0 28px;
}

.post-useful__blocks {
	padding: 13px 41px 20px;
}

.post-useful__share-title {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	margin-bottom: 5px;
}

.post-useful__share {
	width: 260px;
	height: 36px;
	/* background: #000; */
	margin-bottom: 14px;
}

.post-useful__subtitle {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
}

.post-useful__list {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #636363;
	list-style: disc;
	margin: 0 0 0 10px;
}

.post-useful__list li:not(:last-child) {
	margin-bottom: 8px;
}

.post-useful__list li a {
	font-weight: 500;
	color: #3F5EC8;
}

.post-useful__list li a i {
	display: inline-block;
	line-height: 0;
	margin-left: 4px;
	vertical-align: middle;
}

.post-useful__list li a i svg {
	fill: #3F5EC8;
}

.post-useful__title {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
}

.post-useful__btns {
	display: flex;
	justify-content: center;
}

.post-useful__btns button,
.post-useful__btns a {
	min-width: 100px;
	height: 33px;
	padding: 4px 9px;
	border: 1px solid #3F5EC8;
	background: #3F5EC8;
	border-radius: 38px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	margin: 5px 0 5px 10px;
}

.post-useful__btns button:hover,
.post-useful__btns a:hover {
	background: none;
	color: #3F5EC8;
}

.post-useful__checkboxes .form-checkbox {
	margin-bottom: 12px;
}

.post-useful__textarea {
	margin: 14px 0 10px;
	display: none;
}

.post-useful__textarea textarea {
	width: 100%;
	height: 80px;
	padding: 8px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin: 0;
	font-size: 12px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	resize: none;
}

.post-useful__textarea textarea:focus {
	border-color: #3F5EC8;
}

.post-useful__textarea textarea::placeholder {
	opacity: 1;
	color: #A4A4A4;
}

.post-useful__error {
	display: none;
	color: #FF4949;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	margin: 5px 0 0;
}

.post-useful__btn {
	padding: 2px 0 0;
}

.post-useful__btn button,
.post-useful__btn a {
	display: inline-block;
	padding: 7px 17px 8px;
	border: 1px solid #3F5EC8;
	border-radius: 30px;
	background: #3F5EC8;
	border-radius: 38px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
}

.post-useful__btn button:hover,
.post-useful__btn a:hover {
	background: none;
	color: #3F5EC8;
}

.post-related__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #030542;
	margin-bottom: 10px;
}

.post-related__posts {
	margin: -8px 0 0;
}

.post-related__webinars {
	margin: -4px 0 0;
}

.post-related .more-link {
	padding-top: 12px;
}

.post-join {
	padding: 36px 0 39px;
}

.post-join__container {
	padding: 24px 80px 32px;
	background: #3F5EC8;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	position: relative;
}

.post-join:before {
	content: '';
	display: block;
	background: #fff;
	height: 5px;
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
}

.post-join__icon {
	margin-bottom: 10px;
}

.post-join__icon svg {
	fill: #FFB4B4;
}

.post-join__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
}

.post-stories {
	margin-bottom: 24px;
}

.post-stories__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin-bottom: 1px;
}

.post-stories__item {
	padding: 15px 0 16px;
	border-bottom: 1px solid #eee;
}

.post-stories__item:last-child {
	border: none;
}

.post-stories__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.post-stories__name a {
	text-decoration: none;
	color: #242424;
}

.post-stories__name a:hover {
	text-decoration: underline;
}

.page-main {
	width: 660px;
	max-width: 100%;
}

.page-main_nosidebar {
	padding: 50px 0;
}

.page-main_nosidebar .page-body h2 {
	padding-left: 0;
}

.page-main_nosidebar .page-body h2::before {
	display: none;
}

.webinar-watch {
	min-height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F0F1F5;
	border-radius: 10px;
	padding: 15px 24px;
	margin-bottom: 40px;
}

.webinar-watch__duration {
	display: inline-flex;
	align-items: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-right: 30px;
}

.webinar-watch__duration i {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 8px;
}

.webinar-watch__btn .button {
	height: 43px;
	padding: 4px 23px;
	font-size: 15px;
	letter-spacing: -0.03em;
}

.post-speakers__item {
	display: flex;
	padding: 23px;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	margin-bottom: 16px;
}

.post-speakers__image {
	width: 131px;
	height: 131px;
	flex-shrink: 0;
}

.post-speakers__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.post-speakers__content {
	width: calc(100% - 131px);
	padding: 0 0 0 24px;
	font-size: 19px;
	line-height: 153%;
	letter-spacing: -0.05em;
}

.post-speakers__title {
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 8px;
}

.post-speakers__text {
	font-size: 19px;
}

.webinar-form {
	background: #F0F1F5;
	border-radius: 20px;
	margin-top: 40px;
}

.webinar-form__form {}

.webinar-form__head {
	display: flex;
	align-items: center;
	padding: 23px 63px 15px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.webinar-form__head i {
	display: block;
	line-height: 0;
	margin-right: 4px;
}

.webinar-form__head i svg {
	fill: #FF4949;
}

.webinar-form__content {
	padding: 23px 64px 40px;
}

.webinar-form__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
}

.webinar-form__title span {
	color: #FF4949;
}

.webinar-form__text {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin-bottom: 24px;
}

.webinar-form__thankyou {
	display: none;
	padding: 24px 64px 27px;
	text-align: center;
}

.webinar-form__thankyou .webinar-form__title {
	color: #030542;
}

.webinar-form .form-checkbox {
	margin-bottom: 8px;
}

.webinar-form .form-btn {
	padding-top: 16px;
}

.webinar-form .form-btn .button {
	height: 43px;
	padding: 4px 23px;
	font-size: 15px;
	letter-spacing: -0.03em;
}

.webinar-success {
	display: none;
	padding: 35px 64px 51px;
	border-radius: 20px;
	background: #F0F1F5;
	text-align: center;
}

.webinar-success__icon {
	width: 51px;
	margin: 0 auto 11px;
}

.webinar-success__title {
	color: #030542;
	font-size: 32px;
	font-family: 'Manrope';
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.96px;
	margin-bottom: 11px;
}

.webinar-success__text {
	color: #242424;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.45px;
}





/* Single Page
-----------------------------------------------------------------------------*/
.page-head {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.page-head__bg-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	line-height: 0;
}

.page-head__bg-2 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 0;
}

.page-head__bg-1 img,
.page-head__bg-2 img {
	max-width: none;
}

.page-head__bg-3,
.page-head__bg-4 {
	display: none;
}

.page-head__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding: 64px 0 100px;
}

.page-head__icon {
	width: 64px;
	margin: 0 auto 21px;
}

.page-head__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: -0.03em;
	/* color: #030542; */
	color: #111;
}

.page-head__links {
	display: flex;
	justify-content: center;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #636363;
	margin-top: 25px;
}

.page-head__links li a,
.page-head__links li span {
	display: block;
	padding: 0 12px 8px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	position: relative;
	transition: all 0.2s;
}

.page-head__links li a:before {
	content: attr(data-text);
	font-weight: 500;
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #3F5EC8;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

.page-head__links li a:hover {
	color: transparent;
}

.page-head__links li a:hover:before {
	opacity: 1;
}

.page-head__links li a:hover {
	border-color: #3F5EC8;
}

.page-head__links li span {
	font-weight: 500;
	color: #3F5EC8;
	border-color: #3F5EC8;
}




body.page .page-content__main {
	padding: 11px 70px 30px 0;
}

body.page .page-content__sidebar {
	border-color: transparent;
	padding: 51px 0 39px 69px;
}



.page-body {
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
}

.page-body p {
	margin-bottom: 22px;
}

.page-body h2 {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	padding-left: 18px;
	position: relative;
	margin: 40px 0 24px;
}

.page-body h2:before,
.page-nav__title:before {
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	background: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.56066 2.81847C1.97487 3.40426 1.02513 3.40426 0.43934 2.81847C-0.146447 2.23269 -0.146447 1.28294 0.43934 0.697152C1.02513 0.111366 1.97487 0.111366 2.56066 0.697152C3.14645 1.28294 3.14645 2.23269 2.56066 2.81847Z" fill="%23FF4949"/><path d="M6.80334 7.06066C6.21755 7.64645 5.2678 7.64645 4.68202 7.06066C4.09623 6.47487 4.09623 5.52513 4.68202 4.93934C5.2678 4.35355 6.21755 4.35355 6.80334 4.93934C7.38912 5.52513 7.38912 6.47487 6.80334 7.06066Z" fill="%23FF4949"/><path d="M2.56066 11.3028C1.97487 11.8886 1.02513 11.8886 0.43934 11.3028C-0.146447 10.7171 -0.146447 9.76731 0.43934 9.18153C1.02513 8.59574 1.97487 8.59574 2.56066 9.18153C3.14645 9.76731 3.14645 10.7171 2.56066 11.3028Z" fill="%23FF4949"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 13px;
	left: 0;
}

.page-body h3 {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin: 22px 0 12px;
}

.page-nav {
	position: sticky;
	top: 60px;
}

.page-nav__title {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	padding-left: 18px;
	position: relative;
	margin: 0 0 24px;
}

.page-nav ul {
	font-weight: 500;
	font-size: 15px;
	line-height: 133%;
	letter-spacing: -0.03em;
}

.page-nav li {
	position: relative;
	padding-right: 30px;
	margin-bottom: 15px;
}

.page-nav li ul {
	display: none;
	font-weight: normal;
	margin: 16px 0 15px 20px;
}

.page-nav li a {
	text-decoration: none;
}

.page-nav li a.active,
.page-nav li.parent-active>a {
	color: #3F5EC8;
}

.page-nav ul ul li {
	padding: 0;
}

.page-nav ul ul li a {
	color: #636363;
}

.page-nav li a:hover {
	text-decoration: underline;
	color: #3F5EC8;
}

.page-nav li i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.page-nav li i svg {
	transform: rotate(90deg);
}

.page-nav li.opened ul {
	display: block;
}

.page-nav li.opened i svg {
	transform: rotate(-90deg);
}

#JsonSchemaForm .field-string {
	margin-bottom: 16px;
}

#JsonSchemaForm .field-string label {
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
}

#JsonSchemaForm .field-string .form-control {
	display: block;
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #A7A9CC;
	border-radius: 6px;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none !important;
	padding: 0 15px;
	color: #384D77;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#JsonSchemaForm .field-string .form-control::placeholder {
	color: #A7A9CC;
	opacity: 1;
}

#JsonSchemaForm .field-string .form-control:active {
	border: 1px solid #325CEC;
}

#JsonSchemaForm .field-string .form-control:focus {
	border: 1px solid #325CEC;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#JsonSchemaForm .field-string.has-error .form-control {
	background-color: #FDF0EE;
}

#JsonSchemaForm .field-string .row {
	display: flex;
}

#JsonSchemaForm .boolean-checkbox {
	margin-bottom: 30px;
}

#JsonSchemaForm .boolean-checkbox label {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
}

#JsonSchemaForm .boolean-checkbox input[type="checkbox"] {
	display: none;
}

#JsonSchemaForm .boolean-checkbox label input[type="checkbox"]~i {
	display: none;
}

#JsonSchemaForm .boolean-checkbox label span {
	padding-left: 35px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 27px;
}

#JsonSchemaForm .boolean-checkbox label span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #c8c8c8;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

#JsonSchemaForm .boolean-checkbox label input[type="checkbox"]:checked~span:before {
	border-color: #3097D1;
	background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M469.333333 640l0.384 0.384L469.333333 640z m-106.282666 0l-0.384 0.384 0.384-0.384z m48.512 106.666667a87.466667 87.466667 0 0 1-61.653334-24.874667l-179.52-173.632a67.797333 67.797333 0 0 1 0-98.24c28.032-27.157333 73.493333-27.157333 101.589334 0l139.584 134.997333 319.168-308.544c28.032-27.157333 73.493333-27.157333 101.589333 0a67.925333 67.925333 0 0 1 0 98.24L472.981333 722.069333A87.530667 87.530667 0 0 1 411.562667 746.666667z" fill="%233097D1" /></svg>') no-repeat center / 20px 20px;
}

#JsonSchemaForm .hidden {
	display: none !important;
}

/* #JsonSchemaForm .btn{
	min-width: 226px;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
	box-shadow: 0 1px 0 #006799;
	border-radius: 3px;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #35B234;
	color: #fff;
	outline: none;
	border: none;
	box-shadow: none;
} */
#JsonSchemaForm .btn {
	display: table;
	min-width: 100px;
	height: 33px;
	padding: 4px 9px;
	border: 1px solid #35B234;
	background: #35B234;
	border-radius: 38px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
}

#JsonSchemaForm .btn:hover {
	background: none;
	color: #35B234;
}

/* Author
-----------------------------------------------------------------------------*/
.author-welcome {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}

.author-welcome__wrapper {
	padding: 40px 0 0;
	position: relative;
}

.author-welcome__bg {
	display: flex;
	align-items: center;
	position: absolute;
	top: 100px;
	right: -140px;
	bottom: 0;
}

.author-welcome__container {
	display: flex;
	position: relative;
	margin-bottom: 33px;
}

.author-welcome__left {
	width: 43.15%;
	padding-right: 30px;
}

.author-welcome__info {
	width: 380px;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
}

.author-welcome__image {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	margin-right: 17px;
}

.author-welcome__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.author-welcome_partner .author-welcome__image img {
	border: none;
}

.author-welcome__content {
	padding: 1px 0 0 0;
}

.author-welcome__name {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #111;
	margin-bottom: 10px;
}

.author-welcome__status {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
}

.author-welcome__right {
	width: 56.85%;
	padding: 0 0 0 26px;
	position: relative;
}

.author-welcome__right::before {
	content: '';
	display: block;
	width: 1px;
	background: #E6E6E6;
	position: absolute;
	top: -10px;
	left: 0;
	bottom: -10px;
}

.author-welcome .welcome-partner {}

.welcome-partner__i i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: #3F5EC8;
	border-radius: 50%;
	transform: translateY(-1px);
}

.welcome-partner__i span {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #030542;
}

.welcome-partner__text {
	display: none;
}

.author-welcome__desc {
	max-width: 100%;
	width: 315px;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
	margin: 7px 0 16px;
}

.author-welcome__link a {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.03em;
	color: #3F5EC8;
}

.author-welcome__link a i {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-left: 4px;
	transform: translateY(1px);
}

.author-welcome__link a i svg {
	fill: #3F5EC8;
}

.author-welcome__tabs {
	position: relative;
}

.author-welcome__tabs ul {
	display: flex;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.author-welcome__tabs ul span {
	display: block;
	padding: 6px 13px 9px;
	cursor: pointer;
	position: relative;
	user-select: none;
	transition: color 0.2s;
}

.author-welcome__tabs ul span:before {
	content: attr(data-text);
	font-weight: 500;
	position: absolute;
	top: 6px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #3F5EC8;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

.author-welcome__tabs ul li.active span {
	color: transparent;
	cursor: default;
}

.author-welcome__tabs ul li.active span:before {
	opacity: 1;
}

.author-welcome__tabs ul li.active span:after {
	content: '';
	display: block;
	height: 2px;
	background: #3F5EC8;
	border-radius: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.author-content {
	padding: 39px 0 40px;
}

.author-content__item:not(:first-child) {
	display: none;
}

.partner-info {
	padding-bottom: 25px;
	/* 	border-bottom: 1px solid #eee;
	margin-bottom: 39px; */
}

.partner-info__container {
	width: 100%;
	height: 2973px;
	background: red;
}

.author-post {
	padding: 4px 0 1px;
}

.author-post__container {
	width: 65.6%;
	padding: 0 100px 0 0;
	margin: -8px 0 0;
}

.author-post__total {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #A4A4A4;
	margin: -7px 0 13px;
}

.author-post__total span {
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #242424;
	margin-left: 1px;
}

.author-post__posts {
	margin-bottom: 12px;
}

.author-info {
	padding: 4px 0 27px;
}

.author-info__container {
	width: 66.6%;
	padding: 0 100px 0 0;
}

.author-info__content {
	padding: 3px 0 0;
}

.author-post_shortcode {
	padding: 0;
	font-family: 'Inter', sans-serif;
	line-height: 1;
	color: #242424;
}

/* Author Catalog
-----------------------------------------------------------------------------*/
.authorcat-welcome {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}

.authorcat-welcome__wrapper {
	position: relative;
}

.authorcat-welcome__bg {
	position: absolute;
	top: -45px;
	right: -140px;
	bottom: 0;
}

.authorcat-welcome__container {
	display: flex;
	position: relative;
	padding: 40px 0 32px;
}

.authorcat-welcome__left {
	width: 43.15%;
	padding-right: 50px;
}

.authorcat-welcome__right {
	width: 56.85%;
	padding: 5px 0 0 0;
}

.authorcat-welcome__text {
	width: 331px;
	max-width: 100%;
	padding: 0 0 0 23px;
	border-left: 1px solid #E6E6E6;
	color: #747595;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.42px;
}

.authorcat-welcome__text a {
	display: inline-block;
	color: #3F5EC8;
}

.authorcat-welcome__text a i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 7px;
}

.authorcat-welcome__text a i svg {
	fill: #3F5EC8;
}

.authorcat-welcome__tabs {
	position: relative;
	margin: -13px 0 0;
}

.authorcat-welcome__tabs ul {
	display: flex;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.authorcat-welcome__tabs ul span {
	display: block;
	padding: 6px 13px 9px;
	cursor: pointer;
	position: relative;
	user-select: none;
	transition: color 0.2s;
}

.authorcat-welcome__tabs ul span:before {
	content: attr(data-text);
	font-weight: 500;
	position: absolute;
	top: 6px;
	left: -10px;
	right: -10px;
	white-space: nowrap;
	color: #3F5EC8;
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
}

.authorcat-welcome__tabs ul li.active span {
	color: transparent;
	cursor: default;
}

.authorcat-welcome__tabs ul li.active span:before {
	opacity: 1;
}

.authorcat-welcome__tabs ul li.active span:after {
	content: '';
	display: block;
	height: 2px;
	background: #3F5EC8;
	border-radius: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.authorcat-main__item:not(:first-child) {
	display: none;
}

.partner-catalog {
	padding: 43px 0 30px;
}

.partner-catalog__container {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 0 0;
	margin: 0 -10px;
}

.partner-catalog__col {
	width: 25%;
	padding: 0 10px 20px;
}

.partner-item {
	display: block;
	height: 100%;
	padding: 24px;
	border-radius: 10px;
	border: 1px solid var(--grey-200, #E6E6E6);
	position: relative;
	background: #FFF;
	text-decoration: none;
	overflow: hidden;
}

.partner-item__bg {
	line-height: 0;
	position: absolute;
	top: -1px;
	right: -1px;
}

.partner-item__image {
	width: 110px;
	height: 110px;
	line-height: 0;
	position: relative;
	margin-bottom: 16px;
}

.partner-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.partner-item__content {
	position: relative;
}

.partner-item__title {
	font-family: 'Manrope';
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.66px;
	margin-bottom: 2px;
}

.partner-item__status {
	color: #636363;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.56px;
}

.authorcat-main .page-content__main {
	padding: 43px 70px 50px 0;
}

.authorcat-main .page-content__main .section-title {
	margin-bottom: 14px;
}

.page-template-tpl_authors .authorcat-welcome__text {
	width: 400px;
}

.authorcat-list {
	padding: 60px 0 24px;
}

.authorcat-list__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.authorcat-list__col {
	width: 25%;
	padding: 0 10px 26px;
}

.authorcat-list .author-item {
	border-color: #E6E6E6;
}

/* About
-----------------------------------------------------------------------------*/
.about-what {
	padding: 27px 0 60px;
}

.about-what__container {
	display: flex;
}

.about-what__content {
	width: calc(100% - 360px);
	padding: 33px 130px 0 0;
}

.about-what__bigtext {
	font-weight: 500;
	font-size: 24px;
	line-height: 142%;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}

.about-what__text {
	font-size: 19px;
	line-height: 153%;
	letter-spacing: -0.05em;
}

.about-what__text p {
	margin-bottom: 20px;
}

.about-what__image {
	width: 360px;
	padding: 33px 0 0;
}

.about-what__image figure img {
	border-radius: 5px;
	margin-bottom: 10px;
}

.about-what__image figcaption {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.about-parts {
	padding: 60px 0;
	background: #F0F1F5;
}

.about-parts__desc {
	width: 600px;
	max-width: 100%;
	margin: -2px 0 24px;
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
}

.about-parts__container {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
}

.about-parts__col {
	width: 33.3333333333333%;
	padding: 0 32px 24px;
}

.about-parts__col:not(:last-child) {
	border-right: 1px solid #eee;
}

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

.about-parts__image {
	display: flex;
	align-items: center;
	height: 89px;
	border-bottom: 1px solid #eee;
	flex-shrink: 0;
}

.about-parts__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 23px 0 13px;
}

.about-parts__top {
	margin-bottom: 44px;
}

.about-parts__name {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #111;
	margin-bottom: 11px;
}

.about-parts__text {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.about-parts__text p:not(:last-child) {
	margin-bottom: 9px;
}

.about-parts__links {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #000000;
}

.about-parts__links li:not(:last-child) {
	margin-bottom: 12px;
}

.about-parts__links a {
	display: inline-flex;
	align-items: center;
	color: #3F5EC8;
}

.about-parts__links a i {
	display: block;
	line-height: 0;
	margin: -2px 0 -2px 10px;
}

.about-parts__links a svg {
	fill: #3F5EC8;
}

.about-history {
	padding: 60px 0;
}

.about-history__container {
	display: flex;
	padding: 6px 0 0 0;
}

.about-history__content {
	width: calc(100% - 360px);
	padding: 0 130px 0 0;
}

.about-history__text {
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
}

.about-history__text p {
	margin-bottom: 20px;
}

.about-history__text_more {
	display: none;
}

.about-history__image {
	width: 360px;
}

.about-history__image figure img {
	border-radius: 10px;
	margin-bottom: 10px;
}

.about-history__image figcaption {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #636363;
}

.about-history__more {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #3F5EC8;
}

.about-history__more div {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}

.about-history__more div:hover {
	text-decoration: none;
}

.about-history__more i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 14px;
}

.about-history__more i svg {
	fill: #3F5EC8;
	transform: rotate(90deg);
}

.about-history__more.opened i svg {
	transform: rotate(-90deg);
}

.about-team {
	padding: 60px 0 33px;
	background: #F0F1F5;
}

.about-team__desc {
	width: 680px;
	max-width: 100%;
	margin: -2px 0 25px;
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
}

.about-team__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.about-team__col {
	width: 25%;
	padding: 0 10px 26px;
}

.about-team-guests {
	padding: 60px 0 33px;
}

.author-item {
	display: block;
	height: 100%;
	padding: 22px 23px 23px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.author-item-guests {
	display: block;
	height: 100%;
	padding: 22px 23px 23px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background: #F0F1F5;
}

.author-item:hover {
	border-color: #A8A8BC;
}

.author-item__bg {
	line-height: 0;
	position: absolute;
	top: -1px;
	right: -1px;
}

.author-item__image {
	width: 110px;
	height: 110px;
	line-height: 0;
	position: relative;
	margin: 0 0 17px;
}

.author-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
}

.author-item__name {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.03em;
	position: relative;
	margin-bottom: 4px;
}

.author-item__status {
	display: inline-block;
	min-height: 20px;
	padding: 0 6px;
	background: #EFEEFF;
	border-radius: 12px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	position: relative;
	color: #372DA6;
}

.about-team__slider,
.about-team__control {
	display: none;
}

.about-contacts {
	padding: 60px 0;
	background: #F0F1F5;
}

.about-contacts__container {
	display: flex;
	margin: 0 -20px;
}

.about-contacts__col {
	width: 33.33333333%;
	padding: 6px 20px 0;
}

.about-contacts__label {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #A8A8BC;
	margin-bottom: 13px;
}

.about-contacts__label i {
	line-height: 0;
	margin-right: 6px;
}

.about-contacts__label i svg {
	fill: #FF4949;
}

.about-contacts__text {
	font-weight: 600;
	font-size: 19px;
	line-height: 150%;
	letter-spacing: -0.05em;
}

.about-contacts__text a {
	font-weight: 500;
	color: #3F5EC8;
}

.about-contacts__text i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 6px;
}

.about-contacts__text i svg {
	fill: #3F5EC8;
}

/* Subscribe
-----------------------------------------------------------------------------*/
.page-template-tpl_subscribe {
	background: #3F5EC8;
}

.subscribe-header {
	padding: 21px 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.subscribe-header__logo {
	width: 108px;
}

.subscribe {
	overflow: hidden;
	color: #fff;
}

.subscribe__wrapper {
	position: relative;
	padding: 140px 0 79px;
}

.subscribe__bg {
	position: absolute;
	top: -44px;
	right: -267px;
	opacity: 0.1;
}

.subscribe__container {
	display: flex;
	position: relative;
	margin-bottom: 61px;
}

.subscribe__left {
	width: 50%;
	padding: 10px 50px 0 0;
}

.subscribe .page-title {
	color: #fff;
}

.subscribe__list {
	padding: 2px 0 0;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.45px;
}

.subscribe__list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 15px;
}

.subscribe__list li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.subscribe__list li i svg {
	fill: #FFB4B4;
}

.subscribe__right {
	width: 50%;
	padding: 0 0 0 20px;
}

.subscribe-form {
	width: 440px;
	max-width: 100%;
	border-radius: 10px;
	padding: 22px 23px;
	border: 1px solid #F0F1F5;
	background: #fff;
	color: #353535;
	position: relative;
}

.subscribe-form__head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.subscribe-form__icon {
	width: 20px;
	height: 20px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 8px;
}

.subscribe-form__icon span {
	display: flex;
	transform: translateX(-60px);
	animation: subscribePlay 10s steps(15, end) infinite;
}

.subscribe-form__icon i {
	flex-shrink: 0;
}

@keyframes subscribePlay {
	100% {
		transform: translateX(0px)
	}
}

.subscribe-form__title {
	font-family: 'Manrope';
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.66px;
	color: #111;
}

.subscribe-form .form-input {
	margin-bottom: 12px;
}

.subscribe-form .form-input__label {
	margin-bottom: 9px;
}

.subscribe-form .form-input input {
	border-color: #A8A8BC;
}

.subscribe-form__btn .button {
	width: 100%;
	height: 45px;
}

.subscribe-form__text {
	color: #A8A8BC;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	margin-top: 40px;
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: #dc3232 !important;
}


.subscribe-footer {
	flex: 0 0 auto;
	padding: 42px 0 0;
	background: #1C2E6C;
	color: #fff;
	position: relative;
}

.subscribe-footer__container {
	display: flex;
	margin-bottom: 18px;
}

.subscribe-footer__left {
	width: 50%;
	padding: 7px 30px 0 0;
}

.subscribe-footer__logo {
	width: 108px;
	margin-bottom: 9px;
}

.subscribe-footer__desc {
	width: 400px;
	max-width: 100%;
	color: #929CB9;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -0.65px;
}

.subscribe-footer__desc a {
	font-weight: 500;
	color: #929CB9;
}

.subscribe-footer__desc a i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-left: 4px;
	transform: translateY(-1px);
}

.subscribe-footer__desc a i svg {
	fill: #929CB9;
}

.subscribe-footer__right {
	width: 50%;
	padding: 0 0 0 20px;
}

.subscribe-footer__menus {
	display: flex;
	margin: 0 -20px;
}

.subscribe-footer__menu {
	width: 50%;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.39px;
	padding: 0 20px;
}

.subscribe-footer__menu li {
	margin-bottom: 16px;
}

.subscribe-footer__menu a {
	color: #fff;
	text-decoration: none;
}

.subscribe-footer__menu a i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	transform: translateY(-1px);
	margin-left: 5px;
}

.subscribe-footer__menu a i svg {
	fill: #fff;
}

.subscribe-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #33437B;
	padding: 18px 0 48px;
}

.subscribe-footer__text {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #7782A7;
}

.subscribe-footer__text a {
	color: #7782A7;
	text-decoration: none;
}

.subscribe-footer__text a:hover {
	color: #fff;
}

.thankyou {
	padding: 63px 0 201px;
	position: relative;
	overflow: hidden;
}

.thankyou__bg-1 {
	position: absolute;
	top: 13px;
	left: 121px;
}

.thankyou__bg-2 {
	position: absolute;
	top: 0;
	right: 51px;
}

.thankyou__container {
	text-align: center;
	position: relative;
}

.thankyou__icon {
	margin-bottom: 8px;
}

.thankyou .page-title {
	margin-bottom: 15px;
}

.thankyou__link {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.thankyou__link a {
	text-decoration: none;
}

.thankyou__link a i {
	display: inline-block;
	line-height: 0;
	margin-left: 5px;

	transform: translateY(1px);
}


/* 404
-----------------------------------------------------------------------------*/
.page404 {
	padding: 64px 0 134px;
	position: relative;
	overflow: hidden;
}

.page404__bg-1 {
	position: absolute;
	top: 0;
	left: 0;
}

.page404__bg-2 {
	position: absolute;
	top: 0;
	right: 0;
}

.page404__container {
	text-align: center;
	position: relative;
}

.page404__icon {
	margin-bottom: 14px;
}

.page404__icon .dot {
	transition: opacity 0.1s;
}

.page404__icon svg:not([class]) .dot_1,
.page404__icon svg:not([class]) .dot_4,
.page404__icon .step_1 .dot_1,
.page404__icon .step_1 .dot_4,
.page404__icon .step_2 .dot_1,
.page404__icon .step_2 .dot_2,
.page404__icon .step_3 .dot_1,
.page404__icon .step_3 .dot_4,
.page404__icon .step_4 .dot_3,
.page404__icon .step_4 .dot_4 {
	opacity: 0;
}

.page404 .page-title {
	width: 490px;
	max-width: 100%;
	margin: 0 auto 28px;
}

.page404__link {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin: -7px 0 0;
}

.page404__link a i {
	display: inline-block;
	line-height: 0;
	margin-left: 5px;
	transform: translateY(1px);
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	flex: 0 0 auto;
	padding: 60px 0 0;
	background: #1C2E6C;
	color: #fff;
	position: relative;
}

.site-footer .subscribe-block {
	margin-bottom: 60px;
}

.site-footer_container {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px 29px;
}

.site-footer__col {
	width: 25%;
	padding: 0 20px;
}

.footer-logo {
	display: block;
	text-decoration: none;
	color: #fff;
}

.footer-logo__image {
	margin-bottom: 7px;
}

.footer-logo__text {
	font-size: 12px;
	line-height: 140%;
	letter-spacing: -0.04em;
}

.footer-title {
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #7782A7;
	margin-bottom: 9px;
}

.footer-menu:not(:last-child) {
	margin-bottom: 31px;
}

.footer-menu ul {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.footer-menu ul li {
	margin-bottom: 8px;
}

.footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-menu ul li a:hover {
	color: #FFB4B4;
	text-decoration: underline;
}

.footer-contacts {
	margin-bottom: 47px;
}

.footer-contacts__list {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.footer-contacts__list li {
	margin-bottom: 8px;
}

.footer-contacts__list li a {
	color: #fff;
	text-decoration: none;
}

.footer-contacts__list li a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer-contacts__list li a span svg {
	fill: #FF4949;
}

.footer-contacts__list li a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.footer-contacts__list li a i svg {
	fill: #fff;
}

.footer-contacts__list li a:hover {
	color: #FFB4B4;
	text-decoration: underline;
}

.footer-contacts__list li a:hover span svg,
.footer-contacts__list li a:hover i svg {
	fill: #FFB4B4;
}

.footer-social__items {
	display: flex;
	flex-wrap: wrap;
	padding: 3px 10px 0 0;
}

.footer-social__items a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
	margin: 0 10px 10px 0;
}

.footer-social__items a:last-child {
	margin-right: 0;
}

.footer-social__items a:hover {
	background: #030542;
}

.footer-social__items a.icon-1 svg {
	fill: #1778F2;
}

.footer-social__items a.icon-2 svg {
	fill: url(#gradient-instagram);
}

.footer-social__items a.icon-3 svg {
	fill: #FF4949;
}

.footer-social__items a.icon-4 svg {
	fill: #4E6CBC;
}

.footer-social__items a.icon-5 svg {
	fill: #27B0FD;
}

.footer-social__items a.icon-6 svg {
	fill: #030542;
}

.footer-social__items a.icon-1:hover {
	background: #1778F2;
}

.footer-social__items a.icon-2:hover {
	background: linear-gradient(37.82deg, #FFDD55 6.3%, #FE7168 24.15%, #FB5085 42.78%, #C23DD5 64.1%, #287FFF 103.68%);
}

.footer-social__items a.icon-3:hover {
	background: #FF4949;
}

.footer-social__items a.icon-4:hover {
	background: #4E6CBC;
}

.footer-social__items a.icon-5:hover {
	background: #27B0FD;
}

.footer-social__items a:hover svg {
	fill: #fff;
}

.footer-sitelink {
	font-size: 13px;
	line-height: 130%;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
}

.footer-sitelink a {
	color: #fff;
	text-decoration: none;
}

.footer-sitelink a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer-sitelink a span svg {
	fill: #FF4949;
}

.footer-sitelink a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.footer-sitelink a i svg {
	fill: #fff;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #33437B;
	padding: 20px 0 38px;
}

.site-footer__text {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #7782A7;
}

.site-footer__text a {
	color: #7782A7;
	text-decoration: none;
}

.site-footer__text a:hover {
	color: #fff;
}

.message-copied {
	visibility: hidden;
	opacity: 0;
	transform: translateX(100px);
	width: 320px;
	padding: 15px 10px;
	background: #000;
	border-radius: 4px;
	color: #fff;
	transition: all 0.2s;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
}

.message-copied.opened {
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}

.message-copied__title {
	font-size: 16px;
	line-height: 22px;
}

/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel {
	visibility: hidden;
	opacity: 0;
	top: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	position: fixed;
	background: #fff;
	transition: all 0.2s ease-out 0s;
	z-index: 101;
}

.mobile-panel.show {
	visibility: visible;
	opacity: 1;
}

.mobile-search {
	position: relative;
}

.mobile-search i {
	position: absolute;
	top: 10px;
	left: 14px;
	pointer-events: none;
}

.mobile-search input {
	width: 100%;
	height: 35px;
	padding: 0 10px 0 32px;
	background: #F0F1F5;
	border: 1px solid #F0F1F5;
	border-radius: 6px;
	font-size: 11px;
	letter-spacing: -0.03em;
	color: #747595;
}

.mobile-menu {
	border-bottom: 1px solid #eee;
	padding: 18px 0 4px;
}

.mobile-menu:last-child {
	border-bottom: none;
}

.mobile-menu>ul>li {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.03em;
	position: relative;
	margin-bottom: 17px;
}

.mobile-menu>ul>li>a {
	display: inline-block;
	padding: 3px 0;
	text-decoration: none;
	color: #030542;
	position: relative;
}

.mobile-menu>ul>li>a:hover,
.mobile-menu>ul>li.active>a {
	font-weight: 500;
}

.mobile-menu>ul>li>a:hover:after,
.mobile-menu>ul>li.active>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #3F5EC8;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mobile-container {
	max-height: calc(100vh - 50px - 82px);
	padding: 24px 10px 0;
	overflow-y: auto;
}

.mobile-btn {
	border-top: 1px solid #eee;
	background: #fff;
	padding: 23px 10px 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.mobile-btn .button {
	width: 100%;
}

/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	margin: auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 3px solid #dbdddd;
	height: auto;
	margin: 0 0 5px 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12pt;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1190px) {
	.inner {
		margin-left: 15px;
		margin-right: 15px;
	}

	.site-container {
		padding-top: 50px;
	}

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid #eee;
		z-index: 10;
	}

	.header-main__container {
		padding: 13px 0;
	}

	.header-top,
	.header-search,
	.header-nav {
		display: none;
	}

	.touch-menu {
		display: block;
	}

	.touch-menu__open,
	.touch-menu__close {
		display: inline-flex;
		align-items: center;
		font-weight: 500;
		font-size: 13px;
		line-height: 130%;
		letter-spacing: -0.03em;
		cursor: pointer;
		user-select: none;
	}

	.touch-menu__close {
		display: none;
	}

	.touch-menu.active .touch-menu__open {
		display: none;
	}

	.touch-menu.active .touch-menu__close {
		display: inline-flex;
	}

	.touch-menu i {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 17px;
		line-height: 0;
		margin: 0 6px 0 4px;
	}

	.header-logo {
		width: 94px;
	}

	.header-btn .button {
		height: auto;
		padding: 3px 0px;
		background: none;
		border: none;
		font-size: 13px;
		line-height: 130%;
		display: inline-block;
		letter-spacing: -0.03em;
		color: #242424;
		position: relative;
	}

	.header-btn .button:after {
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		background: #FF4949;
		border-radius: 3px;
		position: absolute;
		bottom: 0;
		left: calc(50% - 8px);
	}

	.page-title {
		font-size: 40px;
	}

	.section-main__left {
		padding: 20px 20px 20px 0;
	}

	.section-main__right {
		padding: 20px 0 20px 20px;
	}

	.section-category {
		padding: 40px 0;
	}

	.section-category__left {
		padding: 0 30px 0 0;
	}

	.post-tophead__image {
		width: 85px;
		height: 65px;
		margin-bottom: 20px;
	}

	.post-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.post-head__author {
		margin: 0 0 15px
	}

	.share__icon {
		margin: 0 8px 0 0;
	}

	.share__total {
		margin-left: 5px;
	}

	.page-content__main {
		padding: 30px 30px 30px 0;
	}

	.page-content__sidebar {
		padding: 30px 0 30px 30px;
	}

	.page-head__container {
		padding: 50px 0 70px;
	}

	.page-head__title {
		font-size: 50px;
	}

	body.page .page-content__main {
		padding: 11px 0px 30px 0;
	}

	.about-what__content {
		padding: 33px 30px 0 0;
	}

	.about-history__content {
		padding: 0 30px 0 0;
	}

	.about-parts__col {
		padding: 0 15px 24px;
	}

	.about-team__col {
		width: 50%;
	}

	.webinar-watch__duration {
		font-size: 20px;
	}

	.subscribe-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.subscribe__wrapper {
		padding: 90px 0 50px;
	}

	/* .subscribe__wrapper{
		padding: 40px 0;
	}
	.subscribe__left {
		padding-right: 30px;
	} */
	.author-info__container {
		width: 100%;
		padding: 0;
	}

	.partner-item__title,
	.author-item__name {
		font-size: 18px;
	}

	.site-footer {
		padding: 40px 0 0;
	}

	.site-footer_container {
		margin: 0 -10px 25px;
	}

	.site-footer__col {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 767px) {
	.site-wrapper {
		overflow: hidden;
	}

	.button {
		height: 33px;
		font-size: 13px;
	}

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

	.share_handler {
		position: static;
	}

	.share__overlay {
		visibility: hidden;
		opacity: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.80);
		backdrop-filter: blur(2.5px);
		z-index: 10;
		transition: opacity 0.2s;
	}

	.share.show .share__overlay {
		visibility: visible;
		opacity: 1;
	}

	.share__close {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 34px;
		height: 34px;
		border-radius: 34px;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.share__popup {
		width: 300px;
		padding: 26px 15px 16px;
		position: relative;
		top: auto;
		left: auto;
		z-index: 11;
	}

	.share__popup::before {
		display: none;
	}

	.share__title {
		font-weight: 600;
		letter-spacing: -0.48px;
	}

	.share__popup .copy-url {
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.36px;
		padding: 5px 17px;
		margin: 0 -6px 11px;
	}

	.share__popup .share__item:not(.copy-url) {
		width: 50%;
		padding: 0 10px 8px;
		display: flex;
		align-items: center;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.36px;
		text-decoration: none;
	}

	.share__popup .share__icon {
		margin: 0 7px 0 0;
	}

	.section-main {
		padding-bottom: 3px;
		border-bottom: 8px solid #F0F1F5;
	}

	.section-main__container {
		flex-direction: column;
	}

	.section-main__left {
		width: 100%;
		padding: 10px 0 9px;
	}

	.main-large__image {
		height: auto;
		margin-bottom: 8px;
	}

	.main-large__image img {
		object-fit: cover;
		min-height: 172px;
	}

	.main-large__title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.post-info__tag {
		height: 18px;
		padding: 1px 8px;
		font-size: 11px;
	}

	.post-info__pin {
		width: 18px;
		height: 18px;
	}

	.post-info__pin svg {
		width: 8px;
		height: 12px;
	}

	.post-info__partner {
		height: 18px;
		font-size: 11px;
	}

	.post-info__partner i {
		width: 18px;
		height: 18px;
	}

	.section-main__right {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		border: none;
	}

	.main-small {
		border: none !important;
		border-top: 1px solid #eee !important;
		padding: 13px 10px 9px !important;
		margin: 0 -10px !important;
	}

	.main-small:first-child {
		order: 3;
		border: none !important;
	}

	/* .main-small__title{
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 6px;
	} */
	.main-small__image {
		height: auto;
		margin: -13px 0 10px;
	}

	.main-small__title {
		font-family: 'Manrope';
		font-weight: 600;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.8px;
	}

	.section-trending {
		padding: 19px 0 3px;
		border-bottom: 8px solid #F0F1F5;
	}

	.section-trending__container {
		flex-direction: column;
		margin-top: -14px;
	}

	.section-trending__col {
		width: 100%;
		padding: 14px 10px 13px;
		border-bottom: 1px solid #eee;
	}

	.section-trending__col:last-child {
		border: none;
	}

	.section-trending__top {
		display: flex;
	}

	.section-trending__image {
		width: 110px;
	}

	.section-trending__content {
		width: calc(100% - 110px);
		padding: 0 0 0 10px;
	}

	.section-trending__title {
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 5px;
	}

	.section-category {
		padding: 19px 0 0;
	}

	.section-category__container {
		flex-direction: column;
		padding: 3px 0 0;
	}

	.section-category__left {
		width: 100%;
		padding: 0 0 17px;
	}

	.section-category__posts {
		/* border-top: 1px solid #eee; */
		margin: -9px 0 14px;
	}

	.section-category__right {
		width: 100%;
		padding: 0;
	}

	.category-popular {
		padding: 16px 16px 8px;
		margin: 0 0;
	}

	.category-popular:before {
		top: -6px;
		left: -10px;
		right: -10px;
	}

	.category-popular__title {
		font-size: 16px;
		letter-spacing: -0.03em;
		margin-bottom: 9px;
	}

	.category-popular__list li {
		margin: 0 4px 8px;
	}

	.category-popular__list li a {
		padding: 4px 12px 6px;
		font-size: 13px;
	}

	.category-popular__more {
		margin-bottom: 8px;
	}

	.section-category .subscribe-block {
		margin: 0 -10px;
		background: #F0F1F5;
		padding: 8px 10px;
	}

	.page-content__container {
		flex-direction: column;
	}

	.page-content__main {
		width: 100%;
		padding: 17px 0 16px;
	}

	.filter {
		padding: 0 10px;
		margin: 0 -10px;
	}

	.filter__container {
		margin-bottom: 10px;
	}

	.filter-control {
		margin: 0 0 1px;
	}

	.filter__content {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 20px 10px;
		z-index: 20;
	}

	.filter__content.show {
		visibility: visible;
		opacity: 1;
	}

	.filter__result {
		font-size: 12px;
		letter-spacing: -0.03em;
		margin: 0 10px 0 0;
	}

	.filter__handler {
		display: inline-flex !important;
		align-items: center;
		background: #fff;
		padding: 5px 13px;
		border: 1px solid #E3E3E3;
		border-radius: 100px;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
		cursor: pointer;
		user-select: none;
	}

	.filter__handler i {
		display: block;
		line-height: 0;
		margin-right: 5px;
	}

	.filter__handler i svg {
		fill: #3F5EC8;
	}

	.filter__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #E6E6E6;
		padding: 12px 0 17px;
	}

	.filter__headline {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.filter__headline span {
		font-family: 'Manrope';
		font-weight: 700;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		color: #030542;
	}

	.filter__headline i {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 18px;
		height: 18px;
		background: #3F5EC8;
		border-radius: 50%;
		font-size: 11.25px;
		line-height: 120%;
		letter-spacing: -0.04em;
		text-transform: uppercase;
		color: #F6F6F6;
		margin: 1px 0 0 7px;
	}

	.filter__close {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 22px;
		height: 22px;
		cursor: pointer;
		transform: translate(-2px, 2px);
	}

	.filter__contentscroll {
		margin-right: -10px;
		padding-right: 10px;
		max-height: calc(100vh - 20px - 52px);
		overflow-y: auto;
	}

	.filter.checked .filter__contentscroll {
		max-height: calc(100vh - 20px - 73px - 52px);
	}

	.filter__content .filter-control {
		border-bottom: 1px solid #E6E6E6;
		margin: 0;
		padding-bottom: 7px;
	}

	.filter__content .filter-control__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 0 12px;
	}

	.filter__content .filter-control__headline {
		display: block;
		font-size: 15px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: #252525;
		margin-right: 30px;
	}

	.filter__content .filter-control ul {
		margin: 0;
	}

	.filter-control ul .filter-control__clear {
		display: none;
	}

	.filter__items {
		flex-direction: column;
	}

	.filter-item {
		margin: 0;
		border-bottom: 1px solid #E6E6E6;
	}

	.filter-item__handler {
		display: block;
		border: none;
		padding: 15px 0 16px;
		font-size: 15px;
		line-height: 130%;
		letter-spacing: -0.03em;
		position: relative;
	}

	.filter-label-num {
		display: none;
		width: auto;
		height: auto;
		background: none;
		border-radius: 0;
		font-size: inherit;
		line-height: inherit;
		letter-spacing: inherit;
		text-transform: none;
		color: #3F5EC8;
		margin-left: 3px;
	}

	.filter-label-num[style="display: inline;"] {
		display: inline !important;
	}

	.filter-label-num:before {
		content: '(';
	}

	.filter-label-num:after {
		content: ')';
	}

	.filter-item__handler i {
		margin: 0;
		position: absolute;
		top: calc(50% - 4px);
		right: 6px;
	}

	.filter-item__popup {
		width: 100% !important;
		border: none;
		border-radius: 0;
		padding: 0 0 11px;
		margin: -10px 0 0;
		position: relative;
		top: auto;
		left: auto !important;
	}

	.filter-item__popup ul {
		max-height: none;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.filter-item__popup ul li>label>span {
		padding: 8px 16px 7px 20px;
	}

	.filter-item__popup ul li>label>span:before {
		top: 10px;
		left: 0;
	}

	.filter-item__popup ul li>label>span:hover,
	.filter-item_sort ul span:hover {
		background: none;
	}

	.filter-item_sort ul span {
		padding: 14px 0 13px 0;
	}

	.filter-item__more {
		display: block;
		padding: 8px 0 5px;
	}

	.filter-item__more span {
		color: #3F5EC8;
		font-size: 13px;
		font-weight: 500;
		line-height: 130%;
		letter-spacing: -0.39px;
		text-decoration: underline;
		cursor: pointer;
	}

	.filter-item__more div {
		display: inline;
	}

	.filter-item__more.opened i {
		display: none;
	}

	.more-item {
		display: none;
	}

	.more-item.show {
		display: block;
	}

	.filter-control__btn {
		padding: 16px 20px 24px;
		background: #F0F1F5;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.filter.checked .filter-control__btn {
		display: block;
	}

	.filter-control__btn button {
		width: 100%;
		font-size: 14px;
	}

	.catalog-posts__container {
		border-top: 1px solid #eee;
	}

	.catalog-nav__viewed {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.catalog-nav__btn button {
		padding: 8px 10px;
		font-size: 13px;
	}

	.search-notfound {
		padding: 20px 0 0;
	}

	.search-notfound__item {
		margin-bottom: 10px;
	}

	.search-notfound__title {
		font-size: 16px;
		letter-spacing: -0.03em;
		margin-bottom: 3px;
	}

	.search-notfound__title i {
		margin-right: 8px;
	}

	.search-notfound__title i svg {
		width: 9px;
		height: 13px;
	}

	.search-notfound__container {
		padding: 3px 0 0;
	}

	.search-notfound__text {
		font-size: 13px;
		line-height: 130%;
	}

	.filter-notfound {
		padding: 16px 0 26px;
	}

	.filter-notfound__icon {
		width: 32px;
		height: 32px;
		margin: 0 auto 12px;
	}

	.filter-notfound__title {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.48px;
		margin: 0 50px 8px;
	}

	.filter-notfound__text {
		font-size: 13px;
		letter-spacing: -0.39px;
	}

	.webinar-item {
		padding: 11px;
		margin-bottom: 6px;
	}

	.webinar-item__content {
		width: calc(100% - 65px);
		padding-right: 20px;
	}

	.webinar-item__top {
		min-height: 48px;
	}

	.webinar-item .post-info {
		margin-bottom: 4px;
	}

	.webinar-item__title {
		font-size: 14px;
		line-height: 127%;
		margin-bottom: 8px;
	}

	.webinar-item__image {
		width: 65px;
		height: 48px;
	}

	.webinar-item__image img {
		border-radius: 3px;
	}

	.webinar-item__control {
		margin-right: -85px;
	}

	.webinar-item__btn {
		margin-right: 6px;
	}

	.webinar-item__btn .button {
		padding: 4px 10px;
		letter-spacing: -0.03em;
	}

	.webinar-item__date {
		font-size: 11px;
		line-height: 130%;
		letter-spacing: -0.03em;
	}

	.webinar-archive .site-a {
		margin: 16px 0;
	}

	.post-main {
		margin-bottom: 32px;
	}

	.post-head {
		border-bottom: 1px solid #E3E3E3;
		padding: 12px 10px 24px;
		margin: 0 -10px 33px;
	}

	.post-head__author {
		width: 100%;
	}

	.post-head__authorimage {
		margin-right: 6px;
	}

	.post-head__authorimage i {
		width: 40px;
		height: 40px;
	}

	.post-head__authorimage i:not(:first-child) {
		margin-left: 3px;
	}

	.post-head__authorname {
		font-size: 13px;
	}

	.post-revision {
		margin: -3px 0 0;
	}

	.post-body {
		font-size: 16px;
		line-height: 163%;
		letter-spacing: -0.03em;
	}

	.post-body p {
		margin-bottom: 12px;
	}

	.post-body h2 {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		margin: 15px 0 11px;
	}

	.post-body h3 {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.03em;
	}

	.post-body blockquote {
		padding: 15px 10px 16px 47px;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin: 12px 0;
	}

	.post-body blockquote::before {
		width: 33px;
		height: 20px;
		top: 20px;
	}

	.post-note {
		font-size: 16px;
		line-height: 162%;
		letter-spacing: -0.03em;
		padding: 0 0 0 16px;
		margin: 12px 0;
		position: relative;
	}

	.post-note::before {
		width: 4px;
	}

	.post-gallery {
		margin: 12px 0;
	}

	.post-gallery__num {
		font-size: 13px;
		margin-bottom: 0;
	}

	.post-gallery__text {
		min-height: 17px;
		font-size: 12px;
	}

	.post-body figure a:before,
	.post-gallery .post-gallery__image a:before,
	.post-video__block a::before {
		width: 34px;
		height: 34px;
		background-size: 17px 17px;
		right: 7px;
		bottom: 7px;
	}

	.post-video__desc {
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
	}

	.post-video__block a {
		margin-bottom: 9px;
	}

	.post-video__block a:after {
		width: 38px;
		height: 38px;
		top: calc(50% - 19px);
		left: calc(50% - 19px);
	}

	.youtube-video {
		margin: 26px 0;
	}

	.post-block-1 {
		margin: 16px 0;
	}

	.post-block-1__head {
		padding: 16px 18px 11px;
		font-size: 10px;
	}

	.post-block-1__head i {
		margin-right: 5px;
	}

	.post-block-1__head i svg {
		width: 7px;
	}

	.post-block-1__content {
		padding: 14px 15px 17px;
	}

	.post-block-1__title {
		font-size: 20px;
		line-height: 112%;
		letter-spacing: -0.04em;
		margin-bottom: 10px;
	}

	.post-block-1__text {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.post-block-1__btn a {
		padding: 9px 15px 8px;
		font-size: 12px;
		letter-spacing: -0.03em;
	}

	.post-block-1__subtext {
		font-size: 12px;
		margin: 15px 0 -5px;
	}

	.post-block-2 {
		margin: 16px 0;
	}

	.post-block-2__head {
		padding: 15px 15px 12px;
	}

	.post-block-2__head>span {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-right: 5px;
	}

	.post-block-2__partner {
		transform: translateY(-2px);
	}

	.post-block-2__icon {
		width: 16px;
		height: 16px;
		margin-right: 2px;
	}

	.post-block-2__name {
		font-size: 12px;
		line-height: 120%;
	}

	.post-block-2__content {
		padding: 0 15px 1px;
		margin-top: -4px;
	}

	.post-block-2__content li {
		padding: 15px 0 14px;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
	}

	.post-block-3 {
		margin: 16px 0;
	}

	.post-block-3__head {
		padding: 13px 17px 9px;
	}

	.post-block-3__head>i {
		margin-right: 6px;
	}

	.post-block-3__head>span {
		margin-right: 3px;
	}

	.post-block-3__tag a {
		font-size: 11px;
	}

	.post-block-3__content {
		padding: 0px 16px 2px;
		margin-top: -3px;
	}

	.post-block-3__content li {
		padding: 15px 0;
		font-size: 14px;
		line-height: 125%;
		letter-spacing: -0.03em;
	}



	.post-table {
		margin: 16px 0 35px;
		padding-bottom: 5px;
		overflow-y: auto;
	}

	.post-table table th,
	.post-table table td {
		height: 45px;
		padding: 5px 8px;
		font-size: 13px;
		line-height: 130%;
		letter-spacing: -0.39px;
	}




	.post-a {
		margin: 16px 0;
	}

	.post-a__text span {
		font-size: 11px;
	}

	.post-a__text::before,
	.post-a__text::after {
		opacity: 0;
	}

	.post-share {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0 9px;
		margin-bottom: 17px;
	}

	.post-share__title {
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
		margin: 0 0 7px;
	}

	.post-tags {
		padding: 0 0 16px;
	}

	.post-tags__title {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		margin-bottom: 13px;
	}

	.post-tags__list a {
		padding: 5px 12px;
		font-size: 13px;
		line-height: 130%;
	}

	.post-useful {
		margin-bottom: 18px;
	}

	.post-useful__head {
		padding: 15px 15px 11px;
	}

	.post-useful__head i svg {
		width: 12px;
	}

	.post-useful__container {
		flex-direction: column;
	}

	.post-useful__left {
		width: 100%;
		padding: 0 0 3px;
	}

	.post-useful__title {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
	}

	.post-useful__subtitle {
		margin: 12px 0 8px;
	}

	.post-useful__right {
		width: 100% !important;
		padding: 0 !important;
	}

	.post-useful__blocks {
		padding: 18px 15px 9px;
	}

	.post-useful__block {
		padding: 0;
	}

	.post-useful__checkboxes {
		padding: 12px 0 0;
	}

	.post-useful__btns button {
		min-width: 80px;
		margin: 5px;
	}

	.post-useful__list li:not(:last-child) {
		margin-bottom: 6px;
	}

	.post-useful__textarea textarea {
		height: 90px;
	}

	.post-useful__block_0 .post-useful__title {
		text-align: center;
	}

	.post-useful__share-title {
		margin: 12px 0 5px;
	}

	.post-useful__btn button {
		font-size: 13px;
		letter-spacing: -0.03em;
	}

	.post-related__posts {
		/* border-top: 1px solid #eee; */
		margin: -14px 0 0;
	}

	.post-stories {
		border-top: 8px solid #F0F1F5;
		padding: 16px 10px 5px;
		margin: 0 -10px 0;
	}

	.post-stories__title {
		font-size: 20px;
		letter-spacing: -0.03em;
		margin-bottom: 15px;
	}

	.post-stories__posts {
		/* border-top: 1px solid #eee; */
		margin: -12px 0 0;
	}

	.post-stories__item {
		padding: 11px 0 10px;
	}

	.post-stories__name {
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 7px;
	}

	.post-join {
		background: #F0F1F5;
		padding: 8px 10px;
		margin: 0 -10px 18px;
	}

	.post-join__container {
		padding: 16px 25px;
	}

	.post-join__icon {
		margin-bottom: 7px;
	}

	.post-join__icon svg {
		width: 24px;
		height: 24px;
	}

	.post-join__title {
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.8px;
		margin-bottom: 8px;
	}

	.post-join__link a {
		padding: 8px 11px 9px;
		font-size: 13px;
	}

	.post-related .more-link {
		padding-top: 16px;
	}

	.page-content__sidebar {
		display: none;
	}



	body.page .page-content__container {
		flex-direction: column-reverse;
	}

	body.page .page-content__main {
		padding: 0 0 28px;
	}

	body.page .page-content__sidebar {
		display: block;
		width: 100%;
		padding: 19px 0 0;
	}

	.page-nav {
		position: static;
		padding: 0 10px;
		margin: 0 -10px;
		border-bottom: 1px solid #eee;
	}

	.page-nav__title {
		display: block;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		padding-left: 14px;
		margin: 0 0 11px;
	}

	.page-body h2::before,
	.page-nav__title::before {
		top: 5px;
	}

	.page-nav ul {
		font-size: 13px;
		line-height: 130%;
	}

	.page-nav li {
		margin-bottom: 16px;
	}

	.page-nav ul ul li {
		font-weight: normal;
	}

	.page-nav li a.active,
	.page-nav li.parent-active>a {
		color: inherit;
	}

	.page-body {
		font-size: 16px;
		line-height: 162%;
		letter-spacing: -0.03em;
	}

	.page-body p {
		margin-bottom: 16px;
	}

	.page-body h2 {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		padding-left: 15px;
		margin: 16px 0 12px;
	}

	.page-body h3 {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin: 12px 0 3px;
	}

	.page-body ul {
		margin-left: 18px;
	}

	.page-body ul ul {
		margin-top: 3px;
		margin: 5px 0 0 18px;
	}

	.page-body ul li {
		margin-bottom: 4px;
	}

	.page-body a i {
		transform: translateY(2px);
	}

	.page-body a i svg {
		width: 14px;
		height: 14px;
	}

	.author-welcome {
		overflow: visible;
	}

	.author-welcome__wrapper {
		padding: 24px 0 0;
	}

	.author-welcome__bg {
		display: none;
	}

	.author-welcome__container {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.author-welcome__left {
		width: 100%;
		padding: 0 0 24px;
	}

	.author-welcome__left:last-child {
		padding-bottom: 0;
	}

	.author-welcome__info {
		width: 100%;
	}

	.author-welcome__image {
		width: 64px;
		height: 64px;
		margin-right: 8px;
	}

	.author-welcome__image img {
		border-radius: 3px;
	}

	.author-welcome__content {
		padding: 0;
	}

	.author-welcome__name {
		font-size: 24px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 3px;
	}

	.author-welcome__status {
		font-size: 13px;
		line-height: 130%;
		letter-spacing: -0.03em;
	}

	.author-welcome__right {
		width: 100%;
		padding: 0;
		display: none;
	}

	.author-welcome__right:before {
		display: none;
	}

	.welcome-partner__i span {
		font-size: 13px;
	}

	.welcome-partner__i i {
		margin: 0 1px 0 2px;
	}

	.author-welcome__desc {
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
		margin: 5px 0 8px;
	}

	.author-welcome__link a {
		font-size: 13px;
	}

	.author-welcome__link a i {
		margin-left: 3px;
	}

	.author-welcome__link a i svg {
		width: 10px;
		height: 10px;
	}

	.author-welcome__tabs ul {
		font-size: 13px;
	}

	.author-welcome__tabs ul span {
		padding: 6px 8px 5px;
	}

	.partner-info {
		padding-bottom: 0;
		border: none;
		margin-bottom: 15px;
	}

	.partner-info__container {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

	.author-content {
		padding: 14px 0 15px;
	}

	.author-post__total {
		margin: -8px 0 17px;
	}

	.author-post__container {
		width: 100%;
		padding: 0;
		margin: -15px 0 0;
	}

	.authorcat-welcome__bg {
		display: none;
	}

	.authorcat-welcome__container {
		flex-direction: column;
		padding: 19px 0 19px;
	}

	.authorcat-welcome__left {
		width: 100%;
		padding: 0;
	}

	.authorcat-welcome__right {
		width: 100%;
		padding: 1px 0 0 0;
	}

	.authorcat-welcome__text {
		border: #000;
		padding: 0;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.36px;
	}

	.authorcat-welcome__text a i {
		width: 10px;
		height: 10px;
		margin-left: 5px;
	}

	.authorcat-welcome__tabs ul {
		font-size: 13px;
	}

	.authorcat-welcome__tabs ul span {
		padding: 6px 8px 5px;
	}

	.partner-catalog {
		padding: 19px 0 6px;
	}

	.partner-catalog__container {
		padding: 0;
		margin-top: -5px;
	}

	.partner-catalog__col {
		width: 100%;
		padding: 0 10px 10px;
	}

	.partner-item {
		display: flex;
		align-items: center;
		padding: 15px 15px;
		border-radius: 5px;
	}

	.partner-item__bg {
		top: -1px;
		right: auto;
		left: -10px;
	}

	.partner-item__image {
		width: 70px;
		height: 70px;
		margin: 0;
	}

	.partner-item__content {
		width: calc(100% - 70px);
		padding: 0 0 14px 12px;
	}

	.partner-item__title {
		font-size: 16px;
		font-weight: 700;
		line-height: 130%;
		letter-spacing: -0.48px;
		margin-bottom: 3px;
	}

	.partner-item__status {
		font-size: 12px;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.36px;
	}

	.authorcat-main .page-content__main {
		padding: 19px 0 16px;
	}

	.page-template-tpl_authors .authorcat-welcome {
		border-bottom: none;
	}

	.page-template-tpl_authors .authorcat-welcome__container {
		padding: 19px 0 15px;
	}

	.authorcat-list {
		padding: 0 0 6px;
	}

	.authorcat-list__col {
		width: 100%;
		padding: 0 10px 10px;
	}

	.authorcat-list .author-item {
		width: auto;
	}


	.single-webinar .post-head {
		margin-bottom: 16px;
	}

	.single-webinar .post-main {
		margin-bottom: 17px;
	}

	.webinar-watch {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 16px;
		margin-bottom: 16px;
	}

	.webinar-watch__duration {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		margin: 0 0 11px;
	}

	.webinar-watch__duration i {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}

	.webinar-watch__btn {
		margin-left: 28px;
	}

	.webinar-watch__btn .button {
		height: 33px;
		padding: 4px 11px;
		font-size: 13px;
		letter-spacing: -0.03em;
	}

	.post-speakers__item {
		flex-direction: column;
		padding: 15px;
		margin-bottom: 12px;
	}

	.post-speakers__image {
		width: 80px;
		height: 80px;
	}

	.post-speakers__content {
		width: 100%;
		padding: 24px 0 0 0;
	}

	.post-speakers__title {
		font-size: 16px;
		line-height: 160%;
		letter-spacing: -0.03em;
		margin-bottom: 5px;
	}

	.post-speakers__text {
		font-size: 16px;
		line-height: 162%;
		letter-spacing: -0.03em;
	}

	.webinar-form {
		border-radius: 10px;
	}

	.webinar-form__head {
		padding: 16px 18px 11px;
	}

	.webinar-form__head i svg {
		width: 8px;
		height: 10px;
	}

	.webinar-form__content {
		padding: 15px 16px 23px;
	}

	.webinar-form__thankyou {
		padding: 20px 30px 10px;
	}

	.webinar-form__icon {
		width: 32px;
		height: 32px;
		margin: 0 auto 10px;
	}

	.webinar-form__title {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		margin-bottom: 8px;
	}

	.webinar-form__text {
		font-size: 13px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 17px;
	}

	.webinar-form .form-checkbox {
		margin-bottom: 12px;
	}

	.webinar-form .form-btn {
		padding-top: 4px;
	}

	.webinar-form .form-btn .button {
		height: 33px;
		font-size: 13px;
		letter-spacing: -0.03em;
		padding: 4px 11px;
	}

	.webinar-success {
		padding: 30px 12px 33px;
		border-radius: 10px;
	}

	.webinar-success__icon {
		width: 25px;
		margin: 0 auto 11px;
	}

	.webinar-success__title {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.8px;
		margin-bottom: 9px;
	}

	.webinar-success__text {
		font-size: 13px;
		letter-spacing: -0.39px;
	}

	.post-related__webinars {
		margin: 0 0 17px;
	}



	.section-title {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.04em;
		margin-bottom: 16px;
	}

	body .qtip-content {
		font-size: 13px !important;
		line-height: 130%;
		letter-spacing: -0.39px;
	}

	.only-mobile {
		display: block;
	}

	.only-desktop {
		display: none;
	}

	.page-title {
		font-size: 24px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 12px;
	}

	.form-input {
		margin-bottom: 20px;
	}

	.form-input__label {
		font-size: 11px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 4px;
	}

	.form-input input {
		height: 40px;
	}

	.form-checkbox label>span {
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
	}

	.form-checkbox label>span:before {
		top: 0;
	}



	.styled-select__current {
		height: 40px;
		padding: 13px 32px 13px 15px;
		font-size: 12px;
		letter-spacing: -0.36px;
	}

	.styled-select__current i {
		top: 13px;
	}

	.styled-select__list {
		padding: 3px 0;
		font-size: 12px;
		letter-spacing: -0.36px;
	}

	.styled-select__list span {
		display: block;
		padding: 14px 35px 13px 11px;
	}




	.subscribe-block__container {
		min-height: 0;
		flex-direction: column-reverse;
		text-align: center;
	}

	.subscribe-block__left {
		width: 100%;
		padding: 0 30px 37px;
	}

	.subscribe-block__title {
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.8px;
		margin: 0 0 3px;
	}

	.subscribe-block__text {
		font-size: 13px;
		/* margin-bottom: 17px; */
	}

	.subscribe-block__text a {
		display: block;
		margin-top: 8px;
	}

	.subscribe-block__right {
		width: 100%;
		padding: 35px 30px 12px;
	}

	.subscribe-block__community span {
		font-size: 8px;
		padding: 3px 11px;
	}

	.subscribe-block__community i {
		display: none;
	}

	.subscribe-block__map {
		/* position: absolute;
		top: -95px;
		left: -50px;
		opacity: 0.5; */
	}




	.post-item {
		align-items: flex-start;
		padding: 14px 10px 9px;
		margin: 0 -10px;
	}

	.post-item__content {
		width: calc(100% - 65px);
		padding-right: 30px;
	}

	.post-item__title {
		font-size: 14px;
		letter-spacing: -0.03em;
		margin: -1px 0 7px;
	}

	.post-item__image {
		width: 65px;
		height: 48px;
	}

	.more-link {
		font-size: 13px;
		line-height: 130%;
		text-align: center;
	}

	.more-link i {
		margin-left: 4px;
	}

	.more-link i svg {
		width: 5px;
		height: 9px;
	}

	.site-a {
		background: #F0F1F5;
		padding: 7px 25px 15px;
		margin: 0 -10px;
		text-align: center;
	}

	.site-a__text {
		font-size: 11px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: #747595;
		text-align: center;
		margin-bottom: 10px;
	}

	.page-head__bg-1,
	.page-head__bg-2 {
		display: none;
	}

	.page-head__bg-3,
	.page-head__bg-4 {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		line-height: 0;
		overflow: hidden;
	}

	.page-head__bg-3 {
		left: 0;
	}

	.page-head__bg-4 {
		right: 0;
	}

	.page-head__container {
		padding: 40px 0 67px;
	}

	.page-head__icon {
		width: 40px;
		margin: 0 auto 7px;
	}

	.page-head__title {
		font-size: 24px;
	}

	.page-head__links {
		font-size: 13px;
		margin-top: 15px;
	}

	.page-head__links li a,
	.page-head__links li span {
		padding: 0 9px 5px;
	}

	.page-main_nosidebar {
		padding: 20px 0;
	}

	.about-what {
		padding: 16px 0 24px;
	}

	.about-what__container {
		flex-direction: column;
	}

	.about-what__content {
		width: 100%;
		padding: 0 0 16px;
	}

	.about-what__bigtext {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 12px;
	}

	.about-what__text {
		font-size: 16px;
		line-height: 162%;
		letter-spacing: -0.48px;
	}

	.about-what__image {
		width: 100%;
		padding: 0;
	}

	.about-parts {
		padding: 25px 0 18px;
	}

	.about-parts__desc {
		font-size: 16px;
		line-height: 160%;
		letter-spacing: -0.03em;
		margin: -4px 0 17px;
	}

	.about-parts__container {
		flex-direction: column;
		background: none;
		border-radius: 0;
	}

	.about-parts__col {
		width: 100%;
		padding: 0 0 6px;
		border: none !important;
	}

	.about-parts__item {
		background: #FFFFFF;
		border-radius: 10px;
	}

	.about-parts__image {
		height: 48px;
		padding: 10px 16px;
	}

	.about-parts__image img {
		width: auto;
		max-height: 16px;
	}

	.about-parts__content {
		padding: 17px 16px;
	}

	.about-parts__top {
		margin-bottom: 12px;
	}

	.about-parts__name {
		font-size: 16px;
		line-height: 130%;
		margin-bottom: 3px;
	}

	.about-parts__text {
		font-size: 14px;
		line-height: 142%;
		letter-spacing: -0.04em;
	}

	.about-parts__text p:not(:last-child) {
		margin-bottom: 6px;
	}

	.about-parts__links {
		font-size: 13px;
	}

	.about-parts__links li:not(:last-child) {
		margin-bottom: 8px;
	}

	.about-parts__links a i {
		margin-left: 7px;
	}

	.about-parts__links a svg {
		width: 14px;
		height: 14px;
	}

	.about-history {
		padding: 16px 0 24px;
	}

	.about-history__container {
		flex-direction: column;
		padding: 0;
		margin: -3px 0 0;
	}

	.about-history__content {
		width: 100%;
		padding: 0 0 16px;
	}

	.about-history__text {
		font-size: 16px;
		line-height: 161%;
		letter-spacing: -0.03em;
	}

	.about-history__text p {
		margin-bottom: 15px;
	}

	.about-history__text strong {
		font-size: 18px;
		line-height: 131%;
		letter-spacing: -0.02em;
	}

	.about-history__image {
		width: 100%;
		padding: 0;
	}

	.about-history__more {
		font-size: 13px;
		line-height: 130%;
		margin: -2px 0 0;
	}

	.about-history__more i {
		margin-left: 11px;
	}

	.about-history__more i svg {
		width: 6px;
		height: 12px;
	}

	.about-history__image {
		width: 200px;
	}

	.about-history__image figure img {
		border-radius: 3px;
	}

	.author-item {
		display: flex;
		align-items: center;
		width: 280px;
		padding: 15px;
		border-radius: 5px;
	}

	.author-item-guests {
		display: flex;
		align-items: center;
		width: 280px;
		padding: 15px;
		border-radius: 5px;
	}

	.author-item__bg {
		right: auto;
		left: -28px;
	}

	.author-item__image {
		width: 70px;
		height: 70px;
		flex-shrink: 0;
		margin: 0 12px 0 0;
	}

	.author-item__image img {
		border-radius: 3px;
	}

	.author-item__name {
		font-size: 16px;
		line-height: 130%;
		margin: 2px 0 4px;
	}

	.author-item__status {
		min-height: 18px;
		padding: 2px 4px;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.03em;
	}

	.about-team__col {
		width: 100%;
	}

	.about-team__foot {
		height: 24px;
		display: block;
		padding: 0 16px;
	}

	.about-contacts {
		padding: 24px 0 14px;
	}

	.about-contacts__container {
		flex-direction: column;
		margin: 0;
	}

	.about-contacts__col {
		width: 100%;
		padding: 0 0 11px;
	}

	.about-contacts__label {
		font-size: 11px;
		line-height: 130%;
		letter-spacing: -0.03em;
		margin-bottom: 8px;
	}

	.about-contacts__label i {
		margin-right: 5px;
	}

	.about-contacts__label i svg {
		width: 7px;
		height: 10px;
	}

	.about-contacts__text {
		font-weight: 500;
		font-size: 15px;
		line-height: 128%;
		letter-spacing: -0.03em;
	}

	.about-contacts__text a {
		font-size: 15px;
		line-height: 150%;
		letter-spacing: -0.05em;
	}

	.about-contacts__text i svg {
		width: 14px;
		height: 14px;
	}

	.subscribe-header {
		padding: 14px 0 13px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.subscribe-header__logo {
		width: 93px;
	}

	.subscribe__bg {
		display: none;
	}

	.subscribe__container {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.subscribe__left {
		width: 100%;
		padding: 0 0 17px;
	}

	.subscribe__wrapper {
		padding: 31px 0 17px;
	}

	.subscribe__list {
		width: 220px;
		max-width: 100%;
		font-size: 13px;
		line-height: 130%;
		letter-spacing: -0.39px;
		padding: 0;
	}

	.subscribe__list li {
		padding-left: 15px;
		margin-bottom: 8px;
	}

	.subscribe__list li i {
		top: 2px;
	}

	.subscribe__right {
		width: 100%;
		padding: 0;
	}

	.subscribe-form {
		padding: 15px 15px;
	}

	.subscribe-form__head {
		margin-bottom: 18px;
	}

	.subscribe-form__icon {
		margin: -3px 3px -3px -3px;
		transform: scale(0.7);
	}

	.subscribe-form__title {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.35px;
	}

	.subscribe-form .form-input {
		margin-bottom: 18px;
	}

	.subscribe-form .form-input__label {
		margin-bottom: 3px;
	}

	.subscribe-form__btn .button {
		height: 33px;
	}

	.subscribe-form__text {
		font-size: 11px;
		line-height: 130%;
		letter-spacing: -0.33px;
		margin-top: 24px;
	}

	.subscribe-footer {
		flex: 0 0 auto;
		padding: 20px 0 0;
	}

	.subscribe-footer__container {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.subscribe-footer__left {
		width: 100%;
		padding: 0 0 25px;
	}

	.subscribe-footer__logo {
		width: 95px;
		margin-bottom: 6px;
	}

	.subscribe-footer__desc {
		font-size: 11px;
		line-height: 140%;
		letter-spacing: -0.44px;
	}

	.subscribe-footer__right {
		width: 100%;
		padding: 0;
	}

	.subscribe-footer__menus {
		margin: 0 -5px;
	}

	.subscribe-footer__menu {
		padding: 0 5px;
	}

	.subscribe-footer__menu li {
		margin-bottom: 8px;
	}

	.subscribe-footer__menu li br {
		display: none;
	}

	.subscribe-footer__menu a i {
		width: 8px;
		margin-left: 4px;
	}

	.subscribe-footer__bottom {
		padding: 15px 0 21px;
	}


	/* .subscribe__bg{
		width: 240px;
		top: 17px;
		right: -130px;
	}
	.subscribe__container{
		flex-direction: column;
		margin-bottom: 15px;
	}
	.subscribe__left{
		width: 100%;
		padding: 0 0 8px;
	}
	.subscribe__wrapper {
		padding: 31px 0 32px;
	}
	.subscribe__blocks{
		flex-direction: column;
		font-size: 13px;
		padding: 4px 0 0;
	}
	.subscribe__blocks li{
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin-bottom: 8px;
	}
	.subscribe__blocks li i{
		margin: 0 10px 0 0;
	}
	.subscribe__blocks li br{
		display: none;
	}
	.subscribe__right{
		width: 100%;
		padding: 0;
	}
	.subscribe-form__head {
		padding: 17px 16px 13px;
		font-size: 16px;
	}
	.subscribe-form__content {
		padding: 15px 16px 24px;
	}
	.subscribe-form__bottom{
		align-items: center;
	}
	.subscribe-form__btn{
		margin-right: 15px;
	}
	.subscribe-form__btn .button{
		min-width: 108px;
	}
	.subscribe-form__text{
		font-size: 11px;
	}
	.subscribe__info-1{
		font-size: 12px;
		line-height: 120%;
		letter-spacing: -0.02em;
		margin-bottom: 6px;
	}
 */
	.thankyou {
		padding: 130px 0 220px;
	}

	.thankyou__bg-2 {
		width: 225px;
		top: -37px;
		right: -83px;
	}

	.thankyou__bg-1 {
		width: 165px;
		top: auto;
		bottom: -36px;
		left: -36px;
	}

	.thankyou .page-title {
		margin-bottom: 12px;
	}

	.thankyou__icon {
		margin-bottom: 0;
	}

	.thankyou__icon svg {
		width: 64px;
		height: 64px;
	}

	.thankyou__link {
		font-size: 13px;
		line-height: 130%;
	}

	.thankyou__link a i {
		margin-left: 2px;
	}

	.thankyou__link i svg {
		width: 4px;
		height: 10px;
	}

	.page404 {
		padding: 112px 0 203px;
	}

	.page404__bg-1 {
		width: 260px;
		top: -190px;
		left: calc(50% - 130px);
		transform: rotate(90deg);
	}

	.page404__bg-2 {
		width: 260px;
		top: auto;
		bottom: -161px;
		left: calc(50% - 130px);
		transform: rotate(90deg);
	}

	.page404__container {
		margin: 0 15px;
	}

	.page404__icon {
		margin-bottom: 10px;
	}

	.page404__icon svg {
		width: 64px;
		height: 64px;
	}

	.page404 .page-title {
		margin-bottom: 17px;
	}

	.page404__link {
		font-size: 13px;
		line-height: 130%;
	}

	.page404__link a i {
		margin-left: 2px;
	}

	.page404__link i svg {
		width: 4px;
		height: 10px;
	}

	.site-footer {
		padding: 10px 0 0;
	}

	.site-footer_container {
		flex-direction: column;
		margin: 0;
	}

	.site-footer__col {
		width: 100%;
		padding: 0 0 16px;
	}

	.site-footer .subscribe-block {
		margin-bottom: 20px;
	}

	.footer-logo__image {
		width: 144px;
		margin-bottom: 5px;
	}

	.footer-logo__text {
		font-size: 10px;
	}

	.footer-menu ul li {
		padding-right: 15px;
	}

	.site-footer__col_2 .footer-menu ul {
		columns: 2;
	}

	.site-footer__col_3 {
		columns: 2;
	}

	.site-footer__col_4 {
		display: flex;
		flex-direction: column-reverse;
		border-top: 1px solid #33437B;
		padding: 15px 0 2px;
		margin: -8px 0 0;
		text-align: center;
	}

	.site-footer__col_4 .footer-title {
		display: none;
	}

	.footer-social__items {
		justify-content: center;
		padding: 3px 0 5px;
	}

	.footer-social__items a {
		margin: 0 5px 10px;
	}

	.footer-contacts {
		margin-bottom: 0;
	}

	.footer-contacts__list {
		line-height: 140%;
	}

	.footer-contacts__list li {
		margin-bottom: 16px;
	}

	.footer-contacts__list li br {
		display: none;
	}

	.site-footer__bottom {
		padding: 15px 0 20px;
	}










}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {
	.main-large__image {
		height: 172px;
	}

	.main-small__image {
		height: 172px;
	}
}

@media only screen and (max-width: 360px) {}

.author-td .author-welcome__name,
.author-ielts .author-welcome__name,
.author-bell .author-welcome__name {
	display: none;
}

/*  Hiding a box - Popular on CICNEWS */
.category-popular {
	display: none;
}


/*  Ordered Lists  */
.post-body ol li,
.page-body ol li {

	list-style-type: decimal !important;
}

ol>li::marker {
	font-weight: bold;
}

/*  End Ordered Lists  */