@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Medium'), local('OpenSans-Medium'),
		url('../fonts/OpenSans-Medium.woff2') format('woff2'),
		url('../fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
		url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
		url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
		url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
		url('../fonts/OpenSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
		url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
		url('../fonts/OpenSans-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Medium Italic'), local('OpenSans-MediumItalic'),
		url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
		url('../fonts/OpenSans-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
		url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
		url('../fonts/OpenSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('../fonts/OpenSans-Light.woff2') format('woff2'),
		url('../fonts/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
		url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
		url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
		url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
		url('../fonts/OpenSans-Italic.woff2') format('woff2'),
		url('../fonts/OpenSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
body {
	font: 400 16px/1.3 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #092c47;
	background: #fff;
}

html {
	height: 100%;
	min-height: 100%;
}

ul {
	margin: 0;
	padding: 0;
}
iframe body {
	background: #b4c2e1 !important; /* Задаем белый фон */
}

ul li {
	list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #092c47;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

.h1,
h1 {
	font-size: 30px;
}

.h2,
h2 {
	font-size: 24px;
}

.h3,
h3 {
	font-size: 20px;
}

.h4,
h4 {
	font-size: 16px;
}

.h5,
h5 {
	font-size: 16px;
}

.h6,
h6 {
	font-size: 14px;
}

@media (max-width: 1680px) {
	.h1,
	h1 {
		font-size: 30px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.h3,
	h3 {
		font-size: 20px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h5,
	h5 {
		font-size: 16px;
	}
	.h6,
	h6 {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.h1,
	h1 {
		font-size: 30px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.h3,
	h3 {
		font-size: 20px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h5,
	h5 {
		font-size: 16px;
	}
	.h6,
	h6 {
		font-size: 14px;
	}
	body,
	p {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.h1,
	h1 {
		font-size: 30px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.h3,
	h3 {
		font-size: 20px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h5,
	h5 {
		font-size: 16px;
	}
	.h6,
	h6 {
		font-size: 14px;
	}
	body,
	p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.h1,
	h1 {
		font-size: 30px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.h3,
	h3 {
		font-size: 20px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h5,
	h5 {
		font-size: 16px;
	}
	.h6,
	h6 {
		font-size: 14px;
	}
	body,
	p {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.h1,
	h1 {
		font-size: 30px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.h3,
	h3 {
		font-size: 20px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h5,
	h5 {
		font-size: 16px;
	}
	.h6,
	h6 {
		font-size: 14px;
	}
}

a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	padding: 0;
}

hr {
	box-sizing: content-box;
	height: 1px;
	background: #8495a3;
	margin: 20px 0;
	border: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font: 1em monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: none;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #092c47;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

:focus {
	outline: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

label {
	display: block;
}

iframe {
	border: 0;
}

button:focus {
	outline: 0;
}

body {
	font: 400 16px/1.3 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #092c47;
	background: #fff;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
}
main .container {
	max-width: unset;
}
/* @media (max-width:1680px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:992px) {
    .container {
        max-width: 750px
    }
} */

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

.flex,
.row {
	display: flex;
	flex-wrap: wrap;
}

.flex {
	align-items: center;
}

p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.red {
	color: red;
}

.red a,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5 {
	color: red;
}

#root,
.app,
body,
html {
	min-height: 100vh;
}

main {
	flex: 1;
	display: flex;
	flex-direction: column;
}

main > .container {
	flex: 1;
}

main > .container > .row {
	height: 100%;
}

.main_row {
	display: flex;
	flex-wrap: nowrap;
}

@media only screen and (min-width: 992px) {
	.main_row .content {
		flex: 1;
	}
}

.mb80 {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.mb80 {
		margin-bottom: 40px;
	}
}

.last_section {
	margin-bottom: 50px;
}

header {
	position: relative;
	min-height: 80px;
	border-bottom: 1px solid #e6e9ec;
}

header .container_fluid {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 16;
}

header .row {
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

header .row .header_left {
	flex-basis: 235px;
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding-left: 30px;
}

@media (max-width: 992px) {
	header .row .header_left {
		text-align: left;
	}
}
@media (max-width: 768px) {
	header .row .header_left {
		padding-left: 0;
	}
}
@media (max-width: 576px) {
	header .row .header_left {
		flex-basis: auto;
	}
}

header .row .header_left img {
	margin-bottom: -3px;
	object-fit: contain;
}

header .row .header_left .header_menu {
	justify-content: center;
}

@media (max-width: 992px) {
	header .row .header_left .header_menu {
		justify-content: flex-start;
	}
}

header .row .header_left .header_menu a {
	font-size: 9px;
	text-transform: uppercase;
	color: #0e6aed;
	font-weight: 600;
	margin: 5px;
}

header .row .header_left .header_menu a:hover {
	color: #267af2;
}

header .row .header_right {
	flex-basis: 100%;
	padding-left: 50px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

header .row .header_right .hamburger {
	display: none;
}

header .row .header_right a:not(.language-switcher__link, .blue_btn),
.btn-language-switcher {
	color: #476175;
	font-size: 14px;
	font-weight: 600;
}
.btn-language-switcher {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-right: 18px;
	line-height: 22px;
}
.btn-language-switcher__icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.btn-language-switcher span:not(.arrow_rotate) {
	text-transform: uppercase;
	color: inherit;
	margin-right: 3px;
}
.arrow_rotate {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(315deg);
	margin-left: 8px;
	transition: 0.3s;
}
.arrow_rotate:before,
.arrow_rotate:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-left: 2px solid #476175;
	border-bottom: 2px solid #476175;
}

.bnt_with-arrow_rotate.active {
	color: #0e6aed;
}
.bnt_with-arrow_rotate.active .arrow_rotate:before,
.bnt_with-arrow_rotate.active .arrow_rotate:after {
	border-color: #0e6aed;
}
.bnt_with-arrow_rotate.active .arrow_rotate {
	transform: rotate(135deg);
}
@media (max-width: 1200px) {
	header .row .header_right .ask_btn {
		display: none;
	}
}

header .row .header_right .search_btn {
	margin-right: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 100%;
	padding: 10px 8px;
	flex: 1;
	justify-content: space-between;
	gap: 8px;
	min-width: 40px;
	overflow: hidden;
}
.search_btn-wrap {
	display: flex;
	gap: 4px;
	align-items: center;
}
.search_btn-wrap * {
	font-size: 14px;
	line-height: 22px;
	color: #a9b3bc;
}
header .row .header_right .search_btn svg {
	width: 20px;
}
header .row .header_right .search_btn path {
	fill: #0e6aed;
}
.btn_only-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #c1cad1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
@media (max-width: 800px) {
	header .row .header_right .search_btn {
		display: none;
	}
}

.megamenu {
	width: 100%;
	position: absolute;
	display: none;
	/* top: -300vh; */
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
	/* overflow: hidden; */
}

.megamenu .container {
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.megamenu .container {
		flex-wrap: wrap;
	}
}

.megamenu .container .megamenu_left {
	flex-basis: 25%;
	position: relative;
	flex-basis: 25%;
	padding: 50px;
	background-color: #f6f9ff;
	position: relative;
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_left {
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_left {
		flex-basis: 33.3%;
		padding-top: 50px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left {
		flex-basis: 100%;
		order: 1;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.megamenu .container .megamenu_left::before {
	content: ' ';
	position: absolute;
	left: -50vw;
	top: 0;
	width: 50vw;
	height: 100%;
	content: ' ';
	position: absolute;
	left: -50vw;
	top: 0;
	width: 50vw;
	height: 100%;
	background-color: #f6f9ff;
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left::before {
		display: none;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left .megamenu_left_img {
		order: -1;
		max-width: 200px;
	}
}

.megamenu .container .megamenu_left .megamenu_left_title {
	font-weight: 700;
	font-size: 16px;
	color: #092c47;
	margin-bottom: 15px;
}

.megamenu .container .megamenu_left .megamenu_left_text {
	font-size: 16px;
	color: #22445f;
}

.megamenu .container .megamenu_left .megamenu_left_link {
	color: #0e6aed;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin: 15px 0 20px;
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left .megamenu_left_link {
		margin-bottom: 0;
	}
}

.megamenu .container .megamenu_center {
	flex-basis: 35%;
	padding: 50px;
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_center {
		padding: 30px;
		flex-basis: 35%;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_center {
		flex-basis: 33.3%;
		padding-top: 50px;
	}
}

.megamenu .container .megamenu_center li {
	margin-bottom: 10px;
	color: #22445f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.megamenu .container .megamenu_center li:hover {
	color: #0e6aed;
}

.megamenu .container .megamenu_center li a {
	display: flex;
	align-items: center;
}

.megamenu .container .megamenu_center li img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.megamenu .container .megamenu_right {
	flex-basis: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	flex-basis: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_right {
		flex-basis: 40%;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_right {
		flex-basis: 33.3%;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_right {
		flex-basis: 50%;
		order: 3;
		padding: 30px 0 20px;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right {
		flex-basis: 100%;
		order: 2;
		padding-top: 0;
		position: relative;
	}
	.megamenu .container .megamenu_right::before {
		content: ' ';
		position: absolute;
		width: 120vw;
		height: 1px;
		background-color: #e6e9ec;
		left: -10vw;
		bottom: 0;
	}
}

.megamenu .container .megamenu_right .megamenu_right_wrapper {
	padding: 60px 40px;
	text-align: center;
	border: 1px dashed #428ff2;
	border-radius: 4px;
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 20px;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 0;
		border: none;
	}
}

.megamenu .container .megamenu_right .megamenu_right_title {
	color: #092c47;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_title {
		display: none;
	}
}

.megamenu .container .megamenu_right .megamenu_right_subtitle {
	color: #476175;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_subtitle {
		display: none;
	}
}

.megamenu .container .megamenu_right .megamenu_right_small_text {
	font-size: 12px;
	color: #476175;
	margin-bottom: 10px;
}
.megamenu .container .megamenu_right .megamenu_right_small_text p {
	color: inherit;
	font-size: inherit;
}
.megamenu .container .megamenu_right .megamenu_right_small_text img {
	max-width: 15px;
	margin-right: 5px;
}
.megamenu_upload_wrapper {
	margin-top: 25px;
	margin-bottom: 20px;
}

.megamenu_upload_wrapper .megamenu_upload_btn {
	background-color: #0e6aed;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border-radius: 3px;
	height: 50px;
	margin: auto;
	padding: 5px 16px;
}
@media (max-width: 576px) {
	.megamenu_upload_wrapper .megamenu_upload_btn {
		width: 100%;
	}
}
.megamenu_right_small_text_note {
	display: flex;
	justify-content: center;
	align-items: center;
}
.megamenu_upload_wrapper .megamenu_upload_btn img {
	margin-right: 10px;
	max-width: 20px;
}

.megamenu_upload_wrapper input {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sidebar_wrapper {
	position: relative;
}
/* hide scroll-x */
.sidebar_wrapper .sidebar::-webkit-scrollbar {
	width: 0;
}
.sidebar_wrapper .sidebar {
	scrollbar-width: thin;
}
@media (max-width: 800px) {
	.sidebar_wrapper {
		overflow: scroll;
		width: 385px;
		padding-left: 20px;
		min-height: 100vh;
		position: fixed;
		left: -385px;
		top: 0;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
		z-index: 20;
	}
	.sidebar_wrapper.active {
		left: 0;
		transition: all 0.3s ease-in-out;
	}
	.sidebar_wrapper .sidebar_sticky {
		position: unset;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper {
		width: 285px;
	}
}

.sidebar_wrapper .sidebar_btn {
	background-color: #0e6aed;
	border: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: 5px;
	z-index: 8;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
}

.sidebar_wrapper .sidebar_btn.active {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar_btn {
		display: none;
	}
}

.sidebar_wrapper .sidebar_btn img {
	margin-left: -2px;
}
.sidebar_sticky {
	position: sticky;
	top: 0;
}
body.admin-bar .sidebar_sticky {
	top: 30px;
}
.sidebar_wrapper .sidebar {
	padding-left: 30px;
	padding-top: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	width: 235px;
	height: 100%;
	border-right: 1px solid #e6e9ec;
}

@media (max-width: 992px) {
	.sidebar_wrapper .sidebar {
		width: 200px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar {
		border-right: 0;
		width: 365px;
		overflow: scroll;
		position: absolute;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar {
		width: 265px;
	}
}

.sidebar_wrapper .sidebar.active {
	width: 30px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar.active {
		width: 350px;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar.active {
		width: 220px;
	}
}

.sidebar_wrapper .sidebar .sidebar_item {
	margin-bottom: 15px;
	padding-right: 15px;
	width: 185px;
	position: relative;
}

@media (max-width: 992px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 170px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 320px;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 220px;
	}
}

.sidebar_wrapper .sidebar .sidebar_item h5 {
	position: relative;
	margin-bottom: 10px;
	color: #22445f;
	cursor: pointer;
	padding-right: 20px;
}

.sidebar_wrapper .sidebar .sidebar_item h5 img {
	position: absolute;
	left: -30px;
	top: 5px;
	max-width: 16px;
	max-height: 16px;
	object-fit: contain;
}
.sidebar_wrapper .sidebar .sidebar_item h5 svg {
	position: absolute;
	left: -30px;
	top: 5px;
	max-width: 16px;
	max-height: 16px;
	object-fit: contain;
}
.sidebar_wrapper .sidebar .sidebar_item .sidebar_toggle_btn {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 6px;
	cursor: pointer;
	background: url(../images/aside-icon/top-arrow.svg) no-repeat;
	background-size: 11px !important;
	background-position: center right !important;
}

/* .sidebar_wrapper .sidebar .sidebar_item .sidebar_toggle_btn.active {
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
} */

.sidebar_wrapper .sidebar .sidebar_item ul.active {
	height: 0;
	overflow: hidden;
	margin-bottom: -10px;
}

.sidebar_wrapper .sidebar .sidebar_item ul li {
	color: #22445f;
	margin-bottom: 8px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.sidebar_wrapper .sidebar .sidebar_item ul li a {
	color: #22445f;
}
.sidebar_wrapper .sidebar .sidebar_item ul li a:hover {
	color: #0e6aed;
}
.sidebar_wrapper .sidebar .sidebar_item ul li span {
	font-size: 12px;
}

.menu_toogle_btn {
	display: none;
	position: fixed;
	bottom: 72px;
	right: 15px;
	z-index: 9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background-color: #267af2;
	align-items: center;
	justify-content: center;
}

.menu_toogle_btn img {
	display: none;
	z-index: 1;
	width: 50%;
	height: 50%;
	object-fit: contain;
	object-position: center;
}

.menu_toogle_btn img:first-child {
	display: block;
	width: 60%;
	height: 60%;
}

.menu_toogle_btn:before {
	content: ' ';
	display: none;
	position: fixed;
	background-color: #2d343b;
	opacity: 0.2;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -1;
}

.menu_toogle_btn.active img {
	display: block;
}

.menu_toogle_btn.active img:first-child {
	display: none;
}

.menu_toogle_btn.active:before {
	display: block;
}

@media (max-width: 768px) {
	.menu_toogle_btn {
		display: flex;
	}
}

footer {
	padding-top: 50px;
	background-color: #092c47;
}

footer .footer_logo {
	margin-bottom: 30px;
	width: 110px;
}

footer a {
	color: #8495a3;
}

footer a:hover {
	color: #fff;
}

footer .footer_row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

footer .footer_row .footer_menu {
	flex-basis: 20%;
	padding-left: 2%;
	padding-bottom: 20px;
}

footer .footer_row .footer_menu:first-child {
	flex-basis: 18%;
	padding-left: 0;
	flex-basis: 18%;
	padding-left: 0;
}

@media (max-width: 1680px) {
	footer .footer_row .footer_menu {
		flex-basis: 25%;
	}
	footer .footer_row .footer_menu:first-child {
		flex-basis: 23%;
	}
}

@media (max-width: 992px) {
	footer .footer_row .footer_menu {
		flex-basis: 33.3%;
	}
	footer .footer_row .footer_menu:first-child {
		flex-basis: 33%;
	}
}

@media (max-width: 768px) {
	footer .footer_row .footer_menu {
		flex-basis: 50%;
	}
	footer .footer_row .footer_menu:first-child {
		order: 0;
		flex-basis: 50%;
	}
	footer .footer_row .footer_menu:nth-child(2) {
		order: 3;
		padding-left: 0;
	}
	footer .footer_row .footer_menu:nth-child(3) {
		order: 2;
	}
}

@media (max-width: 576px) {
	footer .footer_row .footer_menu {
		flex-basis: 100%;
	}
	footer .footer_row .footer_menu:first-child {
		order: 0;
		flex-basis: 100%;
	}
	footer .footer_row .footer_menu:nth-child(2) {
		order: 2;
		padding-left: 0;
	}
	footer .footer_row .footer_menu:nth-child(3) {
		order: 3;
		padding-left: 0;
	}
}

footer .footer_row .col-40 {
	flex-basis: 42%;
	padding-left: 15%;
	justify-content: center;
	flex-basis: 42%;
	padding-left: 15%;
	justify-content: center;
}

@media (max-width: 1680px) {
	footer .footer_row .col-40 {
		flex-basis: 27%;
		padding-left: 10%;
	}
}

@media (max-width: 992px) {
	footer .footer_row .col-40 {
		flex-basis: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	footer .footer_row .col-40 {
		order: 4;
	}
}

@media (max-width: 576px) {
	footer .footer_row .col-40 {
		margin-top: 0;
	}
}

footer .footer_row .social_menu {
	display: flex;
}

footer .footer_row .social_menu a {
	width: 24px;
	height: 24px;
	margin-right: 15px;
	opacity: 1;
}

footer .footer_row .social_menu a:hover {
	opacity: 0.8;
}
.social_menu__title {
	color: #8495a3;
	margin-bottom: 8px;
}
.social_menu_first {
	margin-bottom: 16px;
}
footer .footer_row h6 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	font-size: 16px;
}

footer .footer_row a {
	margin-bottom: 8px;
	display: inline-block;
}

footer .footer_bottom {
	margin-top: 50px;
	border-top: 1px solid #476175;
	padding: 20px 0;
}

footer .footer_bottom .copyright {
	color: #fff;
}

footer .footer_bottom .row {
	align-items: center;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 768px) {
	footer .footer_bottom .row {
		padding: 0 35px;
	}
}

footer .footer_bottom ul {
	display: flex;
	gap: 16px;
}

.hamburger--slider .hamburger-inner::before,
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
}

.hamburger {
	display: block;
	height: 24px;
	width: 24px;
	background: 0 0;
	overflow: visible;
	cursor: pointer;
	border: 0;
	z-index: 10;
	position: relative;
	background: url(../images/menu-icon.svg) center no-repeat;
	background-size: contain;
}

.arrow_right {
	display: flex;
	margin-left: 6px;
}

.content {
	padding-top: 48px;
	padding-left: 48px;
	padding-top: 48px;
	padding-left: 48px;
	max-width: 1143px; /*//1220px*/
	margin: 0 auto;
}

@media (max-width: 992px) {
	.content {
		padding-top: 36px;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.content {
		padding-top: 36px;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.main_row .content {
		flex: 1;
	}
}

@media (max-width: 768px) {
	.mb80 {
		margin-bottom: 40px;
	}
}

.blue_btn {
	color: #fff;
	background-color: #0e6aed;
	border-radius: 3px;
	padding-left: 14px;
	padding-right: 14px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #0e6aed;
}

.blue_btn:hover {
	background-color: #fff;
	color: #0e6aed;
}

.filter {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}

.filter li {
	color: #092c47;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	border: 1px solid #c1cad1;
	border-radius: 5px;
	margin: 0px 6px 12px 6px;

	cursor: pointer;
	background: 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.filter li:hover {
	color: #0e6aed;
}

.filter li.selected {
	border: 1px solid #0e6aed;
	background: #f6f9ff;
}

.filter li.selected .cross_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter li.clear_all_tags {
	background: #e6f0fd;
	border: 1px solid #0e6aed;
	color: #0e6aed;
}

.filter li .cross_btn {
	display: none;
}

.filter li span {
	margin-left: 4px;
}

.title {
	display: flex;
	align-items: end;
	margin-bottom: 24px;
	margin-top: 40px;
	justify-content: space-between;
}

.title h2 {
	margin-right: 14px;
}

.title a {
	color: #267af2;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	transform: translateY(1px);
}

.title a span {
	color: #267af2;
}

.title a:hover {
	text-decoration: underline;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagination li {
	margin: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination li a,
.pagination li span {
	font-size: 14px;
	color: #092c47;
	width: 32px;
	height: 32px;
	border: 1px solid #c1cad1;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pagination li a img,
.pagination li span img {
	width: 6px;
}

.pagination li a:hover,
.pagination li span:hover {
	border: 1px solid #0e6aed;
	color: #0e6aed;
}

.pagination li a.active,
.pagination li span.active {
	border: 1px solid #0e6aed;
	color: #0e6aed;
}

.pagination .pogination_dots {
	border: none;
	margin-left: 8px;
	margin-right: 8px;
}

.pagination .pogination_dots span {
	width: 3px;
	height: 3px;
	margin: 2px;
	border-radius: 50%;
	background-color: #8495a3;
}

.publish_time {
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 1;
	height: 26px;
	padding-left: 6px;
	padding-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

.publish_time .publish_time_icon {
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.publish_time .publish_time_icon img {
	min-width: 18px;
	max-width: 18px;
	min-height: 18px;
	max-height: 18px;
}

.publish_time .publish_time_value {
	font-size: 12px;
	color: #8495a3;
	font-weight: 600;
}

@media (max-width: 1680px) {
	footer .footer_row .footer_menu {
		flex-basis: 25%;
	}
	footer .footer_row .footer_menu:first-child {
		flex-basis: 23%;
	}
}

@media (max-width: 992px) {
	footer .footer_row .footer_menu {
		flex-basis: 33.3%;
	}
	footer .footer_row .footer_menu:first-child {
		flex-basis: 33%;
	}
}

@media (max-width: 992px) {
	.content {
		padding-top: 36px;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.content {
		padding-top: 36px;
		padding-left: 0;
	}
}

#menu-header-central-menu a {
	display: flex;
}
@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.main_row .content {
		flex: 1;
	}
}

@media (max-width: 768px) {
	.mb80 {
		margin-bottom: 40px;
	}
}

@media (max-width: 992px) {
	header .row .header_left .header_menu {
		justify-content: flex-start;
	}
}

.megamenu_btn {
	padding: 8px 14px;
	min-height: 40px;
}
@media (max-width: 800px) {
	header .row .header_right .hamburger {
		display: block;
		order: 5;
	}
	#menu-header-central-menu,
	.btn_log-in,
	.megamenu_btn,
	.btn_account-menu {
		display: none;
	}
	.container.custom-header-container .header_right {
		justify-content: flex-end;
	}

	.wrap-account-menu img {
		width: 100%;
	}
	.btn-language-switcher {
		margin-right: 0;
	}
}

@media (max-width: 1200px) {
	header .row .header_right .ask_btn {
		display: none;
	}
}

@media (max-width: 992px) {
	.megamenu .container {
		flex-wrap: wrap;
	}
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_left {
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_left {
		flex-basis: 33.3%;
		padding-top: 50px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left {
		flex-basis: 100%;
		order: 1;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left::before {
		display: none;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left .megamenu_left_img {
		order: -1;
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_left .megamenu_left_link {
		margin-bottom: 0;
	}
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_center {
		padding: 30px;
		flex-basis: 35%;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_center {
		flex-basis: 33.3%;
		padding-top: 50px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_center {
		flex-basis: 50%;
		order: 2;
		padding-top: 30px;
		padding-left: 16px;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_center {
		order: 3;
		flex-basis: 100%;
	}
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_right {
		flex-basis: 40%;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_right {
		flex-basis: 33.3%;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_right {
		flex-basis: 50%;
		order: 3;
		padding: 30px 0 20px;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right {
		flex-basis: 100%;
		order: 2;
		padding-top: 0;
		position: relative;
		padding-left: 8px;
		padding-right: 8px;
	}
	.megamenu .container .megamenu_right::before {
		content: ' ';
		position: absolute;
		width: 120vw;
		height: 1px;
		background-color: #e6e9ec;
		left: -10vw;
		bottom: 0;
	}
}

@media (max-width: 1680px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 20px;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_wrapper {
		padding: 0;
		border: none;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_title {
		display: none;
	}
}

@media (max-width: 576px) {
	.megamenu .container .megamenu_right .megamenu_right_subtitle {
		display: none;
	}
}

@media (max-width: 576px) {
	.megamenu_upload_wrapper {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper {
		overflow: scroll;
		width: 385px;
		padding-left: 20px;
		min-height: 100vh;
		position: fixed;
		left: -385px;
		top: 0;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
		z-index: 20;
	}
	.sidebar_wrapper.active {
		left: 0;
		transition: all 0.3s ease-in-out;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper {
		width: 285px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar_btn {
		display: none;
	}
}

@media (max-width: 992px) {
	.sidebar_wrapper .sidebar {
		width: 200px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar {
		border-right: 0;
		width: 365px;
		overflow: scroll;
		position: absolute;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar {
		width: 265px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar.active {
		width: 350px;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar.active {
		width: 220px;
	}
}

@media (max-width: 992px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 170px;
	}
}

@media (max-width: 768px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 320px;
	}
}

@media (max-width: 500px) {
	.sidebar_wrapper .sidebar .sidebar_item {
		width: 220px;
	}
}

@media (max-width: 768px) {
	.menu_toogle_btn {
		display: flex;
	}
}

@media (max-width: 768px) {
	footer .footer_row .footer_menu {
		flex-basis: 50%;
	}
	footer .footer_row .footer_menu:first-child {
		order: 0;
		flex-basis: 50%;
	}
	footer .footer_row .footer_menu:nth-child(2) {
		order: 3;
		padding-left: 0;
	}
	footer .footer_row .footer_menu:nth-child(3) {
		order: 2;
	}
}

@media (max-width: 576px) {
	footer .footer_row .footer_menu {
		flex-basis: 100%;
	}
	footer .footer_row .footer_menu:first-child {
		order: 0;
		flex-basis: 100%;
	}
	footer .footer_row .footer_menu:nth-child(2) {
		order: 2;
		padding-left: 0;
	}
	footer .footer_row .footer_menu:nth-child(3) {
		order: 3;
		padding-left: 0;
	}
}

@media (max-width: 1680px) {
	footer .footer_row .col-40 {
		flex-basis: 27%;
		padding-left: 10%;
	}
}

@media (max-width: 992px) {
	footer .footer_row .col-40 {
		flex-basis: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	footer .footer_row .col-40 {
		order: 4;
	}
}

@media (max-width: 576px) {
	footer .footer_row .col-40 {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	footer .footer_bottom .row {
		padding: 0 35px;
	}
}

@media (max-width: 768px) {
	footer .footer_bottom ul {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 10px -20px;
	}
	footer .footer_bottom ul li {
		margin-left: 0;
		padding: 0 20px;
	}
}

@media (max-width: 992px) {
	.content {
		padding-top: 36px;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.content {
		padding-top: 36px;
		padding-left: 0;
	}
}

.home_top_section {
	display: flex;
}

@media (max-width: 992px) {
	.home_top_section {
		flex-wrap: wrap;
	}
}

.home_top_section .top_secction_content {
	flex-basis: 58%;
	padding-right: 5%;
}
.home_top_section .top_secction_content h1 * {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
}
@media (max-width: 1200px) {
	.home_top_section .top_secction_content {
		flex-basis: 54%;
		padding-right: 4%;
	}
}

@media (max-width: 992px) {
	.home_top_section .top_secction_content {
		flex-basis: 100%;
	}
}

.home_top_section .top_secction_content h1 {
	margin-bottom: 16px;
}

.home_top_section .top_secction_content h1 em,
.home_top_section .top_secction_content h1 i,
.home_top_section .top_secction_content h1 span {
	color: #0e6aed;
	position: relative;
	font-style: normal;
}

.home_top_section .top_section_promo {
	flex-basis: 42%;
	display: flex;
	min-height: 190px;
	border: 1px solid #c3dafb;
	border-radius: 12px;
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.home_top_section .top_section_promo:hover {
		background: #e6f0fd;
		border: 1px solid #0e6aed;
	}
}

@media (max-width: 1200px) {
	.home_top_section .top_section_promo {
		flex-wrap: wrap;
		flex-basis: 50%;
	}
}

@media (max-width: 992px) {
	.home_top_section .top_section_promo {
		flex-basis: 100%;
		flex-wrap: nowrap;
		margin-top: 25px;
	}
}

.home_top_section .top_section_promo .top_section_img_wrapper {
	border-right: 1px solid #c3dafb;
	flex-shrink: 0;
	height: 100%;
	width: 160px;
	position: relative;
}
@media (max-width: 1200px) {
	.home_top_section .top_section_promo .top_section_img_wrapper {
		width: 100%;
		height: 115px;
	}
}

@media (max-width: 992px) {
	.home_top_section .top_section_promo .top_section_img_wrapper {
		height: 100%;
		width: 160px;
	}
}

.home_top_section .top_section_promo .top_section_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.home_top_section .top_section_promo .top_section_promo_content {
	display: flex;
	align-items: center;
	padding: 24px;
	color: #22445f;
}

.home_top_section .top_section_promo .top_section_promo_content p {
	font-size: 14px;
}

.home_top_section .top_section_promo .top_section_promo_content h4 {
	color: #22445f;
	margin-bottom: 10px;
}

.home_top_section .top_section_promo .top_section_promo_content .blue_btn {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
}
.no-action {
	pointer-events: none;
}
.filter_section {
	padding-top: 48px;
}

.free_tools_section {
	padding-top: 32px;
	padding-bottom: 48px;
}

.free_tools_section .title {
	margin-top: 0;
}

.free_tools_section .tools_cards_row {
	display: flex;
	margin: 0 -8px;
	flex-wrap: wrap;
}

.free_tools_section .tools_cards_row .tools_card {
	flex-basis: calc(33.3% - 16px);
	margin: 12px 8px;
	background-color: #f6f9ff;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.free_tools_section .tools_cards_row .tools_card:hover {
	background-color: #e6f0fd;
}

.free_tools_section .tools_cards_row .tools_card:hover .tools_card_title {
	color: #0e6aed;
}
.tools_card_title {
	position: relative;
}
.tools_card:hover .multiregional-links-block__dropdown {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 768px) {
	.free_tools_section .tools_cards_row .tools_card {
		flex-basis: calc(50% - 16px);
	}
}

@media only screen and (min-width: 768px) {
	/* .free_tools_section .tools_cards_row .tools_card {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	} */
	/* .free_tools_section .tools_cards_row .tools_card:hover {
        background: #e6f0fd;
        border: 1px solid #0e6aed
    } */
}

.free_tools_section .tools_cards_row .tools_card .tools_card_title {
	text-align: left;
}

.free_tools_section .tools_cards_row .tools_card img {
	height: 80px;
	width: auto;
	margin-bottom: 25px;
}

.post_tags {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.post_tags li {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;

	font-weight: 400;
	color: #092c47;
	padding: 0 16px;
	border-radius: 35px;
	background-color: #e6e9ec;
}

.post_tags li.other_tag_type a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	column-gap: 4px;
}
.post_tags li.other_tag_type {
	column-gap: 4px;
	background: #0e6aed;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post_tags li.other_tag_type span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 4px;
}

.events_item_time {
	color: #0e6aed;
	font: 600 14px/1.43em 'Open Sans';
	white-space: nowrap;
}

.post_footer .post_footer_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.post_footer .post_footer_bottom .post_footer-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post_footer .post_footer_bottom .post_activity {
	display: flex;
	margin-top: 5px;
}

.post_footer .post_footer_bottom .post_activity span {
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #8495a3;
	font-size: 12px;
}

.post_footer .post_footer_bottom .post_activity span svg,
.post_footer .post_footer_bottom .post_activity span img {
	margin-right: 5px;
}

.post_footer .post_footer_bottom .post_date {
	margin-top: 5px;
}

.post_footer .post_footer_bottom .post_date span {
	color: #8495a3;
	font-size: 14px;
	font-weight: 400;
}

.posts_section .posts_wrapper {
	display: flex;
}

@media (max-width: 992px) {
	.posts_section .posts_wrapper {
		flex-wrap: wrap;
	}
}

.posts_section .posts_wrapper .big_post_wrapper {
	flex-basis: calc(50% - 12px);
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.posts_section .posts_wrapper .big_post_wrapper {
		flex-basis: 100%;
		margin-right: 0;
	}
}

/* .posts_section .posts_wrapper .big_post_wrapper .post_img_wrapper:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out
} */

.posts_section .posts_wrapper .big_post_wrapper .post_img_wrapper {
	flex-basis: 267px;
	flex-shrink: 0;
	overflow: hidden;
}

.posts_section .posts_wrapper .big_post_wrapper .post_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* transform: scale(1);
    transition: all .3s ease-in-out */
}

.posts_section .posts_wrapper .big_post_wrapper .big_post_content {
	background-color: #f6f9ff;
	padding: 20px;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_title {
	margin-bottom: 16px;
	display: block;
	line-height: 28px;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_title:hover {
	color: #0e6aed;
}

.posts_section .posts_wrapper .big_post_wrapper .big_post_content .post_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.post_info
	.post_date {
	color: #0e6aed;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper {
	margin-bottom: 20px;
	flex-basis: 100%;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.big_post_text {
	margin: 0;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.post_read_full_btn {
	display: flex;
	margin-top: 15px;
	color: #267af2;
	font-weight: 600;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.post_read_full_btn.course_btn {
	background: #267af2;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	padding: 0 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.post_read_full_btn.course_btn
	> span:first-child
	img {
	margin-right: 5px;
}
.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.post_read_full_btn.course_btn
	span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.posts_section
	.posts_wrapper
	.big_post_wrapper
	.big_post_content
	.big_post_text_wrapper
	.post_read_full_btn.course_btn
	.read_more_title {
	margin-left: 8px;
	margin-right: 7px;
}

.posts_section .posts_wrapper .small_posts_wrapper {
	flex-basis: 50%;
	padding-left: 12px;
}

@media (max-width: 992px) {
	.posts_section .posts_wrapper .small_posts_wrapper {
		flex-basis: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}

.posts_section .posts_wrapper .small_posts_wrapper .small_posts_top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #0e6aed;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_posts_top a {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_posts_top a,
.posts_section .posts_wrapper .small_posts_wrapper .small_posts_top a span {
	color: #267af2;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_posts_top a:hover {
	text-decoration: underline;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_post {
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e9ec;
	display: flex;
	align-items: flex-start;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_img_wrapper {
	width: 84px;
	height: 84px;
	margin-right: 24px;
	display: flex;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_img_wrapper
	img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_post_content_wrapper {
	flex: 1;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_posts_title {
	display: block;
	line-height: 20px;
	margin-bottom: 12px;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.small_posts_title:hover {
	color: #0e6aed;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_post .post_date {
	margin-top: 0;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.post_read_full_btn {
	display: block;
	color: #267af2;
	font-weight: 600;
}
.post_read_full_btn span {
	padding-left: 2px;
}
.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.post_read_full_btn.course_btn {
	background: #267af2;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	padding: 0 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.post_read_full_btn.course_btn
	span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.posts_section
	.posts_wrapper
	.small_posts_wrapper
	.small_post
	.post_read_full_btn.course_btn
	.read_more_title {
	margin-left: 8px;
	margin-right: 7px;
}

.home_card_row {
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
}

@media (max-width: 576px) {
	.home_card_row {
		margin: 0;
	}
}

.home_card_row .home_card {
	flex-basis: calc(33.3% - 24px);
	margin: 12px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.home_card_row .home_card {
		flex-basis: calc(50% - 24px);
	}
}

@media (max-width: 576px) {
	.home_card_row .home_card {
		flex-basis: 100%;
		margin: 12px 0;
	}
}

.home_card_row .home_card .home_card_content {
	background-color: #f6f9ff;
	padding: 20px;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home_card_row .home_card .home_card_content .home_card_title {
	display: block;
	margin-bottom: 15px;
}

.home_card_row .home_card .home_card_content .home_card_description {
	margin: 0;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home_card_row .home_card .home_card_image_wrapper {
	flex-basis: 174px;
	width: 100%;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	display: flex;
}

.home_card_row .home_card .home_card_image_wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home_card_row .home_card .home_card_image_wrapper .card_image {
	height: 100%;
}

.home_card_row .home_card .home_card_image_wrapper .card_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_webinars_section .webinars_row {
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_webinars_section .webinars_row {
		display: block;
	}
}

.home_webinars_section .webinars_row .webinars_img_wrapper {
	flex-basis: 50%;
	flex-shrink: 0;
}

.home_webinars_section .webinars_row .webinars_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_webinars_section .webinars_row .webinars_content_wrapper {
	flex-basis: 50%;
	flex-shrink: 0;
	padding: 20px 40px 20px 20px;
	background-color: #f6f9ff;
}

.home_webinars_section .webinars_row .webinars_content_wrapper .webinars_title {
	margin-bottom: 10px;
}

.home_webinars_section .webinars_row .webinars_content_wrapper .on_demand {
	color: #fff;
	font-size: 12px;
	background-color: #267af2;
	padding: 3px 10px;
	border-radius: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

.home_webinars_section .webinars_row .webinars_content_wrapper .follow_btn {
	color: #267af2;
	display: inline-flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}

.home_webinars_section .webinars_row .webinars_content_wrapper .follow_btn img {
	margin-left: 5px;
}

.home_webinars_section
	.webinars_row
	.webinars_content_wrapper
	.follow_btn:hover {
	text-decoration: underline;
}

.home_webinars_section .webinars_row .webinars_content_wrapper .post_activity {
	display: flex;
}

.home_webinars_section
	.webinars_row
	.webinars_content_wrapper
	.post_activity
	span {
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #8495a3;
	font-size: 12px;
}

.home_webinars_section
	.webinars_row
	.webinars_content_wrapper
	.post_activity
	span
	img {
	margin-right: 5px;
}

@media only screen and (max-width: 1359px) {
	.single.overlayed header {
		z-index: -1;
	}
}

.single .container {
	padding: 0 8px;
}

@media only screen and (min-width: 720px) {
	.single .container {
		padding: 0 12px;
	}
}

@media only screen and (min-width: 992px) {
	.single .container {
		padding: 0 36px;
	}
}

@media only screen and (min-width: 1360px) {
	.single .container {
		overflow-x: unset;
		max-width: 1350px;
		padding: 0;
	}
}

.single .main {
	transition: all 0.5s ease;
}

.single .main.scrolling .simpletoc {
	top: 30px;
}

.single .main.stop-scrolling .simpletoc {
	top: -500px;
}

@media only screen and (min-width: 1360px) {
	.single .main.sidebar-closed section.article-header .article-info-wrapper {
		max-width: 900px;
	}
	.single .main.sidebar-closed section.article-header .article-title-wrapper {
		max-width: 100%;
	}
	.single .main.sidebar-closed .article-content-sections {
	}
	.single .main.sidebar-closed .article-content-wrapper {
		max-width: 100%;
	}
	.single .main #comments {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.single .main #comments #wpdcom {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1360px) {
	.single .article-content-sections {
		display: grid;
		grid-template-columns: 71% 24%;
		justify-content: space-between;
		gap: 10px;
	}
	.single .article-content-sections aside {
		grid-column-start: 2;
		grid-row: span 3;
	}
	.single .article-content-sections :not(aside) {
		grid-column-start: 1;
	}
}

.single .article-content-sections aside.aside-popup {
	z-index: 10;
	position: absolute;
	align-self: start;
	transition: all 0.5s ease;
	pointer-events: none;
	display: none;
}
.single.overlayed .article-content-sections aside.aside-popup {
	pointer-events: all;
}
@media only screen and (max-width: 1359px) {
	.single .article-content-sections aside.aside-popup {
		z-index: 2148;
		transition: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: fit-content;
	}
}

.single .article-content-sections aside.aside-popup .popup-content {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 12px #86b5f8;
	border-radius: 6px;
}
aside.aside-popup .popup-content .popup-img {
	padding-top: 16px;
	width: fit-content;
	margin: 0 auto;
	display: block;
}
@media (min-width: 800px) and (max-width: 1359px) {
	.single .article-content-sections aside.aside-popup .popup-content {
		max-width: calc(100% - 116px);
	}
}
@media only screen and (max-width: 1359px) {
	.single .article-content-sections aside.aside-popup .popup-content {
		border-radius: 6px 6px 0 0;
		box-shadow: none;
		position: relative;
		width: 100%;
	}
}
@media (min-width: 576px) and (max-width: 1359px) {
	.single .article-content-sections aside.aside-popup .popup-content {
		display: flex;
	}
	aside.aside-popup .popup-content .popup-img {
		padding-top: 0;
		margin-right: 40px;
		order: -1;
	}
}
#aside-overlay.overlay_light {
	z-index: 21;
}
@media (min-width: 1360px) {
	#aside-overlay.overlay_light {
		display: none !important;
	}
}
.single
	.article-content-sections
	aside.aside-popup
	.popup-content
	.popup-close-btn {
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
}

.single
	.article-content-sections
	aside.aside-popup
	.popup-content
	.popup-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

@media only screen and (min-width: 1360px) {
	.single
		.article-content-sections
		aside.aside-popup
		.popup-content
		.popup-title {
		margin-bottom: 16px;
	}
}

.single .article-content-sections aside.aside-popup .popup-content .popup-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

.single
	.article-content-sections
	p:not(.article-content-wrapperp, .aside-textp),
.single .article-content-sections li:not([class]) {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.single .article-content-sections ul.simpletoc-list li {
	line-height: 100%;
}
.single .article-content-sections a:not([href^='#'], .button-block__btn),
p a:not([href^='#'], .button-block__btn) {
	color: #0e6aed;
	transition: 0.3s;
}
.single .article-content-sections a:not([href^='#'], .button-block__btn):hover,
p a:not([href^='#'], .button-block__btn):hover {
	opacity: 0.6;
}
.single
	.article-content-sections
	p:not(.article-content-wrapperp, .aside-textp)
	a[href^='#'],
.single .article-content-sections .wp-block-list a[href^='#'] {
	background: rgba(195, 218, 251, 0.4);
	border: 1px solid rgba(195, 218, 251, 0.4);
	border-radius: 4px;
	color: #0e6aed;
}

@media only screen and (min-width: 992px) {
	.single
		.article-content-sections
		p:not(.article-content-wrapperp, .aside-textp)
		a {
		transition: all 0.5s ease;
	}
	.single
		.article-content-sections
		p:not(.article-content-wrapperp, .aside-textp)
		a:hover {
		border-color: #4b91f5;
	}
}

.single .article-content-sections .wp-block-image {
	padding: 8px 0;
	position: relative;
}
.single .article-content-sections .wp-block-image img {
	width: 100% !important;
	height: 100% !important;
}

.single .article-content-sections ol:not([class]),
.single .article-content-sections ul:not([class]),
.single .article-content-sections ol.wp-block-list,
.single .article-content-sections ul.wp-block-list,
.topic-description ul:not([class]),
.topic-description ol:not([class]),
.bbp-reply-content ul:not([class]),
.bbp-reply-content ol:not([class]),
.content__text ul:not([class]),
.content__text ol:not([class]),
.story-form__text ul,
.story-form__text ol {
	padding-left: 30px;
	margin: 16px 0;
}
.single .article-content-sections ol ol,
.single .article-content-sections ol ol ol ol ol,
.topic-description ol ol,
.topic-description ol ol ol ol ol,
.bbp-reply-content ol ol,
.bbp-reply-content ol ol ol ol ol,
.content__text ol ol,
.content__text ol ol ol ol ol {
	list-style: lower-alpha;
	margin: 10px 0 0 !important;
}
.single .article-content-sections ol ol ol,
.single .article-content-sections ol ol ol ol ol ol,
.topic-description ol ol ol,
.topic-description ol ol ol ol ol ol,
.bbp-reply-content ol ol ol,
.bbp-reply-content ol ol ol ol ol ol,
.content__text ol ol ol,
.content__text ol ol ol ol ol ol {
	list-style: lower-roman;
	margin: 10px 0 0 !important;
}
.single .article-content-sections ol ol ol ol,
.single .article-content-sections ol ol ol ol ol ol ol,
.topic-description ol ol ol ol,
.topic-description ol ol ol ol ol ol ol,
.bbp-reply-content ol ol ol ol,
.bbp-reply-content ol ol ol ol ol ol ol,
.content__text ol ol ol ol ol ol ol,
.content__text ol ol ol ol,
.story-form__text ol {
	list-style: decimal;
	margin: 10px 0 0 !important;
}

.single .article-content-sections ul:not([class]) li:not([class]),
ul.wp-block-list li,
ol.wp-block-list li,
.content__text ul:not([class]) li:not([class]),
.topic-description ul li,
.bbp-reply-content ul li,
.bbp-reply-content ol li,
.story-form__text ul li,
.story-form__text ol li {
	list-style: inherit;
}
.single .article-content-sections ul ul,
.single .article-content-sections ul ul ul ul ul,
.topic-description ul ul,
.topic-description ul ul ul ul ul,
.bbp-reply-content ul ul,
.bbp-reply-content ul ul ul ul ul {
	/* list-style: circle; */
	margin: 10px 0 0 !important;
}
.single .article-content-sections ul ul ul,
.single .article-content-sections ul ul ul ul ul ul,
.topic-description ul ul ul,
.topic-description ul ul ul ul ul ul,
.bbp-reply-content ul ul ul,
.bbp-reply-content ul ul ul ul ul ul {
	/* list-style: square; */
	margin: 10px 0 0 !important;
}
.single .article-content-sections ul,
.single .article-content-sections ul ul ul ul,
.single .article-content-sections ul ul ul ul ul ul ul,
.topic-description ul,
.topic-description ul ul ul ul,
.topic-description ul ul ul ul ul ul ul,
.bbp-reply-content ul,
.bbp-reply-content ul ul ul ul,
.bbp-reply-content ul ul ul ul ul ul ul,
.story-form__text ul {
	list-style: disc;
}

.topic-description ol li:not([class]),
.topic-description ul li:not([class]),
.bbp-reply-content ol li:not([class]),
.bbp-reply-content ul li:not([class]),
.content__text ol li:not([class]),
.content__text ul li:not([class]),
.single .article-content-sections ul li:not([class]),
.single .article-content-sections ol li:not([class]) {
	margin-bottom: 10px;
}
.single .article-content-sections h1 {
	line-height: 42px;
	font-size: 30px;
}
.single .article-content-sections h2 {
	line-height: 32px;
	font-size: 24px;
}
.single .article-content-sections h3 {
	line-height: 28px;
	font-size: 20px;
}
.single .article-content-sections h4 {
	line-height: 24px;
	font-size: 16px;
}
.single .article-content-sections h5 {
	line-height: 20px;
	font-size: 14px;
}
.single .article-content-sections h2,
.single .article-content-sections h3,
.single .article-content-sections h4,
.single .article-content-sections h5,
.single .article-content-sections h6 {
	margin: 40px 0 12px;
	font-weight: bold;
}
.single .article-content p:not([class]) {
	margin-bottom: 10px;
}
@media only screen and (min-width: 1360px) {
	.single .article-content-sections h2,
	.single .article-content-sections h3,
	.single .article-content-sections h4,
	.single .article-content-sections h5,
	.single .article-content-sections h6 {
		margin: 30px 0 2px;
	}
	.single .article-content p:not([class]) {
		margin: 0;
	}
	.single .article-content-sections ol:not([class]),
	.single .article-content-sections ul:not([class]),
	.single .article-content-sections ol.wp-block-list,
	.single .article-content-sections ul.wp-block-list {
		margin: 6px 0;
	}
	.single .article-content-sections .custom-table-block {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 719px) {
	.single .article-content-sections h1 {
		line-height: 32px;
		font-size: 24px;
	}
	.single .article-content-sections h2 {
		line-height: 28px;
		font-size: 20px;
	}
	.single .article-content-sections h3 {
		line-height: 20px;
		font-size: 16px;
	}
	.single .article-content-sections h4 {
		line-height: 22px;
		font-size: 14px;
	}
	.single .article-content-sections h5 {
		line-height: 20px;
		font-size: 12px;
	}

	.single .article-content-sections h2,
	.single .article-content-sections h3,
	.single .article-content-sections h4,
	.single .article-content-sections h5,
	.single .article-content-sections h6 {
		margin-bottom: 8px;
	}
	.single .article-content-sections ol:not([class]),
	.single .article-content-sections ul:not([class]),
	.single .article-content-sections ol.wp-block-list,
	.single .article-content-sections ul.wp-block-list,
	.topic-description ul:not([class]),
	.topic-description ol:not([class]),
	.bbp-reply-content ul:not([class]),
	.bbp-reply-content ol:not([class]),
	.content__text ul:not([class]),
	.content__text ol:not([class]),
	.story-form__text ul,
	.story-form__text ol {
		padding-left: 25px;
	}
}
.single .article-content-sections .wp-block-image img {
	border-radius: 7px;
}

.single .article-content-sections .wp-block-embed iframe {
	width: 100%;
	height: 436px;
}

.single .article-content-sections .article-navigation,
.single .article-content-sections .simpletoc {
	display: none;
}

@media only screen and (min-width: 1360px) {
	.single .article-content-sections .article-navigation {
		display: block;
		position: fixed;
		left: calc(50% + 375px);
		top: 50%;
		background: #fff;
		z-index: 10;
		min-width: 300px;
		max-width: 300px;
		padding: 20px 0;
		transition: all 0.5s ease;
	}
	.single .article-content-sections .simpletoc {
		display: block;
		position: static;
		grid-column-start: 2;
		grid-row: span 3;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 10;
		max-width: 302px;
		min-width: 302px;
		padding: 10px 0 20px;
		transition: all 0.5s ease;
	}
	.single .main.sidebar-closed .article-content-sections {
		position: relative;
	}
	.single .main.scrolling .simpletoc {
		position: fixed;
		left: calc(50% + 352px);
	}
}

.single .article-content-sections .article-navigation .navigation-title,
.single .article-content-sections .article-navigation .simpletoc-title,
.single .article-content-sections .simpletoc .navigation-title,
.single .article-content-sections .simpletoc .simpletoc-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 8px;
}

.single .article-content-sections .article-navigation .navigation-list,
.single .article-content-sections .article-navigation .simpletoc-list,
.single .article-content-sections .simpletoc .navigation-list,
.single .article-content-sections .simpletoc .simpletoc-list {
	max-height: 135px;
	overflow-y: auto;
	padding-right: 11px;
}

.single
	.article-content-sections
	.article-navigation
	.navigation-list::-webkit-scrollbar-track,
.single
	.article-content-sections
	.article-navigation
	.simpletoc-list::-webkit-scrollbar-track,
.single
	.article-content-sections
	.simpletoc
	.navigation-list::-webkit-scrollbar-track,
.single
	.article-content-sections
	.simpletoc
	.simpletoc-list::-webkit-scrollbar-track {
	background-color: #e6e9ec;
	border-radius: 63px;
}

.single
	.article-content-sections
	.article-navigation
	.navigation-list::-webkit-scrollbar,
.single
	.article-content-sections
	.article-navigation
	.simpletoc-list::-webkit-scrollbar,
.single
	.article-content-sections
	.simpletoc
	.navigation-list::-webkit-scrollbar,
.single
	.article-content-sections
	.simpletoc
	.simpletoc-list::-webkit-scrollbar {
	width: 3px;
}

.single
	.article-content-sections
	.article-navigation
	.navigation-list::-webkit-scrollbar-thumb,
.single
	.article-content-sections
	.article-navigation
	.simpletoc-list::-webkit-scrollbar-thumb,
.single
	.article-content-sections
	.simpletoc
	.navigation-list::-webkit-scrollbar-thumb,
.single
	.article-content-sections
	.simpletoc
	.simpletoc-list::-webkit-scrollbar-thumb {
	background-color: #c1cad1;
	border-radius: 63px;
}

.single .article-content-sections .article-navigation .navigation-list li,
.single .article-content-sections .article-navigation .simpletoc-list li,
.single .article-content-sections .simpletoc .navigation-list li,
.single .article-content-sections .simpletoc .simpletoc-list li {
	margin-bottom: 4px;
}

.single .article-content-sections .article-navigation .navigation-list li a,
.single .article-content-sections .article-navigation .simpletoc-list li a,
.single .article-content-sections .simpletoc .navigation-list li a,
.single .article-content-sections .simpletoc .simpletoc-list li a {
	border-bottom: 1px dashed #0e6aed;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	transition: none !important;
}

.single
	.article-content-sections
	.article-navigation
	.navigation-list
	li
	a.active,
.single
	.article-content-sections
	.article-navigation
	.simpletoc-list
	li
	a.active,
.single .article-content-sections .simpletoc .navigation-list li a.active,
.single .article-content-sections .simpletoc .simpletoc-list li a.active {
	font-weight: 700;
	border-bottom: 1px solid #0e6aed;
}

.single .article-content {
	padding-top: 0;
	padding-bottom: 26px;
	position: relative;
}

.single .to-the-top-btn {
	outline: 0;
	border: none;
	background: 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.single .article-content-aside {
	margin: 0 0 20px;
}

@media only screen and (min-width: 1360px) {
	.single .article-content-aside {
		width: 100%;
		max-width: 300px;
		background: #fff;
		z-index: 1;
		margin: 0;
	}
}

.single .article-content-aside .aside-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	padding: 4px 0;
}

.single .article-content-aside .aside-text {
	color: #476175;
}

.single .article-content-aside .aside-text * {
	padding: 4px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.single .article-content-aside .aside-text a {
	padding: 7px 0;
	color: #4b91f5;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
}

.single .article-content-aside .aside-link {
	padding: 7px 0;
	color: #4b91f5;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
}

.single .article-content-aside .aside-image {
	padding: 7px 0;
	display: block;
}

.single .article-content-aside .aside-image img {
	display: block;
}

.single .article-content-aside .aside-image + .aside-link {
	display: block;
	max-width: 300px;
}

.single footer {
	z-index: 3;
}

.single #wpdcom {
	position: relative;
}
#wpdcom {
	max-width: 100%;
	margin-left: 0;
}
.single #wpdcom .wpd-thread-head {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}

.single #wpdcom .wpd-thread-head .wpd-thread-info {
	border: none;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	text-transform: none;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #092c47;
}

.single #wpdcom .wpd-thread-head .wpd-thread-info span {
	color: #092c47;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin-left: 7px;
}

.single #wpdcom .wpd-thread-head .wpd-thread-info span::before {
	content: '(';
}

.single #wpdcom .wpd-thread-head .wpd-thread-info span::after {
	content: ')';
}

.single #wpdcom .wpd-form .ql-container,
.single #wpdcom .wpd-form .ql-toolbar {
	border-color: #092c47;
}

.single #wpdcom .ql-editor {
	min-height: 85px;
}

.single #wpdcom .ql-editor .ql-blank::before {
	content: 'Add your comment';
}

.single #wpdcom .wpd-form-wrap {
	padding-top: 24px;
}

.single #wpdcom .wpd-form-head {
	display: none;
}

.single #wpdcom .wpd-field-comment .wpd-avatar {
	display: none;
}

.single #wpdcom .wpd_label__text {
	display: none !important;
}

.single #wpdcom .wc-field-submit {
	padding-top: 0 !important;
}

.single #wpdcom .wpd-form-row .wpd-has-icon .wpd-field {
	padding-left: 15px !important;
}

.single #wpdcom .wpd-avatar img,
.wpd-avatar img {
	border: none !important;
	width: 52px !important;
	height: 52px !important;
	max-width: 100% !important;
	border-radius: 50%;
}

@media only screen and (max-width: 719px) {
	.single #wpdcom .wpd-avatar img,
	.wpd-avatar img {
		min-width: 40px !important;
		max-width: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
		object-fit: cover;
	}
}

.single #wpdcom .wpd-comment-label {
	display: none !important;
}
.wpd-comment-header {
	display: flex;
	flex-wrap: wrap;
}
.wpd-comment .wpd-comment-left {
	width: 60px;
	text-align: center;
	margin-right: 20px;
}
@media only screen and (max-width: 719px) {
	.single #wpdcom .wpd-comment .wpd-comment-left,
	.wpd-comment .wpd-comment-left {
		text-align: unset;
		width: 60px !important;
		margin-right: 0 !important;
	}
}

.single #wpdcom .wpd-comment .wpd-comment-wrap,
.wpd-comment .wpd-comment-wrap {
	padding-bottom: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
#comments {
	margin: 50px auto 60px;
}
@media only screen and (max-width: 719px) {
	.single #wpdcom .wpd-comment .wpd-comment-wrap,
	.wpd-comment .wpd-comment-wrap {
		display: flex;
	}
}

.single #wpdcom .wpd-comment .wpd-comment-right,
.wpd-comment .wpd-comment-right {
	padding-bottom: 0;
	flex-grow: 1;
	width: calc(100% - 80px);
}

.single #wpdcom .wpd-comment-header,
.wpd-comment .wpd-comment-header {
	padding: 0;
}

.single #wpdcom .wpd-comment-header .wpd-comment-author,
.wpd-comment-author {
	color: #092c47;
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	letter-spacing: normal;
	margin-right: 0 !important;
}
.wpd-comment-author,
.wpd-avatar {
	pointer-events: none;
}
.single #wpdcom .wpd-comment-header .wpd-comment-author a {
	color: #092c47;
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	letter-spacing: normal;
}

.single #wpdcom .wpd-comment-header .wpd-comment-date,
.wpd-comment-header .wpd-comment-date {
	font-size: 14px;
	line-height: 21px;
	color: #8495a3;
	padding: 0 5px;
}
.wpd-comment-date i {
	display: none !important;
}
.single #wpdcom .wpd-comment-text {
	padding: 0;
}

.single #wpdcom .wpd-comment-text p,
.wpd-comment-text p {
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #092c47;
	margin-bottom: 0 !important;
	padding: 6px 0 0 !important;
}

.single #wpdcom .wpd-reply-to {
	display: none;
}

.single #wpdcom .wpd-comment-last-edited {
	display: none;
}

.single #wpdcom .wpd-comment-footer .wpd-vote {
	order: 2;
}

.single #wpdcom .wpd-comment-footer .wpd-vote .wpd-up svg {
	fill: #0e6aed !important;
}

.single #wpdcom .wpd-comment-footer .wpd-vote .wpd-vote-up {
	margin-right: 12px;
}

.single #wpdcom .wpd-comment-footer .wpd-vote .wpd-vote-result {
	display: none;
}

.single #wpdcom .wpd-comment-footer .wpd-reply-button {
	order: 1;
	margin-right: 12px;
}

.single #wpdcom .wpd-comment-footer .wpd-reply-button span {
	font-size: 16px !important;
	line-height: 24px !important;
	color: #8495a3 !important;
}

.single #wpdcom .wpd-comment-footer .wpd-reply-button svg {
	display: none;
}

.single #wpdcom .wpd-comment-footer .wpd-space {
	order: 3;
}

.single #wpdcom .wpd-comment-footer .wpd-tools {
	order: 4;
}

.single #wpdcom .wpd-comment-footer .wpd-sep {
	order: 5;
}

.single #wpdcom .wpd-comment-footer .wpd-toggle {
	order: 6;
}

section.breadcrumbs {
	padding-bottom: 24px;
}

@media only screen and (min-width: 1360px) {
	section.breadcrumbs {
		max-width: 60%;
	}
}

section.breadcrumbs > span {
	display: flex;
	flex-wrap: wrap;
}

section.breadcrumbs > span span {
	position: relative;
	margin-right: 20px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

section.breadcrumbs > span span::after {
	content: '';
	background: url(../images/arrow_right_grey.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -1px;
	right: -10px;
	width: 4px;
	height: 100%;
}

section.breadcrumbs > span span:first-child {
	padding-left: 16px;
}

section.breadcrumbs > span span:first-child::before {
	content: '';
	background: url(../images/home-icon.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}

section.breadcrumbs > span span:last-child {
	margin: 0;
}

section.breadcrumbs > span span:last-child::after {
	display: none;
}

section.breadcrumbs > span span a {
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
	color: #0e6aed;
}

section.article-header {
	margin-bottom: 38px;
}

@media only screen and (min-width: 1360px) {
	section.article-header {
		position: relative;
	}
}

section.article-header .article-info-wrapper {
	padding-bottom: 16px;
	display: flex;
}

@media only screen and (max-width: 719px) {
	section.article-header .article-info-wrapper {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1360px) {
	section.article-header .article-info-wrapper {
		max-width: 60%;
	}
}

section.article-header .article-info-wrapper .article-info {
	width: 100%;
	align-items: center;
	display: flex;
}

@media only screen and (max-width: 719px) {
	section.article-header .article-info-wrapper .article-info {
		margin-bottom: 12px;
	}
}

section.article-header .article-info-wrapper .article-info .post_date {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	padding-right: 30px;
	position: relative;
}

section.article-header .article-info-wrapper .article-info .post_date::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #092c47;
	position: absolute;
	top: 7px;
	right: 13px;
	border-radius: 50%;
}

section.article-header .article-info-wrapper .article-info .post_activity {
	display: flex;
	align-items: center;
}

section.article-header .article-info-wrapper .article-info .post_activity span {
	display: flex;
	align-items: center;
}

section.article-header
	.article-info-wrapper
	.article-info
	.post_activity
	span.likes {
	margin-right: 8.55px;
}

section.article-header
	.article-info-wrapper
	.article-info
	.post_activity
	span.likes
	img {
	min-width: 16.5px;
	max-width: 16.5px;
	min-height: 14.68px;
	max-height: 14.68px;
}

section.article-header
	.article-info-wrapper
	.article-info
	.post_activity
	span.comments
	img {
	min-width: 16.88px;
	max-width: 16.88px;
	min-height: 15.53px;
	max-height: 15.53px;
}

section.article-header
	.article-info-wrapper
	.article-info
	.post_activity
	span
	img {
	margin-right: 4.5px;
}

section.article-header .article-title-wrapper {
	padding-top: 16px;
}

@media only screen and (min-width: 1360px) {
	section.article-header .article-title-wrapper {
		max-width: 60%;
	}
}

section.article-header .article-title-wrapper .article-title {
	margin-bottom: 12px;
}

section.article-header .article-title-wrapper .article-title h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}

@media only screen and (min-width: 720px) {
	section.article-header .article-title-wrapper .article-title h1 {
		font-size: 30px;
		line-height: 42px;
	}
}

section.article-header .article-title-wrapper .article-excerpt {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 30px;
}

section.article-header .article-title-wrapper .article-excerpt * {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

section.article-header .article-title-wrapper .article-author-wrapper {
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1360px) {
	section.article-header .article-title-wrapper .article-author-wrapper {
		transition: all 0.5s ease;
		position: absolute;
		top: 75px;
		left: calc(100% - 300px);
	}
}

section.article-header
	.article-title-wrapper
	.article-author-wrapper
	.article-author-item {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

section.article-header .article-title-wrapper .article-thumbnail img {
	min-height: 178px;
	max-height: 178px;
	object-position: center center;
	object-fit: cover;
	border-radius: 4px;
	max-width: 438px;
	width: 100%;
}

@media only screen and (min-width: 720px) {
	section.article-header .article-title-wrapper .article-thumbnail img {
		min-height: 218px;
		max-height: 218px;
	}
}

section.article-author-block {
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

@media only screen and (min-width: 1360px) {
	.single section.article-author-block + h2 {
		margin-top: 20px;
	}
	section.article-author-block {
		display: flex;
		justify-content: space-between;
	}
}

section.article-author-block .article-content-wrapper {
	display: flex;
	flex-direction: column;
}

section.article-author-block .article-content-wrapper .author-block {
	display: flex;
	align-items: center;
}

section.article-author-block .article-content-wrapper .quote-block {
	margin-top: 18px;
	padding-left: 20px;
	border-left: 3px solid #0e6aed;
}

section.article-author-block .article-content-wrapper .quote-block p {
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
}

@media only screen and (min-width: 720px) {
	section.article-author-block .article-content-wrapper .quote-block p {
		max-width: 601px;
	}
}

section.article-toggle-list-block {
	position: relative;
}

@media only screen and (min-width: 1360px) {
	section.article-toggle-list-block {
		display: flex;
		justify-content: space-between;
	}
}

section.article-toggle-list-block .article-toggle-list {
	margin: 20px 0;
}

section.article-toggle-list-block
	.article-toggle-list.opened
	.toggle-list-title::before {
	transform: rotate(90deg);
}

section.article-toggle-list-block .article-toggle-list.opened .toggle-list {
	height: 100%;
}

section.article-toggle-list-block .article-toggle-list .toggle-list-title {
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
}

section.article-toggle-list-block
	.article-toggle-list
	.toggle-list-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/toggle-arrow_down.svg) no-repeat;
	width: 14px;
	height: 14px;
}

section.article-toggle-list-block .article-toggle-list .toggle-list {
	height: 0;
	overflow-y: hidden;
}

section.article-toggle-list-block
	.article-toggle-list
	.toggle-list
	.toggle-list-item {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 22px;
}

section.article-slider-block {
	padding: 8px 0;
	position: relative;
}

@media only screen and (min-width: 1360px) {
	section.article-slider-block {
		display: flex;
		justify-content: space-between;
	}
}

section.article-slider-block .article-content-wrapper {
	max-width: calc(100vw - 16px);
}

@media only screen and (min-width: 720px) {
	section.article-slider-block .article-content-wrapper {
		max-width: 600px;
	}
}

section.article-slider-block .article-slider-display {
	margin: 0 0 8px;
}

section.article-slider-block .article-slider-display .swiper-slide img {
	border-radius: 7px;
	height: 375px;
	object-fit: cover;
}

section.article-slider-block .article-slider-list {
	margin: 8px 0;
}

section.article-slider-block .article-slider-list .swiper-slide {
	border: 3px solid transparent;
	border-radius: 4px;
	max-width: 83px;
}

section.article-slider-block
	.article-slider-list
	.swiper-slide.swiper-slide-thumb-active {
	border: 3px solid #0e6aed;
}

section.article-slider-block
	.article-slider-list
	.swiper-slide.swiper-slide-thumb-active
	img {
	border-radius: 0;
}

section.article-slider-block .article-slider-list .swiper-slide img {
	display: block;
	border-radius: 4px;
	min-width: 78px;
	max-width: 78px;
	min-height: 78px;
	max-height: 78px;
	object-fit: cover;
	object-position: center center;
}

section.article-share-block {
	padding: 20px 0 22px;
	position: relative;
}

@media only screen and (min-width: 1360px) {
	section.article-share-block {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 720px) {
	section.article-share-block .article-content-wrapper {
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width: 1360px) {
	section.article-share-block .article-content-wrapper {
		width: 100%;
	}
}

section.article-share-block .article-share-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}
section.article-share-block .article-social-list {
	margin-right: 31px;
}
section.article-share-block .share-link {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	margin-right: 24px;
}

section.article-share-block .share-link span {
	margin-right: 8px;
	min-width: 19px;
	max-width: 19px;
	min-height: 19px;
	max-height: 19px;
}

section.article-share-block .share-link span img {
	display: block;
}

section.article-share-block .share-social-list {
	display: inline-flex;
}
.article-share-form {
	display: flex;
}
section.article-share-block .article-share-form__input {
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 8px;
	width: 100%;
	outline: 0;
	border: 1px solid #8495a3;
	border-right: 0;
	border-radius: 3px;
}

@media only screen and (min-width: 720px) {
	section.article-share-block .article-share-form__input {
		min-width: auto;
	}
}

@media only screen and (min-width: 1360px) {
	section.article-share-block .article-share-form .article-share-form__input {
		min-width: 313px;
	}
}

section.article-share-block
	.article-share-form
	.article-share-form__input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #8495a3;
}

section.article-share-block .article-share-form .article-share-form__submit {
	height: 40px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	background: #0e6aed;
	outline: 0;
	border: none;
	border-radius: 0 3px 3px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

section.article-related-block {
	background: #f5f7f8;
	padding: 42px 8px 89px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 720px) {
	section.article-related-block {
		padding: 42px 0 89px;
	}
}
section.article-related-block.article-related-topics-block {
	grid-column-start: 1;
	grid-column-end: 3;
}
section.article-related-block.article-related-topics-block
	.community-discussions-item__wrap {
	grid-column-start: auto;
}
section.article-related-block .container {
	padding: 0;
	overflow-x: hidden;
}

section.article-related-block .related_content_title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 36px;
}

@media only screen and (min-width: 720px) {
	section.article-related-block .related_content_title {
		text-align: center;
	}
}

section.article-related-block .related-slider {
	overflow-x: hidden;
	margin: 0 auto;
}
section.article-related-block .related-slider .swiper-wrapper {
	height: inherit;
}
section.article-related-block .related-slider .swiper-wrapper > .swiper-slide {
	padding: 10px;
	height: inherit;
}
section.article-related-block .related-slider .swiper-wrapper .home_card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	position: relative;
}
.swiper-slide .home_card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.article-related-block .related-slider .post_footer .post_footer_bottom {
	position: static;
}
section.article-related-block
	.related-slider
	.swiper-wrapper
	.home_card
	.post_footer {
	padding: 0 20px 20px;
}
@media only screen and (max-width: 719px) {
	section.article-related-block .related-slider {
		overflow-x: unset;
		max-width: 300px;
		margin: 0;
	}
}

@media only screen and (min-width: 720px) {
	section.article-related-block .related-slider {
		max-width: 630px;
	}
}

@media only screen and (min-width: 992px) {
	section.article-related-block .related-slider {
		max-width: 800px;
	}
}

@media only screen and (min-width: 1360px) {
	section.article-related-block .related-slider {
		max-width: 1064px;
	}
}

@media only screen and (min-width: 1360px) {
	section.article-related-block .related-slider .swiper-button-next {
		right: calc(50% - 584px);
	}
}

@media only screen and (min-width: 1360px) {
	section.article-related-block .related-slider .swiper-button-prev {
		left: calc(50% - 584px);
	}
}

@media only screen and (max-width: 719px) {
	section.article-related-block .related-slider .swiper-button-next,
	section.article-related-block .related-slider .swiper-button-prev {
		display: none;
	}
}

section.article-related-block .related-slider .swiper-button-next::after,
section.article-related-block .related-slider .swiper-button-prev::after {
	display: none;
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_image_wrapper
	.card_image {
	display: block;
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_image_wrapper
	.card_image
	img {
	display: block;
	object-fit: cover;
	min-height: 174px;
	max-height: 174px;
	width: 100%;
	border-radius: 8px 8px 0 0;
}

section.article-related-block .related-slider .swiper-slide .home_card_content {
	padding: 20px 20px 0;
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_content
	.home_card_title {
	margin-bottom: 20px;
	display: block;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_content
	.post_tags {
	display: none;
	min-height: 66px;
}

@media only screen and (min-width: 1360px) {
	section.article-related-block
		.related-slider
		.swiper-slide
		.home_card_content
		.post_tags {
		display: flex;
	}
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_content
	.post_tags
	li {
	max-height: 20px;
	padding: 0 8px;
}

section.article-related-block
	.related-slider
	.swiper-slide
	.home_card_content
	.post_date
	span {
	font-size: 14px;
	color: #8495a3;
}

section.article-related-block .related-slider .swiper-pagination {
	bottom: 35px;
	top: auto;
}

section.article-related-block
	.related-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	background: #c3dafb;
	opacity: 1;
	width: 8px;
	height: 8px;
	transition: all 0.5s ease;
}

section.article-related-block
	.related-slider
	.swiper-pagination
	.swiper-pagination-bullet.middle-dot {
	width: 11px;
	height: 11px;
}

section.article-related-block
	.related-slider
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0e6aed;
}

.article-author-block .author-block,
.article-author-wrapper {
	background: #fff;
}

.article-author-block .author-block .author-image,
.article-author-wrapper .author-image {
	margin-right: 12px;
}

.article-author-block .author-block .author-image img,
.article-author-wrapper .author-image img {
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	object-fit: cover;
	object-position: center center;
	border-radius: 55px;
}

.article-author-block .author-block .author-info,
.article-author-wrapper .author-info {
	display: flex;
	flex-direction: column;
}

.article-author-block .author-block .author-info .author-name,
.article-author-wrapper .author-info .author-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
}

.article-author-block .author-block .author-info .author-position,
.article-author-wrapper .author-info .author-position {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.article-social-list {
	display: flex;
	align-items: center;
}

.article-social-list li {
	margin-right: 11px;
}

.article-social-list li a {
	display: flex;
	align-items: center;
}

.article-social-list li a img {
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
}

.sidebar-closed section.article-navigation {
	left: calc(50% + 260px);
}

.sidebar-closed section.article-share-block .article-share-form input {
	min-width: 250px;
}
@media (max-width: 450px) {
	.article-share-form {
		width: 100%;
	}
	.sidebar-closed section.article-share-block .article-share-form input {
		min-width: auto;
	}
}
.articles_list_filter {
	text-align: center;
}

.articles_list_filter h2 {
	margin-bottom: 30px;
}

.articles_list_filter .filter {
	justify-content: center;
}

.basic_articles_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e9ec;
}

.basic_articles_row:last-child {
	border-bottom: 0;
}

.basic_articles_row .basic_articles_card {
	flex-basis: calc(33.3% - 5px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.basic_articles_row .basic_articles_card .basic_articles_image_wrapper {
	flex-basis: calc(25% - 5px);
	flex-shrink: 0;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}

.basic_articles_row .basic_articles_card .basic_articles_image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.basic_articles_row .basic_articles_card .basic_articles_card_title {
	flex-basis: calc(75% - 5px);
	color: #0e6aed;
	flex-shrink: 0;
	font-size: 14px;
}

.breadcrumbs {
	padding-top: 24px;
	padding-bottom: 32px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs li {
	position: relative;
	margin-right: 20px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.breadcrumbs li::after {
	content: '';
	background: url(../images/arrow_right_grey.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -1px;
	right: -10px;
	width: 4px;
	height: 100%;
}

.breadcrumbs li:first-child {
	padding-left: 16px;
}

.breadcrumbs li:first-child::before {
	content: '';
	background: url(../images/home-icon.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}

.breadcrumbs li:last-child::after {
	display: none;
}

.breadcrumbs li a {
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
	color: #0e6aed;
}

.plates {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0;
}

@media only screen and (min-width: 720px) {
	.plates {
		padding: 15px 0;
	}
}

@media only screen and (min-width: 992px) {
	.plates {
		width: 100%;
		max-width: 978px;
		margin: 0 auto;
	}
}
.plates_item_wrap {
	width: 100%;
	position: relative;
}
.plates_item {
	display: flex;
	padding: 12px 0;
	position: relative;
}
.plates_item_btn {
	margin: -4px 0 12px 124px;
}
@media only screen and (min-width: 720px) {
	.plates_item_wrap {
		width: 50%;
	}
	.plates_item {
		padding: 9px 12px;
	}
	.plates_item_btn {
		margin: -4px 0 12px 136px;
	}
}

.plates_item:hover .plates_item_heading {
	color: #0e6aed;
}
.plates_item:hover .multiregional-links-block__dropdown {
	visibility: visible;
	opacity: 1;
}
.plates_item_img {
	width: 102px;
	height: 102px;
	margin-right: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-type-archive-tools .plates_item_img {
	background: #f6f9ff;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s;
}
.post-type-archive-tools .plates_item:hover .plates_item_img {
	background: #e6f0fd;
}
.plates_item_img img {
	border-radius: 8px;
}
.plates_item_content {
	flex: 1;
}

.plates_item_heading {
	position: relative;
	font-weight: 700;
	margin-bottom: 3px;
	transition: color 0.15s linear;
}

.events {
	padding: 24px 0;
}

.events_heading {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}

.events_item {
	padding: 12px 0;
}
.events_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
@media only screen and (min-width: 1101px) {
	.events_item {
		display: flex;
		align-content: center;
	}
	.events_item_img {
		max-width: 36.7%;
		width: 100%;
	}
	.events_item_img {
		display: flex;
		height: 100%;
		align-items: center;
	}
}
@media (min-width: 1101px) and (max-width: 1200px) {
	.events_item_img img {
		height: initial !important;
	}
}

.events_item_img img {
	height: 178px;
}

@media only screen and (min-width: 720px) {
	.events_item_img img {
		height: 256px;
	}
}

@media only screen and (min-width: 1360px) {
	.events_item_img img {
		min-height: 240px;
		height: auto;
		width: 402px;
	}
}

.events_item_content {
	padding: 20px;
	background: #f6f9ff;
}

@media only screen and (min-width: 992px) {
	.events_item_content {
		flex: 1;
	}
}

.events_item_link {
	display: block;
	margin: 0 0 16px;
}

.events_item_link:hover .events_item_heading {
	color: #0e6aed;
}

.events_item_heading {
	font: 700 20px/28px 'Open Sans', sans-serif;
	margin: 0;
	transition: 0.15s linear;
}

.events_item_details {
	display: flex;
	justify-content: space-between;
	padding-bottom: 6px;
}

.events_item_tags li:not(.other_tag_type) {
	display: none;
}

@media only screen and (min-width: 720px) {
	.events_item_tags li:not(.other_tag_type) {
		display: block;
	}
}

.events_item_date {
	color: #0e6aed;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.events_item_description {
	margin: 0 0 16px;
}

.btn {
	display: inline-flex;
	background: #267af2;
	padding: 4px 10px;
	font: 600 16px/24px 'Open Sans', sans-serif;
	border-radius: 3px;
	border: 0;
}

.btn,
.btn span {
	color: #fff;
}

.btn_right_arrow {
	position: relative;
	padding-right: 30px;
}

.btn_right_arrow:before {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../images/arrow_right_white.svg) no-repeat 50% 50% / contain;
}

.btn_icon {
	margin-right: 8px;
}

.articles {
	padding: 24px 0;
	overflow: hidden;
}

.articles_heading {
	margin-bottom: 24px;
}

@media only screen and (min-width: 720px) {
	.articles_list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px;
	}
}

.articles_item {
	padding: 12px 0;
	border-top: 1px solid #e6e9ec;
}

.articles_item:first-child {
	border-top: 0;
}

@media only screen and (min-width: 720px) {
	.articles_item {
		width: 50%;
		padding: 12px;
	}
}

@media only screen and (min-width: 1360px) {
	.articles_item {
		width: 33.33%;
	}
}

@media only screen and (min-width: 720px) {
	.articles_item:nth-child(1),
	.articles_item:nth-child(2) {
		border-top: 0;
	}
}

@media only screen and (min-width: 1360px) {
	.articles_item:nth-child(1),
	.articles_item:nth-child(2),
	.articles_item:nth-child(3) {
		border-top: 0;
	}
}

.articles_item_link {
	display: flex;
	align-content: center;
}

.articles_item_link:hover .articles_item_name {
	color: #22445f;
}

.articles_item_img {
	display: flex;
	width: 84px;
	height: 84px;
	margin-right: 24px;
	border-radius: 4px;
	overflow: hidden;
}

.articles_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.articles_item_name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #0e6aed;
	flex: 1;
	font-size: 14px;
	line-height: 20px;
}

.subscribe {
	padding: 24px 0;
}

.subscribe_heading {
	margin-bottom: 24px;
}

.subscribe_body {
	display: flex;
	background: #f6f9ff;
}

.subscribe_col {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 52px 52px;
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.subscribe_col {
		flex-direction: row;
	}
}
@media (max-width: 576px) {
	.subscribe_col {
		padding: 16px 12px;
	}
}

.subscribe_img {
	display: flex;
	justify-content: center;
	width: 216px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 720px) {
	.subscribe_img {
		margin: 0 30px 0 0;
	}
}

@media only screen and (min-width: 1360px) {
	.subscribe_img {
		margin-right: 0;
		padding-right: 32px;
		width: 53%;
		max-width: 443px;
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 1360px) {
	.subscribe_img img {
		width: 283px;
	}
}

@media only screen and (min-width: 720px) {
	.subscribe_content {
		flex: 1;
	}
}

@media only screen and (min-width: 1360px) {
	.subscribe_content {
		width: 48%;
		max-width: 405px;
		flex: none;
	}
}

@media only screen and (min-width: 1360px) {
	.subscribe_form {
		display: flex;
		align-items: flex-start;
	}
	.subscribe_form button {
		min-height: 34px;
	}
}

.subscribe_form_row {
	margin-bottom: 14px;
}

@media only screen and (min-width: 1360px) {
	.subscribe_form_row {
		margin-bottom: 0;
		width: auto;
		flex: 1;
	}
}
h4.subscribe_content_title {
	font-size: 16px !important;
}
.subscribe_content_title {
	margin-bottom: 12px;
}

.subscribe_content_text {
	margin-bottom: 24px;
}

.subscribe_content_text p {
	padding-top: 12px;
	color: #22445f;
	font-size: 16px !important;
}

.subscribe_content_text p:first-child {
	padding-top: 0;
}

.services {
	background: #e6f0fd;
	padding: 48px 0;
}

@media only screen and (min-width: 992px) {
	.services_holder {
		padding-left: 314px;
	}
}

.services_title {
	margin: 0 0 10px;
}

@media only screen and (min-width: 720px) {
	.services_list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
	}
}

.services_list_item {
	padding-top: 14px;
}

@media only screen and (min-width: 720px) {
	.services_list_item {
		width: 50%;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.services_list_item {
		width: 25%;
	}
}

.services_list_link {
	display: flex;
	align-items: center;
}

.services_list_link:hover .services_list_name {
	color: #0e6aed;
}

.services_list_img {
	margin-right: 8px;
	display: flex;
	width: 40px;
	height: 40px;
}

.services_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services_list_name {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	transition: color 0.15s linear;
}

.form_control {
	width: 100%;
	display: block;
	border: 1px solid #c1cad1;
	border-radius: 2px;
	background: #fff;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #092c47;
	transition: border-color 0.15s linear;
}

.form_control:focus {
	border-color: #0e6aed;
}

.form_control::placeholder {
	color: #8495a3;
}

.form_control.type_file {
	position: relative;
	cursor: pointer;
}

.form_control.type_file:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	right: 11px;
	top: 50%;
	margin-top: -7px;
	background: url(../images/attachments-icon.svg) no-repeat 50% 50%;
}

span.form_control:not(.active) {
	color: #8495a3;
}

textarea.form_control {
	height: 153px;
	resize: vertical;
}

.input-file {
	display: none;
}

.form_body {
	margin: 0 -8px;
}

@media only screen and (min-width: 720px) {
	.form_body {
		display: flex;
		flex-wrap: wrap;
	}
}

.form_item {
	padding: 0 8px;
	margin-bottom: 16px;
}

@media only screen and (min-width: 720px) {
	.form_item {
		width: 50%;
	}
}

.form_item_wide {
	width: 100%;
}

.form_item_label {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	display: block;
}

.horizontal-cards {
	padding: 24px 0;
}

.horizontal-cards_title {
	margin-bottom: 24px;
}

.material-archive__figure {
	position: relative;
}

@media only screen and (min-width: 801px) {
	.category-filter {
		display: flex;
		max-width: 786px;
		margin: 0 auto;
	}
}

.category-filter_item {
	width: 230px;
	padding: 6px 0;
}

@media only screen and (min-width: 801px) {
	.category-filter_item {
		width: 33.33%;
		padding: 0 6px;
	}
}

.category-filter_item_label {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.custom-select {
	position: relative;
	width: 100%;
	z-index: 2;
}

.custom-select_opener {
	width: 100%;
	border: 1px solid #c1cad1;
	border-radius: 2px;
	position: relative;
	background: #fff;
	min-height: 40px;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 5px 35px;
	font-size: 14px;
	line-height: 22px;
	transition: border-color 0.15s linear;
}

.custom-select_opener:hover {
	border-color: #267af2;
}

.custom-select_opener:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 11px;
	right: 8px;
	background: url(../images/select-icon.svg) no-repeat 50% 50%;
}

.custom-select_opener em {
	font-style: normal;
}

.custom-select_current_divider,
.custom-select_opener,
.custom-select_opener_available,
.custom-select_opener_placeholder,
.custom-select_opener_placeholder_count,
.custom-select_opener_selected,
.custom-select_opener_value {
	color: #c1cad1;
}

.custom-select_opener_available {
	margin-right: 5px;
}

.custom-select_opener_selected {
	display: none;
}

.custom-select_opener_icon {
	position: absolute;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 8px;
	left: 8px;
}

.custom-select_drop {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	flex-direction: column;
	align-content: center;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	display: none;
}

.custom-select_drop_list {
	flex: 1;
}

.custom-select_checkbox {
	display: block;
	cursor: pointer;
}

.custom-select_checkbox_input {
	display: none;
}

.custom-select_checkbox_body {
	display: block;
	background: #fff;
	padding: 5px 38px 5px 12px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	transition: background 0.15s linear, color 0.15s linear;
}

.custom-select_checkbox_body:before {
	content: '';
	position: absolute;
	right: 12px;
	top: 8px;
	width: 16px;
	height: 16px;
	opacity: 0;
	background: url(../images/check-icon.svg) no-repeat 50% 50%;
	transition: opacity 0.15s linear;
}

.custom-select_checkbox_body:hover {
	color: #267af2;
}

.custom-select_checkbox_input:checked ~ .custom-select_checkbox_body {
	background: #ecf4fe;
}

.custom-select_checkbox_input:checked ~ .custom-select_checkbox_body:before {
	opacity: 1;
}

.custom-select_drop_footer {
	display: flex;
	padding: 12px;
}

.custom-select_drop_clear {
	border: 1px solid #267af2;
	color: #267af2;
	font: 600 13px/18px 'Open Sans', sans-serif;
	padding: 5px 7px;
	border-radius: 4px;
	background: #e6f0fd;
	transition: all 0.15s linear;
}

.custom-select_drop_clear:hover {
	background: #267af2;
	color: #fff;
}

.custom-select_drop_overline {
	display: block;
	padding: 6px 12px;
	color: #8c99a6;
	font-size: 12px;
	line-height: 20px;
}

.custom-select.active {
	z-index: 3;
}

.custom-select.active .custom-select_opener:before {
	transform: rotateX(180deg);
}

.custom-select.active .custom-select_drop {
	display: flex;
}

.custom-select.has-value .custom-select_opener_selected {
	display: flex;
}

.custom-select.has-value .custom-select_opener_placeholder {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal.active {
	display: flex;
}

.modal_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.modal_body {
	background: #fff;
	padding: 20px;
	width: 430px;
	max-width: calc(100% - 24px);
	position: relative;
	z-index: 1;
	margin: 20px 0;
	max-height: 90vh;
	overflow-y: auto;
}

.modal_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/close-icon.svg) no-repeat 50% 50%;
	border: 0;
	background-size: 16px;
}

.modal_title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.modal_text {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 20px;
}

.modal_text p {
	margin-top: 16px;
}

.modal_text p:first-child {
	padding-top: 0;
}
.tpl-title-section h1 {
	line-height: 41px;
}
.wp-block-embed.is-type-video,
.mejs-video {
	margin: 20px 0px;
}
.mejs-duration,
.mejs-currenttime {
	color: #fff;
}
.wp-block-embed .wp-block-embed__wrapper > div,
.wp-block-embed .wp-block-embed__wrapper > div > div {
	width: initial !important;
	max-width: 100%;
}

.single section.article-slider-block .article-slider-text p {
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
}
.single .article-content-aside .aside-text a {
	font-size: 14px !important;
	line-height: 22px !important;
	text-align: left !important;
	background: none !important;
	border: none !important;
	text-decoration: underline;
	color: #4b91f5 !important;
}

.pld-undo-like-trigger.pld-prevent svg path {
	fill: #0e6aed;
	fill-opacity: 1;
}
.pld-undo-like-trigger.pld-prevent svg {
	stroke-width: 0.6px;
	stroke: #0e6aed;
}

.sidebar__aside-image img {
	height: 103px;
}

.image-caption-block {
	padding-top: 16px;
	margin-bottom: 16px;
}
.image-caption-block__image {
	border-radius: 7px;
	object-fit: cover;
	margin-bottom: 16px;
}
.image-caption-block__caption,
.wp-block-image .wp-element-caption {
	color: #476175;
	font-size: 16px !important;
	line-height: 24px !important;
}
.single .article-content-sections h2 + .image-caption-block {
	padding-top: 0;
}
.ma-gdpr-youtube-thumbnail img {
	border-radius: 4px;
}
.button-block {
	margin: 20px 0;
}
.button-block__btn {
	border-radius: 3px;
	padding: 8px 12px;
	border: 1px solid #0e6aed;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s;
	display: inline-block;
}
.button-block__icon {
	width: 12px;
	height: 12px;
}
.button-block__icon_right {
	margin-right: 4px;
}
.button-block__icon_left {
	margin-left: 4px;
}
.btn_blue {
	font-weight: 600;
	cursor: pointer;
	border-radius: 3px;
	background: #0e6aed;
	border-color: #0e6aed;
	color: #fff;
}
.btn_blue:hover {
	background: #1a5ade;
	border-color: #1a5ade;
}

.btn_outline_blue {
	font-weight: 600;
	border-radius: 3px;
	border: 1px solid;
	border-color: #0e6aed;
	color: #0e6aed;
}
.btn_outline_blue_light {
	background-color: #fff;
	border-color: #c3dafb;
}
.btn_outline_blue:hover {
	background: #f6f9ff;
	border-color: #1a5ade;
	color: #1a5ade;
}
.btn_outline_gray {
	border-color: #c1cad1;
	color: #092c47;
}
.btn_outline_gray:hover {
	background: #f5f7f8;
	border-color: #8495a3;
}
.finishing-options__before-after-container .image-rgt,
.finishing-options__before-after-container .image-lft,
.popup-overlay .image-rgt,
.popup-overlay .image-lft {
	background-color: #fff;
}

.popup-overlay {
	z-index: 9999;
}
.wp-block-image figcaption {
	margin-bottom: 8px;
	margin-top: 16px;
}

.table-with-white-space thead th {
	white-space: normal !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.single table thead {
	margin-bottom: 14px;
}
.single table tbody tr:nth-child(odd) {
	background-color: #f6f9ff;
}

.single
	table
	tbody
	td:not(.bend-radius-tool__cell, .bend-radius-calculator-result__cell),
.single
	table
	thead
	th:not(.bend-radius-tool__cell, .bend-radius-calculator-result__cell) {
	color: #092c47;
	border: none;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	padding: 7px;
}

.single table thead th:not(.bend-radius-tool__cell) {
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

.btn_disabel {
	background: #e6e9ec;
	color: #476175;
	pointer-events: none;
}
@media (max-width: 768px) {
	.single .wp-block-table {
		max-width: calc(100vw - 16px);
	}
}
.text-center {
	text-align: center;
}
.single:not(.single-forum) main .content {
	width: 100%;
}
@media (min-width: 800px) {
	.single:not(.single-forum) main .content {
		width: calc(100% - 38px);
	}
}

.events .events_list {
	padding: 12px 0;
	display: grid;
	gap: 24px;
}
.events .events_list .events_item {
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	background: #f6f9ff;
}
@media (max-width: 1100px) {
	.events .events_list .events_item {
		display: block;
	}
}
.home .title {
	margin-top: 0;
}
.home section {
	margin-bottom: 48px;
}
.home .free_tools_section {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 36px;
}
.home .free_tools_section .title,
.home .courses .title,
.home .latest_articles .title {
	margin-bottom: 12px;
}
.home .courses {
	margin-bottom: 40px;
}
.home .latest_articles {
	margin-bottom: 36px;
}
.home .filter_section {
	padding-top: 0;
	margin-bottom: 20px;
}
@media (min-width: 375px) {
	.home .main .content {
		margin-bottom: 72px;
	}
}

.home #loom-companion-mv3 {
	display: none;
}
.page-template-tpl-page .content__text * {
	margin-bottom: 6px;
}
.page-template-tpl-page .content__text *:not(li) {
	margin-bottom: 16px;
}
.page-template-tpl-page .content__text h2,
.page-template-tpl-page .content__text h3 {
	margin-top: 24px;
}
.page-template-tpl-page .content {
	padding-top: 0;
}
.modal_basic {
	display: none;
	width: fit-content;
	height: fit-content;
	z-index: 22;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 90vh;
	overflow-y: auto;
}

.popup-modal {
	padding: 20px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	box-shadow: 0px 0px 12px 0px #86b5f8;
	max-width: 660px;
	margin: auto;
}
.close-modal {
	height: 30px;
	width: 30px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	line-height: 1;
	color: #8495a3;
	font-size: 25px;
	transition: 0.3s;
}
.close-modal:hover {
	color: #476175;
}

.popup-modal__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #262626;
	margin-bottom: 5px;
}
.popup-modal__title_small {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}
.popup-modal__descriptions {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
}
.popup-modal .input {
	border: 1px solid #c1cad1;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	margin-bottom: 16px;
}
.popup-modal label {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 2px;
}

.popup-modal .login-remember {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.popup-modal .register-remember {
	display: block;
	margin-bottom: 14px;
}
.popup-modal .login-remember label {
	margin-bottom: 0;
	display: flex;
}
.popup-modal .login-remember input {
	margin-right: 10px;
}
.popup-modal .lost-password-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #1a5ade;
}
.login-form__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 14px;
}
.button.button-primary {
	padding: 4px 30px 4px 8px;
	background-image: url(../images/arrow_right_white.svg);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-color: #0e6aed;
	background-size: 16px;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 3px;
	margin-bottom: 16px;
}
.text-register {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #8495a3;
}
.btn-register,
.btn-back-to-login {
	color: #1a5ade;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 21;
}

#login-modal .mo-openid-app-icons a.mo_btn,
#login-modal .nsl-container-buttons a,
.login-with__item {
	display: block;
	border: 1px solid #c1cad1 !important;
	font-size: 14px;
	border-radius: 2px;
	color: #092c47;
}
.single-courses .sidebar_wrapper .sidebar {
	padding-left: 45px;
}
.form-error:not(:empty) {
	margin-bottom: 14px;
	color: #e63817;
	font-size: 13px;
	line-height: 20px;
	padding-left: 24px;
	background-image: url(../images/exclamation-circle.svg);
	background-position: left center;
	background-repeat: no-repeat;
}
.form-error_login:not(:empty),
.form-error_register:not(:empty) {
	margin-top: -16px;
}
.login-modal {
	max-width: 400px;
	width: 100%;
}
.login-modal .popup-modal {
	padding: 25px 30px;
}
#login-modal .input-password {
	position: relative;
}
#login-modal .input-password input {
	padding-right: 30px;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: calc(50% - 16px);
	cursor: pointer;
}
#login-modal div.nsl-container.nsl-container-block .nsl-container-buttons {
	display: block;
	width: 100%;
	padding: 0;
}
#login-modal .nsl-container-buttons a .nsl-button {
	box-shadow: none;
}
#login-modal
	div.nsl-container
	.nsl-button-default
	div.nsl-button-label-container,
.login-with__item {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 40px;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
#login-modal
	div.nsl-container
	.nsl-button-default
	div.nsl-button-label-container {
	margin-left: 0;
}
#login-modal div.nsl-container .nsl-button-svg-container {
	padding: 0;
	margin: 4px 10px 4px 12px;
	position: absolute;
}

.login-with__item img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.login-with__item {
	cursor: pointer;
	text-align: center;
}
.widget-area.login-with__item {
	padding: 0;
}
.login-with__item .custom-widget {
	width: 100%;
}
.login-with__item form a {
	width: 100%;
	padding: 8px 40px;
	display: block;
}
.login-with__wrap {
	position: absolute;
	left: 0;
	margin: 0 10px 0 12px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#login-modal
	div.nsl-container
	.nsl-button-default
	div.nsl-button-label-container
	b {
	font-weight: 700;
}

@media (max-width: 576px) {
	.popup-modal {
		width: calc(100vw - 30px);
		max-width: 400px;
	}
	.login-modal .popup-modal {
		padding: 25px 15px;
	}
	#login-modal
		div.nsl-container
		.nsl-button-default
		div.nsl-button-label-container,
	.login-with__item {
		padding-right: 15px;
	}
}
body div.nsl-container-block-fullwidth .nsl-container-buttons a,
body div.nsl-container-block .nsl-container-buttons a {
	margin: 14px 0;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
	flex-basis: 100%;
}
.wpdiscuz-item.wc_name-wrapper,
.wpdiscuz-item.wc_email-wrapper,
body:not(.logged-in) .wc_comm_submit {
	display: none;
}
#comments {
	max-width: 100%;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
	box-shadow: none;
	border-radius: 2px;
}
#wpdcom .wpd-thread-list {
	padding-top: 0;
}

.cbxwpbkmarkguest-message {
	display: none;
}

@media (min-width: 576px) {
	.card-style-account__title {
		font-size: 20px;
		line-height: 28px;
	}
}
.card-style-account__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
.card-style-account__title {
	font-weight: 700;
}
.card-style-account .post_tags li {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 8px;
	margin-right: 8px;
	margin-bottom: 4px;
}
.card-style-account .post_footer .post_footer_bottom .post_activity {
	margin-top: 0;
}
.card-style-account.small_post {
	margin-top: 24px;
	margin-bottom: 48px;
	padding-bottom: 0;
	border-bottom: none;
}
.card-style-account .post_date {
	flex-shrink: 0;
	padding-left: 10px;
	line-height: 28px;
}
@media (max-width: 992px) {
	.card-style-account__row {
		display: block;
	}
	.card-style-account .post_date {
		padding-left: 0;
		line-height: 21px;
		font-size: 14px;
	}
	.card-style-account__title {
		margin-bottom: 6px;
	}
}
@media (max-width: 576px) {
	.card-style-account__title {
		font-size: 16px;
		line-height: 24px;
	}
}
.compare-image-block {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.compare-image-block * {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* cursor arrows */
	cursor: col-resize;
}

.compare-image-block__container {
	position: absolute;
}
.compare-image-block__container img {
	object-fit: cover;
}
.foreground-picture-container {
	width: 50%;
	overflow: hidden;
}
.compare-image-block__handle {
	height: 34px;
	width: 34px;
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: -18px;
	margin-top: -22px;
	border: 2px solid #476175;
	background: #fff;
	border-radius: 50%;
	z-index: 31;
	background: url(../single-materials/compareCursor.svg) no-repeat center
		center;
}

.compare-image-block__handle::after,
.compare-image-block__handle::before {
	content: '';
	width: 3px;
	height: 9999px;
	background: #476175;
	left: 50%;
	margin-left: -1.5px;
	position: absolute;
	z-index: 30;
}
.compare-image-block__handle::before {
	margin-bottom: 17px;
	bottom: 50%;
}
.compare-image-block__handle::after {
	margin-top: 17px;
	top: 50%;
}
.compare-image-block__legend {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	padding: 7px;
	top: 0;
	right: 0;
	white-space: nowrap;
}
.foreground-picture-container .compare-image-block__legend {
	left: 0;
	right: auto;
}
.compare-image-block__description {
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
}
.wpd-avatar img {
	background-color: #e6f0fd;
}

.hidden-menu {
	z-index: 5;
	display: none;
	top: 53px;
	left: 0;
	background: #fff;
	position: absolute;
	box-shadow: 0px 21px 40px 0px rgba(0, 0, 0, 0.15);
}
.account-menu {
	top: 60px;
}
.account-menu__list {
	min-width: 300px;
	max-width: 380px;
}
.account-menu__item a {
	padding: 14px 24px;
	width: 100%;
	border-bottom: 2px solid rgba(230, 233, 236, 1);
	display: flex;
	align-items: center;
	font-weight: 700;
	transition: 0.3s;
}
.account-menu__item a svg {
	fill: #476175;
	margin-right: 8px;
	transition: 0.3s;
}

.account-menu__item a:hover svg {
	fill: #0e6aed;
}
.account-menu__list .account-menu__item a:hover {
	color: #0e6aed;
}
.account-menu__item:last-child a {
	border: none;
}
.wrap-account-menu {
	margin-right: 18px;
}
@media (min-width: 992px) {
	.wrap-account-menu {
		position: relative;
	}
}
@media (max-width: 992px) {
	.wrap-account-menu {
		margin-right: 12px;
	}
	.account-menu {
		top: calc(100% + 1px);
		width: 100vw;
	}
	.account-menu__list {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 800px) {
	.wrap-account-menu {
		margin-right: 0;
		order: 4;
	}
}
@media (max-width: 720px) {
	.wrap-account-menu {
		margin-right: 0;
		width: 0;
	}
}
.language-switcher {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	background: #fff;
	width: 100%;
	padding: 40px;
	box-shadow: 0px 21px 40px 0px rgba(0, 0, 0, 0.15);
	display: none;
	z-index: 5;
}
.language-switcher__region {
	transition: 0.3s;
	padding: 8px;
	border-radius: 3px;
}
.language-switcher__region:hover {
	background: #f6f9ff;
}
.language-switcher__region.active {
	order: -1;
}
.language-switcher__region.active .language-switcher__type::after,
.language-switcher__link.active::after {
	content: '';
	width: 13px;
	height: 10px;
	background: url(../images/check_blue.svg) center no-repeat;
	margin-left: 8px;
	display: inline-block;
}
.language-switcher__type {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.wpml-ls-flag {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
}
.language-switcher__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px 24px;
}
.language-switcher__link {
	font-weight: 400;
	color: #0e6aed;
	font-size: 14px;
	display: block;
	transition: 0.3s;
	border-radius: 3px;
	padding: 2px 8px;
	line-height: 20px;
	position: relative;
}
.language-switcher__link.active {
	pointer-events: none;
	color: #2437bf;
	font-weight: 600;
	width: fit-content;
}
.language-switcher__link.active::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2437bf;
	left: 0;
	bottom: 0;
}
.language-switcher__link:hover {
	color: #2437bf;
	background: #e6f0fd;
}
.language-switcher__column {
	display: flex;
	flex-direction: column;
	max-height: 320px;
	flex-wrap: wrap;
	gap: 8px;
}

.footer_btn-language-switcher {
	color: #8495a3;
}

@media (max-width: 768px) {
	.language-switcher {
		padding: 24px;
	}
}
@media (max-width: 500px) {
	.language-switcher__column {
		max-height: 100%;
	}
	.menu-language-switcher {
		width: 100%;
	}
}

body.lang-en .account-menu {
	right: 0;
	left: unset;
}
.error-message {
	color: #e63817;
	font-size: 13px;
	margin-top: 5px;
}
figure.wp-block-image {
	height: fit-content;
}

.custom-select_wrap {
	overflow: hidden;
}
.custom-select_scroll {
	height: fit-content;
	max-height: 300px;
	overflow-y: auto;
}
.tpl-descriptions {
	padding-top: 24px;
}
.latest_articles_descriptions {
	margin-bottom: 12px;
}

.single .community-discussions-block {
	max-width: 100%;
	padding: 0 0 42px;
	background: #fff;
}
.community-discussions-block__content {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.community-discussions-block__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px 0;
	margin-bottom: -15px;
	margin-right: -24px;
}
.community-discussions-item__divider {
	grid-column-start: 1;
	grid-column-end: 4;
	margin: 0;
	background: #e6e9ec;
}
.community-discussions-block__slider {
	overflow: hidden;
	width: 100%;
	margin-bottom: 24px;
}
.community-discussions-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px;
	background: #ffffff;
	border-radius: 8px;
	transition: 0.3s;
	height: 100%;
}

.community-discussions-slide {
	width: 40%;
}

@media (max-width: 1000px) {
	.community-discussions-block__grid {
		grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	}
}
@media (min-width: 650px) {
	.community-discussions-block__slider {
		display: none;
	}
	.community-discussions-item__wrap {
		border-bottom: 1px solid #e6e9ec;
		padding-bottom: 14px;
		padding-right: 24px;
	}
}

@media (max-width: 650px) {
	.community-discussions-block__grid * {
		display: none;
	}
	.community-discussions-block__grid {
		display: block;
		order: 10;
		margin-bottom: 0;
		margin-right: 0;
	}
	.community-discussions-block__grid
		.community-discussions-item__wrap_action {
		display: block;
	}
	.community-discussions-block__grid .community-discussions-item_action {
		background: #fff;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
		padding: 0;
	}
	.community-discussions-block {
		max-width: calc(100vw - 30px);
	}
	.community-discussions-item__overflow {
		height: 100px;
	}
	.community-discussions-item__divider {
		margin: 12px 0;
	}
	.community-discussions-item__header {
		height: 26px;
		overflow: hidden;
	}
}
@media (max-width: 540px) {
	.community-discussions-slide {
		width: 75%;
	}
}
.community-discussions-item:not(.community-discussions-item_action):hover {
	background: #e6f0fd;
}
.community-discussions-item__header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 10px;
}
.community-discussions-item__author {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #476175;
	margin-right: 10px;
}
.community-discussions-item__date {
	display: flex;
	align-items: center;
}
.community-discussions-item__author img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.community-discussions-item__overflow {
	overflow: hidden;
	max-height: 100px;
	margin-bottom: 10px;
}
.community-discussions-item__title,
.community-discussions-item__text {
	font-size: 14px;
	line-height: 20px;
}
.community-discussions-item__title {
	font-weight: 700;
}
.color_light_gray {
	color: #8495a3;
}
.community-discussions-item__reply {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.community-discussions-item__reply img {
	margin-right: 4px;
}
.community-discussions-item_action {
	background: #f6f9ff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.community-discussions-btn {
	display: block;
	padding: 8px;
	min-width: 210px;
	text-align: center;
}
.btn_plus_wrap {
	display: flex;
	justify-content: center;
	padding-left: 0;
}
.btn_plus {
	padding-left: 30px;
	position: relative;
	color: inherit;
	width: fit-content;
	display: block;
	padding-left: 30px;
	position: relative;
}
.btn_plus:before,
.btn_plus:after {
	content: '';
	position: absolute;
	background-color: white;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_plus:before {
	width: 2px;
	height: 14px;
	left: 14px;
}

.btn_plus:after {
	height: 2px;
	width: 14px;
	left: 8px;
}

/*popup*/
.two-line-form label {
	grid-area: label;
}

.two-line-form .bbp_dropdown {
	grid-area: select;
	border-radius: 2px;
	border: 1px solid #c1cad1;
}

.two-line-form .bbp_dropdown.open::after {
	transform: rotateX(180deg);
}

.two-line-form .bbp_dropdown::after {
	background-image: url('../../assets/forum/img/arrow-down.svg');
	border: none;
	transform: rotate(0);
	transform-origin: unset;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 24px;
	height: 24px;
}

.two-line-form .bbp_dropdown > .current {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#topic-form .two-line-form .bbp_dropdown > .current {
	display: flex;
	align-items: center;
	height: 100%;
	overflow: hidden;
	width: calc(100% - 15px);
}
#topic-form .nice-select.bbp_dropdown .list {
	overflow-y: auto;
	min-width: 100%;
	width: fit-content;
	max-width: 500px;
	max-height: 200px;
	left: unset !important;
}

.two-line-form input[type='text'] {
	grid-area: input;
	/* color: #8495a3; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.two-line-form {
	display: grid;
	grid-template-columns: 1fr clamp(252px, 252px, 415px);
	grid-template-rows: auto auto;
	gap: 2px 14px;
	margin-bottom: 16px;
	grid-template-areas:
		'label .'
		'input select';
}

.new-topic-submit {
	border-radius: 3px;
	background: #0e6aed;
	border: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	color: #ffffff;
	padding: 4px 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.topic-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 22;
	justify-content: center;
	align-items: center;
	max-height: 100vh;
	overflow-y: auto;
}
.topic-popup .popup-content {
	margin: auto 15px;
}
#topic-form label.topic-description {
	flex-direction: column;
	display: flex;
	margin-bottom: 16px;
}

.popup-content input,
.popup-content textarea {
	border-radius: 2px;
	border: 1px solid #c1cad1;
	padding: 6px 40px 6px 12px;
}

.popup-content input::placeholder,
.popup-content textarea::placeholder {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.popup-content textarea {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	resize: vertical;
	min-height: 141px;
}

svg.svg-loader {
	width: 24px;
	height: 24px;
}

.popup-content label span {
	color: #262626;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 2px;
}

.popup-content h4 {
	margin-bottom: 16px;
}

.popup-content {
	border-radius: 6px;
	box-shadow: 0 0 12px 0 #86b5f8;
	background-color: white;
	width: 100%;
	max-width: 699px;
	margin: auto;
	padding: 20px;
	position: relative;
}

.close-popup {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	width: 14px;
	height: 14px;
}
.close-popup:before,
.close-popup:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #8495a3;
	transform-origin: center;
}

.close-popup:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.close-popup:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.plus-icon {
	width: 14px;
	height: 14px;
	position: relative;
	background-color: transparent;
}

.plus-icon:before,
.plus-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: white;
}

.plus-icon:before {
	width: 2px;
	height: 100%;
	top: 0;
	transform: translateX(-50%);
}

.plus-icon:after {
	height: 2px;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	#topic-form .two-line-form {
		grid-template-columns: 1fr;
		grid-template-areas:
			'label'
			'input'
			'select';
		gap: 14px;
	}
}
/*popup*/
.block_descriptions {
	margin-bottom: 24px;
}
.posts_section .title {
	margin-bottom: 12px;
}
.btn_basic {
	padding: 8px 12px;
	line-height: 24px;
	text-align: center;
}
/* megamenu_right_global */
.megamenu_right_global {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.megamenu_right_global_content {
	border-left: 1px dashed #428ff2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 72px 40px;
}
.megamenu_right_global_img {
	position: absolute;
	width: 131px;
	height: 140px;
	object-fit: contain;
	right: -28px;
	top: -90px;
}
.megamenu_right_global_card {
	position: relative;
	background: #f6f9ff;
	border-radius: 8px;
	padding: 20px 32px;
	max-width: 390px;
	cursor: pointer;
	transition: 0.3s;
}
.megamenu_right_global_card:hover {
	background: #e6f0fd;
}
.megamenu_right_global_title {
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}
.megamenu_right_global_text {
	margin-bottom: 20px;
	color: #22445f;
}
.megamenu_right_global_btn {
}
@media (max-width: 1200px) {
	.megamenu_right_global_content {
		padding: 72px 28px;
	}
	.megamenu_right_global_card {
		padding: 20px 40px;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	body.lang-en .megamenu .container .megamenu_right {
		flex-basis: 36.6%;
	}
	body.lang-en .megamenu .container .megamenu_center {
		flex-basis: 30%;
	}
}
@media (max-width: 992px) {
	.megamenu .container .megamenu_right_global {
		padding: 56px 0;
	}
	.megamenu_right_global_content {
		padding: 80px 28px 40px;
	}
	.megamenu_right_global_img {
		top: -100px;
	}
}
@media (max-width: 768px) {
	.megamenu_right_global_content {
		padding: 80px 16px 40px;
	}
	.megamenu_right_global_img {
		right: -16px;
	}
}
@media (max-width: 576px) {
	.megamenu_right_global_img {
		display: none;
	}
	.megamenu_right_global_content {
		padding: 0;
		border-left: none;
	}
	.megamenu_right_global_card {
		padding: 0;
		max-width: 100%;
		background: none;
		border-radius: 0;
		text-align: center;
	}
	.megamenu .container .megamenu_right_global {
		padding: 24px 8px;
	}
	.megamenu .container .megamenu_center {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 20px;
	}
	.megamenu .container .megamenu_left {
		padding: 16px;
		margin: 0 8px;
	}

	.megamenu_right_global_title,
	.megamenu .container .megamenu_left .megamenu_left_title {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.megamenu_right_global_text {
		margin-bottom: 16px;
	}
	.megamenu_right_global_text *,
	.megamenu .container .megamenu_left * {
		font-size: 14px !important;
	}
	.megamenu .container .megamenu_left .megamenu_left_link {
		margin-top: 4px;
	}
	.megamenu .container .megamenu_left .megamenu_left_img {
		max-width: 120px;
		margin-bottom: 10px;
	}
}

.select-region-modal__content {
	display: block;
	padding: 32px 40px;
}
.select-region-modal__title {
	margin-bottom: 8px;
}
.select-region-modal_description {
	color: #476175;
	font-size: 14px;
	margin-bottom: 16px;
}
#select-region-modal .close-modal {
	top: 10px;
	right: 16px;
}
.select-region-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px 32px;
	margin-bottom: 24px;
}
.select-region-modal__item {
	display: flex;
	align-items: center;
	border: 1px solid #e6f0fd;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 12px;
	transition: 0.3s;
}
.select-region-modal__item:hover,
.select-region-modal__item:active,
.select-region-modal__item:focus {
	border-color: #2437bf;
	color: #2437bf;
}
.select-region-modal__flag {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
}
.select-region-modal__country {
	font-weight: 600;
	color: inherit;
}

.filter_tag_mob {
	position: relative;
}
.global-megamenu__item {
	cursor: pointer;
	position: relative;
}
.selected.global-megamenu__item > a,
.global-megamenu__item:hover > a {
	color: #0e6aed;
}
.megamenu_dropdown {
	position: absolute;
	box-shadow: 0px 2px 8px 0px #00000026;
	border-radius: 3px;
	background-color: #fff;
	display: none;
	z-index: 1;
	top: 40px;
	left: 48px;
	width: calc(100% - 44px);
}
.megamenu_dropdown__flag {
	width: 18px !important;
	height: 18px !important;
	border-radius: 50%;
	object-fit: cover !important;
	margin: 0 8px 0 0 !important;
}
.megamenu_dropdown__item {
	display: flex;
	align-items: center;
	padding: 7px 12px;
	transition: 0.3s;
	font-weight: 400;
}
.megamenu_dropdown__item:hover {
	background: #ecf4fe;
}
.dropdown-arrow {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(315deg);
	margin-left: 10px;
	transition: 0.3s;
}
.dropdown-arrow:before,
.dropdown-arrow:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-left: 2px solid #476175;
	border-bottom: 2px solid #476175;
}
.selected .dropdown-arrow {
	transform: rotate(135deg);
}
.selected .dropdown-arrow:before,
.selected .dropdown-arrow:after {
	border-color: #0e6aed;
}

@media (max-width: 576px) {
	.select-region-modal__grid {
		grid-template-columns: 1fr;
		grid-gap: 12px;
	}
	.select-region-modal__title {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.select-region-modal_description {
		margin-bottom: 12px;
	}
	.select-region-modal__content {
		padding: 16px 32px 26px;
	}
	.select-region-modal__item {
		padding: 12px 8px;
	}
}
/* megamenu_right_global */
.description-wrapper__user-tag {
	padding: 1px 8px 2px 8px;
	border-radius: 24px;
	background: #ecf4fe;
	font-size: 12px;
	line-height: 20px;
	color: #0e6aed;
	margin-bottom: 6px;
	font-weight: 400;
	height: fit-content;
}
.wpd-comment-header {
	position: relative;
}
.wpd-comment-header .description-wrapper__user-tag {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	left: 0;
}
.wpd-comment-header:has(.description-wrapper__user-tag) {
	padding-bottom: 26px !important;
}

a.pld-like-trigger.pld-prevent + .pld-like-count-wrap {
	color: #0e6aed;
}
.btn-back-to-login_social {
	color: #267af2;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
	padding: 4px 14px 4px 24px;
	background-image: url(../images/arrow_left_blue.svg);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
}

.loginform-custom-note__btn:hover,
.btn-back-to-login_social:hover {
	color: #1a5ade;
}
#wp-submit.button-primary:hover {
	background-color: #1a5ade;
	border-color: #1a5ade;
}
.popup-modal .login-submit {
	display: inline-block;
}
.error-input {
	border: 1px solid #e63817 !important;
}
.btn_disabled,
#wp-submit.btn_disabled {
	pointer-events: none;
	background-color: #e6e9ec !important;
	border-color: #e6e9ec !important;
}
.loginform-custom-note {
	display: none;
	background: #fff8e7;
	padding: 12px 8px 12px 32px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 14px;
}
.loginform-custom-note span {
	display: flex;
	color: #f9ae00;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	align-items: center;
	margin-bottom: 4px;
	margin-left: -24px;
}
.loginform-custom-note span svg {
	margin-right: 6px;
	width: 18px;
	height: 18px;
}
.login-submit .button.button-primary {
	margin-bottom: 14px;
}
.loginform-custom-note__btn {
	padding-top: 4px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #0e6aed;
	cursor: pointer;
	transition: 0.3s;
}
.loginform-custom-note__btn img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-right: 4px;
}
.menu-fixed-mobile {
	display: none;
}
.wrap-count-new-reply {
	position: relative;
}
.btn_account-menu .wrap-count-new-reply {
	height: 24px;
}
.btn_account-menu img,
.btn_account-menu .custom-avatar {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.btn_account-menu .custom-avatar {
	font-size: 15px;
	line-height: 24px;
}
.wrap-count-new-reply .count-new-reply {
	position: absolute;
	right: -25%;
	top: -25%;
	line-height: 14px;
	min-width: 14px;
}
.btn_account-menu .count-new-reply {
	line-height: 16px;
	min-width: 16px;
	right: -50%;
	top: -50%;
}
.account-menu__item .count-new-reply {
	margin-left: 10px;
}
.count-new-reply_small {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 16px;
	min-width: 16px;
}
.count-new-reply {
	background: #e63817;
	color: #fff;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px 3px;
}
@media (max-width: 800px) {
	footer {
		padding-bottom: 60px;
	}
	.menu-fixed-mobile {
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 10px;
		box-shadow: 0px -2px 4px 0px #2325272e;
		background: #fff;
		z-index: 20;
	}
	.menu-fixed-mobile * {
		font-size: 10px;
		font-weight: 600;
		line-height: 12px;
		text-align: center;
	}
	.menu-fixed-mobile__btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 100%;
	}

	.menu-fixed-mobile__btn.active {
		color: #0e6aed;
	}
	.menu-fixed-mobile__btn.active path {
		fill: #0e6aed;
	}
	.menu-fixed-mobile__btn.active circle {
		stroke: #0e6aed;
	}
	.menu-fixed-mobile__btn img {
		border-radius: 50%;
	}
	.account-menu {
		top: unset;
		bottom: 60px;
		position: fixed;
		box-shadow: 0px -2px 2px 0px #23252729;
		border-radius: 8px 8px 0 0;
	}
	.megamenu-mobile .container {
		display: block;
	}
}
@media (min-width: 801px) {
	#megamenu-mobile {
		display: none !important;
	}
}

.megamenu-mobile {
	z-index: 21;
	padding-top: 50px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 0;
	overflow-y: auto;
	height: 100vh;
	height: 100svh;
}
.megamenu-mobile__items {
	background: #f6f9ff;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}
.megamenu-mobile__items-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px 6px;
}
.mobile-menu-item__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile-menu-item__title {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #22445f;
}
.mobile-menu-item__img {
	width: 40px;
	height: 40px;
	background: #e6f0fd;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.mobile-menu-item__img img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.megamenu-mobile__items-list-with-child {
	width: 100%;
}
.megamenu-mobile.container .megamenu_left.megamenu-mobile__items {
	margin: 0;
}
.current-archive .mobile-menu-item__title,
.current-sub-archive.mobile-menu-item-child a,
.current-archive.mobile-menu-item-with-child__wrapper
	.mobile-menu-item-with-child__title,
.active.menu-fixed-mobile__btn div,
.filter-tag-btn.show div {
	color: #0e6aed;
}
.current-archive .mobile-menu-item__img {
	background: #c3dafb;
}
.mobile-menu-item-with-child {
}
.mobile-menu-item-with-child__img {
	width: 30px;
	height: 30px;
}
.mobile-menu-item-with-child__wrapper .mobile-menu-item__img {
	margin-right: 8px;
	margin-bottom: 0;
}
.mobile-menu-item-with-child__title {
}
.mobile-menu-item-with-child__wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
}
.mobile-menu-item-with-child__wrapper .dropdown-arrow {
	margin-left: auto;
}
.dropdown-arrow_left {
	transform: rotate(225deg);
}
.mobile-menu-item-child {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	padding: 10px 0;
	border-top: 0.5px solid #c3dafb;
}
.megamenu-mobile.megamenu .container .megamenu_left {
	margin: 0;
	padding: 10px;
}
.megamenu-mobile.megamenu .container .megamenu_right::before {
	display: none;
}
.quote-mobile__title {
	margin-bottom: 12px;
}
.quote-mobile__btn {
	display: block;
	margin-top: 16px;
}

.megamenu-mobile .megamenu_dropdown {
	position: static;
	box-shadow: none;
	background-color: inherit;
	width: 100%;
	padding-left: 36px;
	border-bottom: 0.5px solid #c3dafb;
	margin-bottom: 12px;
	margin-top: -20px;
}
.megamenu-mobile .megamenu_dropdown__item {
	font-size: 14px;
}
.close-popup_big {
	top: 10px;
	right: 15px;
	width: 20px;
	height: 20px;
}
.create-new-topic-mobile {
	color: #0e6aed;
	font-weight: 600;
	position: relative;
}
.create-new-topic-mobile::after,
.create-new-topic-mobile::before {
	content: '';
	position: absolute;
	background: #0e6aed;
	height: 10px;
	width: 1px;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.create-new-topic-mobile::before {
	transform: rotate(90deg);
}
.menu-fixed-mobile__icon {
	width: 24px;
	height: 24px;
	background-size: contain;
}
.icon-search {
	background: url(../images/search_black.svg) center no-repeat;
}
.active.menu-fixed-mobile__btn .icon-search {
	background: url(../images/search_blue.svg) center no-repeat;
}
.icon-back {
	background: url(../images/icon_back.svg) center no-repeat;
}
.icon-filter-tag {
	background: url(../images/icon_filter_tag_black.svg) center no-repeat;
}
.filter-tag-btn.show .icon-filter-tag {
	background: url(../images/icon_filter_tag_blue.svg) center no-repeat;
}
.mobile-filter-content .inner-content .filter li.filter_tag_clear_mobile {
	border: none;
	background: none;
	padding: 12px 0 0;
	margin: 0 0 0 auto;
}
.mobile-filter-content .category-filter {
	padding-top: 12px;
}
.mobile-filter-content .category-filter_item {
	width: 100%;
}
.mobile-filter-content .custom-select_drop {
	top: unset;
	bottom: 100%;
}
.overlay_light {
	background: rgba(0, 0, 0, 0.2);
	z-index: 15;
}

/* @media (min-width: 721px) {
	.overlay_light:not(#aside-overlay) {
		display: none !important;
	}
} */
#account-overlay {
	z-index: 4;
}
.multiregional-links-block * {
	display: inline;
}
.multiregional-links-block a {
	font-size: 18px;
}
.multiregional-links-block__btn {
	position: relative;
	cursor: pointer;
}
.multiregional-links-block__btn:not(.button-block__btn),
.multiregional-links-block__btn:not(.button-block__btn) > a {
	background: unset !important;
	border: none !important;
	color: #0e6aed;
	font-size: inherit;
	white-space: nowrap;
}
.multiregional-links-block__btn:hover .multiregional-links-block__dropdown {
	opacity: 1;
	visibility: visible;
}
.multiregional-links-block__dropdown {
	position: absolute;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 2px 8px 0px #00000026;
	border-radius: 3px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease;
	top: 100%;
	z-index: 6;
}
.dropdown-links-block__title {
	padding: 7px 12px;
	font-weight: 600;
}
.filter li.clear_all_tags.disabled,
.product_list_selected_parametrs_clear.disabled {
	color: #c1cad1;
	border-color: #c1cad1;
	background-color: #f5f7f8;
	cursor: default;
}
.filter li.clear_all_tags {
	transition: none;
}
/* site-switcher */
.wrap-site-switcher {
	position: relative;
}
.btn-site-switcher {
	margin-right: 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #476175;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.site-switcher {
	top: 51px;
	left: 50%;
	transform: translateX(-50%);
}

.site-switcher__list {
	min-width: 265px;
	max-width: 320px;
}
.site-switcher__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-switcher__item a {
	display: block;
	padding: 9px 12px;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 22px;
	color: #092c47;
	transition: 0.3s;
	width: 100%;
}
.site-switcher__item.active {
	background: #ecf4fe;
	pointer-events: none;
	padding: 9px 12px;
}

.site-switcher__item a:hover {
	color: #2437bf !important;
	background: #f6f9ff;
}
.site-switcher__item.active a {
	color: #0e6aed !important;
	padding: 0;
	white-space: nowrap;
}
.site-switcher__item span {
	color: #76838f;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 12px;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.wrap-site-switcher {
		display: none;
	}
}
/* site-switcher */
.ma-gdpr-youtube-wrapper {
	max-width: 100%;
}
.archive .ebooks_and_guides {
	margin-bottom: 40px;
}
#survicate-fb-box .survicate_button-text {
	color: #fff;
}
.pld-like-wrap svg {
	width: 18px;
	height: 15px;
}
/* banner */
.banner {
	/* position: fixed; */
	top: 0;
	background: #0e6aed;
	min-height: 48px;
	width: 100%;
	padding: 8px 0;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.banner__container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.banner__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner__column {
	display: flex;
	align-items: center;
	color: #fff;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.banner__text_big {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.banner__promocod {
	background: #fff;
	border-radius: 3px;
	color: #0e6aed;
	font-weight: 600;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 8px;
}
.banner__text_small {
	font-size: 13px;
	color: #fff;
}
.banner__text_big + .banner__text_small {
	margin-left: 5px;
}
.btn_close {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(../images/close-icon_white.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
@media (max-width: 768px) {
	.btn_close {
		margin-bottom: auto;
	}
}
@media (max-width: 576px) {
	.banner__content {
		flex-direction: column;
	}
}
.custom-avatar {
	font-weight: 500;
	text-transform: uppercase;
	pointer-events: none;
	cursor: default;
	user-select: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topic-description .custom-avatar,
.reply-loop-item .custom-avatar {
	width: 96px;
	height: 96px;
	line-height: 96px;
	font-size: 30px;
}
.author-avatar .custom-avatar {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}
.wpd-comment-wrap .custom-avatar {
	width: 48px;
	height: 48px;
	line-height: 48px !important;
	font-size: 30px;
}
@media only screen and (max-width: 719px) {
	.wpd-comment-wrap .custom-avatar {
		width: 38px;
		height: 38px;
		line-height: 38px !important;
		font-size: 16px;
	}
}
.community-discussions-item__author .custom-avatar {
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
}
.menu-fixed-mobile__btn .custom-avatar {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
}
.author-avatar.last-avatar .custom-avatar {
	width: 100%;
	height: 100%;
	line-height: 32px;
}

#survicate-fb-box .survicate_widget,
#survicate-fb-box .survicate_button {
	z-index: 2147 !important;
}

@media (max-width: 568px) {
	#survicate-fb-box .survicate_button {
		bottom: 74px !important;
	}
}
#wpadminbar .custom-avatar {
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.modal_share-you-story .story-form__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.modal_share-you-story .story-form__column_right {
	background: #f6f9ff;
	padding: 20px;
}
.modal_share-you-story .story-form__title,
.modal_share-you-story h3.story-form__title {
	margin-top: 0;
	margin-bottom: 16px;
	color: #092c47;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	padding-right: 20px;
}
.modal_share-you-story .story-form__text {
	margin-bottom: 16px;
}
.modal_share-you-story .story-form__text * {
	color: #22445f;
	font-size: 12px !important;
	line-height: 166.667% !important;
}
.modal_share-you-story .story-form__text li {
	margin-bottom: 0 !important;
}
.modal_share-you-story .story-form__img {
	max-height: 193px;
	width: 100%;
}
.modal_share-you-story .modal_body {
	max-width: 860px;
	width: 100%;
	padding: 0;
	margin: 30px;
}
.modal_share-you-story .modal_body form {
	padding: 20px;
}
.modal_share-you-story .modal_title {
	font-size: 14px;
	margin-bottom: 16px;
}
.modal_share-you-story br {
	display: none !important;
}
.modal_share-you-story .wpcf7-response-output {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 14px;
}
.post-type-archive .latest_articles {
	padding-top: 40px;
}
@media (max-width: 991px) and (min-width: 800px) {
	.modal_share-you-story .story-form__column_right {
		background: #f6f9ff;
		padding: 20px;
		display: flex;
	}

	.modal_share-you-story .story-form__content .form_body {
		display: grid;
		grid-template-columns: 25% 25% 50%;
	}
	.modal_share-you-story .story-form__content .form_item {
		width: 100%;
		margin-bottom: 0;
	}
	.modal_share-you-story .story-form__content .form_item_span3 {
		grid-row: 1 / span 3;
		grid-column: 3;
	}

	.modal_share-you-story .story-form__content .form_item_2span {
		grid-column: 2 span;
	}
	.modal_share-you-story .story-form__content .modal_btn {
		display: flex;
		justify-content: flex-end;
		padding-top: 16px;
	}
}
@media (min-width: 992px) {
	.modal_share-you-story .story-form__content textarea.form_control {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.modal_share-you-story .story-form__content {
		display: block;
	}
	.modal_share-you-story .story-form__content .input_file {
		font-size: 12px;
	}
}
@media (max-width: 799px) {
	.modal_share-you-story .story-form__img {
		display: none;
	}
	.modal_share-you-story .story-form__text {
		margin-bottom: 0;
	}
}
.custom-widget .widget-title {
	display: none;
}
.fancybox-image-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.fancybox-image-block__img {
	object-fit: cover;
}
.fancybox-image-block figcaption {
	text-align: center;
	padding-top: 10px;
	color: #092c47;
	font-style: italic;
}
.fancybox-button svg path {
	fill: #fff;
}
.new-topic-submit.disabled {
	opacity: 0.8;
	pointer-events: none;
	cursor: not-allowed;
}
body:not(.single-ebooks-and-guides)
	.language-switcher__link[data-language='nl'],
body:not(.single-ebooks-and-guides)
	.language-switcher__link[data-language='sv'] {
	display: none;
}
.cbxwpbkmarktrig-icon,
.cbxwpbkmarktrig .ld-spin {
	display: none !important;
}
a.cbxwpbkmarktrig,
.cbxwpbkmarktrig.running,
.ld-ext-left.running {
	padding: 5px !important;
	margin: 0;
}
