@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
	url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: 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: 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: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
	url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

.non-scroll {
	overflow: hidden;
}

.wrapper {
	flex-direction: column;
	display: flex;
	overflow: hidden;
	min-height: 100%;
}

form, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

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

a {
	text-decoration: none;
}

a img {
	border: none;
}

b, i {
	font-weight: 700;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: var(--main-page-color);
	font-size: 18px;
}

.container {
	max-width: 1340px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.nUfXCSEhiC8rAJU {
	background-color: var(--header-background-color);
	padding: 24px 0;
	z-index: 15;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	transition: all 0.3s ease-in-out;
}

.nUfXCSEhiC8rAJU.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.nUfXCSEhiC8rAJU .container {
	max-width: 1390px;
	padding: 0 25px;
}

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

.overlay-top {
	flex: 1;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: auto;
}

.main-menu li a {
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--menu-text-color);
	transition: color 0.3s ease-in-out;
	position: relative;
}

.main-menu li.has-submenu {
	position: relative;
}

.main-menu li.has-submenu:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -4px;
	background-image: url("../img/icon_arrow_down.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease-in-out;
}

.main-menu li.has-submenu:hover:after {
	transform: rotate(180deg);
}

.main-menu li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu {
	position: absolute;
	overflow-y: auto;
	left: 0;
	top: 100%;
	display: none;
	z-index: 10;
	background: transparent;
	padding: 10px 20px;
	margin-left: -28px;
	border-radius: 30px;
}

.main-menu > li.has-submenu .box-submenu > ul {
	white-space: nowrap;
	border-radius: 20px;
	min-width: 200px;
	padding: 3px 0 10px;
	background-color: var(--menu-background-hover-color);
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
	list-style-type: none;
}

.main-menu li.has-submenu:hover .box-submenu {
	display: block;
}

.main-menu > li.has-submenu .box-submenu > ul li a {
	font-size: 15px;
	line-height: 120%;
	color: var(--menu-text-color);
	padding: 7px 20px;
}

.main-menu > li.has-submenu .box-submenu > ul li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar-track {
	margin: 5px;
}

.main-menu > li.has-submenu > ul::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 3px;
	background: #000000;
}

.overlay-top {
	width: 100%;
}

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

.EAlrjgh2QyVy91 > * {
	margin-left: auto;
}

.xrYKVXenZzORUz {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.xrYKVXenZzORUz .btn {
	text-transform: capitalize;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	border-radius: 50px;
	height: 47px;
	background-color: var(--button1-background-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--button1-text-color);
	padding: 10px 33px;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

.btn:hover {
	background-color: var(--button1-background-hover-color);
	color: var(--button1-text-hover-color);
}

.btn.FmDQAiYljy {
	background-color: var(--button2-background-color);
	color: var(--button2-text-color);
}

.btn.FmDQAiYljy:hover {
	background-color: var(--button2-background-hover-color);
	color: var(--button2-text-hover-color);
}

.languages {
	z-index: 2;
	position: relative;
	display: flex;
	margin-left: 10px;
	flex-shrink: 0;
}

.languages img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
}

.languages.active > ul {
	display: block;
}

.BwHdSg4qVdAb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.BwHdSg4qVdAb:after {
	content: "";
	background-image: url("../img/icon_arrow_down.svg");
	width: 9px;
	height: 7px;
	transition: transform 0.3s ease-in-out;
}

.languages > ul {
	position: absolute;
	width: 100%;
	left: -6px;
	right: 0;
	top: 100%;
	display: none;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 10;
	padding: 6px 0;
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
}

.languages > ul li a {
	padding: 6px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.languages.active .BwHdSg4qVdAb:after {
	transform: rotate(180deg);
}

.awTGqw9WvQ {
	margin-top: 90px;
}

.qVuQocYakxdt {
	padding: 25px 0;
}

.iGGcGRI5RRH {
	background-image: url("../img/bg-main.jpg");
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	justify-content: space-between;
	background-repeat: no-repeat;
	gap: 10px;
	padding-left: 75px;
	min-height: 437px;
}

.iGGcGRI5RRH .MGSGyYNub4k {
	flex-shrink: 0;
	max-width: 517px;
	width: 100%;
}

.iGGcGRI5RRH .iBjtJdjkHs {
	padding: 20px 0;
}

.iGGcGRI5RRH.oYDaXIFPBm {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 75px;
}

.UmhUALrUU2Gu {
	height: 59px;
	margin-top: 25px;
	min-width: 221px;
	text-transform: uppercase;
}

.iGGcGRI5RRH p {
	color: var(--p-text-banner);
}

h1 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--h1-banner-color);
}

h2 {
	font-size: 33px;
	font-weight: 600;
	color: #00426F;
	text-transform: capitalize;
}

h3 {
	font-size: 26px;
	font-weight: 600;
	color: #00426F;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	color: #00426F;
}

p {
	margin-top: 10px;
}

.YJGCLvXsFzac {
	background-color: var(--container-color);
	border-radius: 20px;
	overflow: hidden;
}

.hPNbNmbdeUeiwZo {
	padding: 17px 49px;
	border-radius: 20px 20px 0 0;
	background-color: var(--h2-color-bg);
}

.hPNbNmbdeUeiwZo h2, .hPNbNmbdeUeiwZo h3, .hPNbNmbdeUeiwZo h4 {
	color: var(--h2-color-with-bg);
}

.rxOyKja340pL38 {
	padding: 25px 49px;
}

.rxOyKja340pL38 > *:first-child {
	margin-top: 0;
}

.rxOyKja340pL38 p {
	font-size: 18px;
	/*color: #00426F;*/
	color: var(--p-text-color);
}

.rxOyKja340pL38 a{
    color:var(--link-color);
}

.rxOyKja340pL38 a:hover{
    color:var(--link-hover-color);
}

.rxOyKja340pL38 h1{
    color: var(--h1-color);
}

.rxOyKja340pL38 h2,h3,h4,h5,h6 {
    color:var(--h2-h6-color);
}

.table-wrapper {
	overflow-x: auto;
	width: 100%;
}

table {
	color: #00426F;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

table thead tr th {
	padding: 15px 35px;
	background-color: #F8FBFD;
	border: 1px solid #E9F1F6;
	font-weight: 500;
}

table tbody tr td {
	padding: 15px 35px;
	border: 1px solid #E9F1F6;
}

.rxOyKja340pL38 h2, .rxOyKja340pL38 h3, .rxOyKja340pL38 h4 {
	margin-top: 10px;
}

.rxOyKja340pL38 ul, .rxOyKja340pL38 ol {
	padding-left: 25px;
	margin-top: 10px;
}

.rxOyKja340pL38 ul li, .rxOyKja340pL38 ol li {
	font-size: 18px;
	color: var(--p-text-color);
}

.rxOyKja340pL38 img {
	margin: 10px auto 0;
	border-radius: 18px;
}

.rxOyKja340pL38 .btn {
	margin: 25px auto 0;
	display: flex;
	width: fit-content;
}

.cCdQWZZURGBCao {
	display: flex;
	align-items: center;
	gap: 54px;
}

.cCdQWZZURGBCao.oYDaXIFPBm {
	flex-direction: row-reverse;
}

.cCdQWZZURGBCao .MGSGyYNub4k {
	flex-shrink: 0;
	max-width: 623px;
}

.cCdQWZZURGBCao .MGSGyYNub4k img {
	border-radius: 20px;
}

.cCdQWZZURGBCao .iBjtJdjkHs > *:first-child {
	margin-top: 0;
}

.cCdQWZZURGBCao .iBjtJdjkHs .btn {
	margin-left: 0;
	margin-right: 0;
}

.MfKnHD6lRD {
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	gap: 26px;
	flex-wrap: wrap;
}

.MfKnHD6lRD .vjLMpEgbajGZ {
	border-radius: 20px;
	width: calc(16% - 15px);
	height: 249px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.MfKnHD6lRD .vjLMpEgbajGZ img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.MfKnHD6lRD .vjLMpEgbajGZ .sKUyBqN1XUmq {
	display: flex;
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	background-color: rgba(2, 4, 13, 0.4);
	backdrop-filter: blur(4px);
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: center;
	padding: 13px;
	transition: all 0.3s ease-in-out;
}

.sKUyBqN1XUmq .name {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
}

.sKUyBqN1XUmq .eEGOdhrz7K {
	height: 35px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #0098FF;
	transition: background-color 0.3s ease-in-out;
}

.sKUyBqN1XUmq .eEGOdhrz7K:hover {
	background-color: #0073C0;
}

.MfKnHD6lRD .vjLMpEgbajGZ:hover .sKUyBqN1XUmq {
	opacity: 1;
}

.GTAtBqJM9J {
	border-radius: 20px;
	overflow: hidden;
	background-image: url("../img/bg-cta.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 49px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.GTAtBqJM9J p {
	color: #ffffff;
}

.GTAtBqJM9J .iBjtJdjkHs {
	padding: 20px 0;
}

.GTAtBqJM9J h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.GTAtBqJM9J .MGSGyYNub4k {
	flex-shrink: 0;
}

.GTAtBqJM9J .iBjtJdjkHs .btn {
	margin-top: 10px;
}

.GTAtBqJM9J.oYDaXIFPBm {
	flex-direction: row-reverse;
}

.NNdzOiQpIrEhv {
	margin-top: 20px;
}

.drop {
	background-color: var(--faq-color);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.drop .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 70px 22px 30px;
	font-size: 20px;
	font-weight: 500;
	color: #00426F;
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 14px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_arrow_down.svg") no-repeat top center/cover;
	transition: all 0.3s ease-in-out;
}

.drop.active .toc-default:after {
	transform: rotate(-180deg);
}

.drop .options-holder {
	display: none;
	padding: 0 70px 22px 30px;
	font-size: 18px;
}

.drop .options-holder p {
	margin: 0;
	color: #00426F;
}

.drop .options-holder ul,
.drop .options-holder ol {
	padding-left: 25px;
}

.drop .options-holder ul li,
.drop .options-holder ol li{
	padding-left: 25px;
	color: #00426F;
}

.fgVQsXggtRbksE .container {
	padding: 0 15px;
	max-width: 1370px;
}

.drop.qmPEhnrS23C6VG {
	background-color: transparent;
	overflow: hidden;
	color: #00426F;
	margin-top: 0;
}

.drop.qmPEhnrS23C6VG .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 80px 22px 49px;
	font-size: 20px;
	font-weight: 600;
	color: var(--toc-title-elements);
}

.drop.qmPEhnrS23C6VG .toc-default:after {
	width: 14px;
	height: 9px;
	right: 49px;
}

.drop.qmPEhnrS23C6VG.active .toc-default:after {
	transform: rotate(-90deg);
}

.drop.qmPEhnrS23C6VG .options-holder {
	display: none;
	padding: 22px 49px;
}

.uxLwDHvzP2Cghn {
	display: flex;
	align-items: stretch;
	gap: 17px;
	flex-wrap: wrap;
}

.uxLwDHvzP2Cghn a {
	min-height: 43px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 23px;
	font-size: 18px;
	font-weight: 500;
	color: var(--toc-title-elements);
	border-radius: 10px;
	background-color: var(--toc-elements-bg);
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

.uxLwDHvzP2Cghn a:after {
	content: "";
	background-image: url("../img/icon-arrow-link.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 8px;
	height: 11px;
	flex-shrink: 0;
}

.uxLwDHvzP2Cghn a:hover {
	background-color: var(--toc-elements-bg-hov);
	color: var(--toc-title-elements-hov);
}

.aQxYdHqbTYPo3 {
	padding: 35px 0;
	background-color: var(--footer-background-color);
	margin-top: auto;
}

.aQxYdHqbTYPo3 .container {
	padding: 0 15px;
	max-width: 1170px;
}

.CCiaAIugYmr {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
}

.knnTcuHhbdphf2 {
	max-width: 390px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.aQxYdHqbTYPo3 .bjTflYRJy255p9 {
	margin-bottom: 17px;
}

.lkMIUueB9VIi {
	font-weight: 500;
	margin-top: 17px;
	font-size: 18px;
	color: var(--footer-text-color);
}

.zjmdZNsg4Uo {
	font-size: 15px;
	color: var(--footer-text-color);
}

.aQxYdHqbTYPo3 .XJxeRKIMsOMx {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 10px;
	color: var(--footer-text-color);
}

.LVvAZpKovD19 {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.TmJVhuk92YF0duv {
	text-align: center;
}

.nTwzPansIFJ9e4B {
	margin-top: 20px;
	list-style-type: none;
}

.nTwzPansIFJ9e4B li a {
	font-size: 15px;
	color: var(--footer-text-color);
	margin-top: 5px;
	display: block;
	transition: color 0.3s ease-in-out;
}

.nTwzPansIFJ9e4B li a:hover {
	color: #0098FF;
}

.xNkZeXqpDpG7 {
	display: flex;
	flex-direction: column;
}

.xNkZeXqpDpG7 a {
	padding: 10px 0;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--footer-text-color);
	transition: color 0.3s ease-in-out;
}

.xNkZeXqpDpG7 a:hover {
	color: #0098FF;
}

.itOlN73g50c {
	display: none !important;
}

.jVamTPv6 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #00426F;
	margin-bottom: 25px;
	padding: 0 15px;
}

.jVamTPv6 a {
	color: rgba(0, 66, 111, 0.5);
	position: relative;
	transition: color 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}

.jVamTPv6 a:hover {
	color: #00426F;
}


.jVamTPv6 a:after {
	content: "";
	background-image: url("../img/icon-arrow-nav.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}

.JwRFddds8H {
	background-color: var(--for-background-color);
	flex: 1;
}

.JwRFddds8H .container {
	padding: 0 15px;
}

.LokuBGeigk {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.IDqiKJalrA {
    color: var(--for-text-color);
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
}

.LokuBGeigk .btn {
	min-width: 221px;
}

@media screen and (max-width: 1300px) {
	.cCdQWZZURGBCao .MGSGyYNub4k {
		max-width: 560px;
	}
}

@media screen and (max-width: 1200px) {
	.main-menu li a {
		font-size: 16px;
	}

}

@media screen and (max-width: 1100px) {

	.main-menu li {
		width: 100%;
	}

	.main-menu li a {
		font-size: 18px;
		padding: 11px 10px;
		width: 100%;
	}

	.main-menu > li.has-submenu .box-submenu > ul {
		white-space: nowrap;
		border-radius: 0;
		min-width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		list-style-type: none;
	}

	.main-menu > li.has-submenu .box-submenu {
		position: relative;
		overflow-y: auto;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background: transparent;
		padding: 0;
		margin-left: 0;
		border-radius: 0;
	}

	.main-menu li.has-submenu {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.main-menu li.has-submenu > a {
		margin-right: 30px;
	}

	.main-menu li.has-submenu:after {
		top: 14px;
		bottom: auto;
		margin: 0;
		right: -4px;
		height: 20px;
		width: 30px;
		background-size: auto;
		background-position: center;
	}

	.TAiQSd0dhQgV .bjTflYRJy255p9 img {
		max-width: 124px;
		max-height: 27px;
	}

	.BwHdSg4qVdAb {
		padding: 0;
	}

	.languages {
		margin-left: auto;
	}

	#menu-toggle {
		margin-left: 13px;
		display: flex;
		z-index: 99;
	}

	#menu-toggle i {
		display: block;
		background: var(--burger-color);
		border-radius: 3px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	#menu-toggle #hamburger i {
		width: 22px;
		height: 3px;
		position: relative;
		top: 0;
		right: 0;
		margin: 2px 0;
	}

	#menu-toggle.open #hamburger i:nth-child(1) {
		transform: rotate(-45deg) translate(-1px, 1px);
		margin: 0;
	}

	#menu-toggle.open #hamburger i:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle.open #hamburger i:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(-1px, -1px);
	}

	.nUfXCSEhiC8rAJU {
		padding: 15px 0;
	}

	.overlay-top {
		position: fixed;
		background-color: var(--header-background-color);
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 56px 0 0;
	}

	.EAlrjgh2QyVy91 {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		padding: 10px 28px 10px;
	}

	.overlay-top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	.main-menu {
		gap: 22px;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
		text-align: right;
		padding: 0;
		margin-top: 0;
		max-width: 450px;
	}

	.awTGqw9WvQ {
		padding: 20px 0;
	}

	.core-area {
		border-radius: 20px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		padding: 15px;
	}

	.xrYKVXenZzORUz {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.btn {
		height: 45px;
	}

	table thead tr th {
		padding: 10px 20px;
	}

	table {
		display: block;
		overflow-x: auto;
	}

	table tbody tr td {
		padding: 10px 20px;
	}

	table {
		font-size: 15px;
		margin-top: 10px;
	}

	table tbody tr td {
		min-width: 260px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	.awTGqw9WvQ {
		margin-top: 57px;
	}

	.itOlN73g50c {
		display: block !important;
	}

	.d-desk {
		display: none !important;
	}

	.qVuQocYakxdt {
		padding: 20px 0;
	}

	.iGGcGRI5RRH {
		gap: 0;
		padding: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.iGGcGRI5RRH.oYDaXIFPBm {
		flex-direction: column;
		padding: 15px;
	}

	.iGGcGRI5RRH .MGSGyYNub4k {
		margin: 10px auto 0;
	}

	.UmhUALrUU2Gu {
		min-width: auto;
		max-width: 400px;
		width: 100%;
		text-transform: uppercase;
		margin: 0 auto;
	}

	.btn {
		height: 45px;
		font-size: 15px;
	}

	body {
		font-size: 15px;
	}

	.iGGcGRI5RRH .iBjtJdjkHs {
		padding: 0;
	}

	h1 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 26px;
		line-height: 1;
	}

	.drop.qmPEhnrS23C6VG .toc-default {
		padding: 20px 50px 20px 20px;
		font-size: 18px;
	}

	.drop.qmPEhnrS23C6VG .toc-default:after {
		right: 20px;
	}

	.drop.qmPEhnrS23C6VG .options-holder {
		padding: 0 20px 20px 20px;
	}

	.uxLwDHvzP2Cghn a {
		min-height: 38px;
		padding: 5px 19px;
		font-size: 15px;
	}

	.hPNbNmbdeUeiwZo {
		padding: 15px 15px;
	}

	.rxOyKja340pL38 {
		padding: 15px 15px;
	}

	.rxOyKja340pL38 p {
		font-size: 15px;
		line-height: 18px;
	}

	.rxOyKja340pL38 ul li, .rxOyKja340pL38 ol li {
		font-size: 15px;
		line-height: 18px;
	}

	.cCdQWZZURGBCao {
		gap: 10px;
		flex-direction: column;
	}

	.cCdQWZZURGBCao.oYDaXIFPBm {
		flex-direction: column;
	}

	.MfKnHD6lRD {
		gap: 10px;
		max-width: 500px;
		margin: 10px auto 0;
	}

	.MfKnHD6lRD .vjLMpEgbajGZ {
		width: calc(33.3% - 7px);
	}

	.GTAtBqJM9J {
		padding: 30px 15px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-direction: column;
	}

	.GTAtBqJM9J.oYDaXIFPBm {
		flex-direction: column;
	}

	.GTAtBqJM9J .iBjtJdjkHs {
		padding: 0;
	}

	.only-desktop {
		display: none!important;
	}

	.focus-top {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
	}

}

@media screen and (max-width: 900px) {
	.CCiaAIugYmr {
		align-items: center;
		justify-content: center;
		gap: 25px;
		flex-direction: column-reverse;
	}

	.knnTcuHhbdphf2 {
		max-width: 100%;
		text-align: center;
	}

	.knnTcuHhbdphf2 img {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 767px) {
	.drop {
		margin-top: 10px;
	}

	.NNdzOiQpIrEhv {
		margin-top: 10px;
	}

	.drop .options-holder {
		padding: 0 50px 15px 20px;
		font-size: 14px;
	}

	.drop .toc-default {
		padding: 10px 50px 10px 20px;
		font-size: 18px;
	}

	.drop .options-holder p {
		font-size: 14px;
	}

	.drop .toc-default:after {
		right: 16px;
	}

	.group img {
		max-width: 124px;
	}

	.aQxYdHqbTYPo3 {
		padding: 31px 15px 20px;
		margin-top: auto;
	}

	.LVvAZpKovD19 {
		display: flex;
		align-items: center;
		gap: 0;
		flex-direction: column;
	}

	.aQxYdHqbTYPo3 .XJxeRKIMsOMx {
		margin-top: 0;
	}

	.nTwzPansIFJ9e4B li a {
		font-size: 15px;
		margin-top: 0;
		padding: 5px 0;
	}

	.xNkZeXqpDpG7 a {
		text-align: center;
	}

	.IDqiKJalrA {
		font-size: 26px;
	}

	.jVamTPv6 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.iGGcGRI5RRH {
		text-align: left;
	}

}

@media screen and (max-width: 500px) {
	.rxOyKja340pL38 .btn {
		margin: 20px auto 0;
		width: 100%;
	}

	.MfKnHD6lRD .vjLMpEgbajGZ {
		width: calc(50% - 5px);
		height: 220px;
	}

	.sKUyBqN1XUmq .name {
		font-size: 16px;
	}

	.sKUyBqN1XUmq .eEGOdhrz7K {
		height: 31px;
		font-size: 16px;
	}

	.GTAtBqJM9J .iBjtJdjkHs .btn {
		margin: 10px auto 0;
		width: 100%;
	}

	.LokuBGeigk .btn {
		width: 100%;
	}
}


.overlay-top {
	z-index: 1;
	max-width: 100%;
}


.amp-sidebar-mask {
	display: none!important;
}

.drop .toc-default {
	border: 0;
	margin: 0;
	background-color: transparent;
}

amp-accordion > section {
	border-radius: 10px;
	overflow: hidden;
}

amp-accordion section[expanded] .toc-default:after {
	transform: rotate(-180deg);
}


.alignleft {
  float: left;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
}

.alignright {
  float: right;
  margin-left: 20px!important;
  margin-bottom: 20px!important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.container:after  {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto!important;
        margin-left: auto!important;
        display: block;
    }
}

/* new pages */

.qoOlMcq9Lcx .iGGcGRI5RRH {
	padding: 45px 75px;
}

.qoOlMcq9Lcx .iBjtJdjkHs {
	max-width: 749px;
	padding: 20px 0 10px;
}

.qoOlMcq9Lcx .UmhUALrUU2Gu {
    max-width: 749px;
    min-height: 59px;
    white-space: break-spaces;
    height: auto;
    background-color: var(--bg-btn-banner-post);
    color: var(--text-btn-banner-post);
}

.qoOlMcq9Lcx .UmhUALrUU2Gu:hover {
    background-color: var(--bg-hover-btn-banner-post);
    color: var(--text-hover-btn-banner-post);
}

.rxOyKja340pL38.PMMXqZZZTRk {
    padding: 28px 36px;
} 

.TpbUav9F9jl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.card {
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
}

.iXhGoZeevAp {
	border-radius: 20px;
	overflow: hidden;
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
  max-height: 244px;
  border-radius: 20px;
  margin: 0;
  transition: transform 0.4s ease;
}

.card img:hover {
  transform: scale(1.05);
}

 .text-wrapper {
    max-height: 212px;
    overflow: hidden;
    position: relative;
  }

  .text-wrapper h3 {
    font-size: 26px;
    color: var(--title-h3-post-output);
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 0;

     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
  }

  .text-wrapper p.clamp-text {
    margin: 0;
    font-size: 18px;
    color: var(--description-p-post-output);
    line-height: 1.5em;
  }


html[amp] .text-wrapper {
  max-height: 205px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.clamp-text {
  display: inline;
}

.QFyhykuxKcg {
	color: var(--read-more-btn-post);
  	font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.QFyhykuxKcg:hover {
	color: var(--read-more-btn-active);
}




.vieLahOk17Qsa {
  width: 100%;
  padding: 46px 0 0;
}

.vieLahOk17Qsa h2 {
  font-size: 33px;
  color: var(--comment-h2-color);
  margin-bottom: 20px;
  margin-top: 0;
}

.oIVqBh8vrMf7H {
display: flex;
gap: 21px;
flex-direction: column;
}

.comment {
  background-color: var(--comment-bg-color);
  border-radius: 20px;
  padding: 35px;
}

.comment .author {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
  line-height: 120%;
  color: var(--comment-author-color);
}

.comment .text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  color: var(--comment-text-color);
}

.comment .date {
  font-size: 16px;
  line-height: 120%;
  color: var(--comment-date-color);
  font-style: italic;
}

.comment-form {
  background-color: var(--comment-form-color);
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  font-size: 16px;
  color: #C7C7C7;
  line-height: 120%;
}

.comment-form input,
.comment-form textarea {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  resize: vertical;
  font-size: 16px;
  color: #00426F;
  line-height: 120%;
}

.comment-form .btn {
  background-color: var(--btn-comments);
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  min-width: 145px;
  min-height: 47px;
  transition: background 0.2s;
  margin: 0;
  text-transform: none;
}

.comment-form button:hover {
  background-color: #699f3f;
}

.comment-form .btn:hover {
    background-color: var(--btn-active-comments);
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #E0E0E0; 
}

.qoOlMcq9Lcx .iGGcGRI5RRH {
  position: relative;
  background-image: url('../img/post-img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  min-height: 289px;
  overflow: hidden;
}

/* .postBaner .iGGcGRI5RRH {
  background-image: url('../img/baner-img.webp');
} */

.qoOlMcq9Lcx .iGGcGRI5RRH::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 41, 68, 0.5); 
  z-index: 0;
}

.qoOlMcq9Lcx .iGGcGRI5RRH > * {
  position: relative;
  z-index: 1;
}


.saiAe35yBl {
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 49px;
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 289px;
  background-position: center;
  background-size: cover; 
  margin: 30px 0;
}

/* .iGGcGRI5RRH .iBjtJdjkHs {
	max-width: 500px;
} */

.iBjtJdjkHs h2 {
	font-size: 26px;
	color: var(--h2-banner-post-color);
	text-transform: uppercase;
}

.rxOyKja340pL38 .SJjiQPYFSEccj97 {
	padding: 17px 49px;
	background-color: var(--bg-btn-post-color);
	min-height: 59px;
	border-radius: 20px;
	margin: 40px 0;
	text-transform: capitalize;
	white-space: break-spaces;
	color: var(--text-btn-post-color);
	height: auto;
}

.rxOyKja340pL38 .SJjiQPYFSEccj97:hover {
   background-color: var(--bg-btn-hover-post);
} 
.ahBwcNGvY .SJjiQPYFSEccj97 p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 0;
	transition: text-decoration 0.3s ease-in-out;
}

.SJjiQPYFSEccj97 a {
	color: var(--text-btn-post-color);
	font-weight: 700;
	transition: text-decoration 0.3s ease-in-out;
}

.ahBwcNGvY .SJjiQPYFSEccj97 a:hover {
text-decoration: underline;
color: var(--text-btn-post-hover);
}

.yvWzBXg28tqd5 {
	display: flex;
    align-items: center;
    gap: 18px;
    margin: 10px 0 20px;
}

.yvWzBXg28tqd5 .SJjiQPYFSEccj97 {
	margin: 0;
	min-height: 46px;
	min-width: 112px;
	font-weight: 500;
	padding: 17px;
	transition: background-color 0.3s ease-in-out;
	background-color: var(--bg-btn-category-post);
	color: var(--text-btn-category-post);
}

.yvWzBXg28tqd5 .SJjiQPYFSEccj97:hover {
background-color: var(--bg-btn-category-post-active);
color: var(--text-hover-btn-category-post);
}

.yvWzBXg28tqd5 .SJjiQPYFSEccj97 p {
	font-weight: 500;
}

.ymHc2BlwCT {
	margin: 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 23px;
	max-width: 896px;
}

.ymHc2BlwCT .OxEucHIYl7P {
	font-size: 26px;
	font-weight: 700;
	color: #00426F;
}

.ymHc2BlwCT .about {
	font-size: 18px;
	font-weight: 400;
	color: #00426F;
}

.ahBwcNGvY .ymHc2BlwCT img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}


@media screen and (max-width: 1100px) {
    .qoOlMcq9Lcx .iGGcGRI5RRH {
        gap: 0;
        padding: 15px;
        flex-direction: column;
    }
        h1 {
        padding-bottom: 10px;
        font-size: 35px;
    }
    .qoOlMcq9Lcx .UmhUALrUU2Gu {
    	min-height: 45px;
    }
	.qoOlMcq9Lcx .UmhUALrUU2Gu {
		margin-top: 13px;
	}
}

@media (max-width: 1000px) {
  .TpbUav9F9jl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .TpbUav9F9jl {
    grid-template-columns: 1fr;
  }
  .card img {
  	max-height: 350px;
  	height: auto;
  }
  .rxOyKja340pL38.PMMXqZZZTRk {
    padding: 20px 15px;
}
.text-wrapper h3 {
	font-size: 22px;
}

.text-wrapper p.clamp-text {
	font-size: 15px;
}
.QFyhykuxKcg {
	font-size: 15px;
}
.text-wrapper {
    max-height: 176px;
    overflow: hidden;
    position: relative;
  }
  .vieLahOk17Qsa {
    padding: 46px 15px;
}
.comment {
    padding: 25px;
}
.comment-form {
	margin-top: 14px;
	padding: 20px;
}
.comment .author {
  font-size: 15px;
}

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

.comment .date {
  font-size: 15px;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  font-size: 15px;
}

.comment-form .btn {
   max-width: 132px;
   height: auto;
   white-space: break-spaces;
   padding: 10px;
}
	
}

@media (max-width: 550px) {
  .card img {
  	max-height: 210px;
  }
}





/* post */

.mhLxtSZHtLyx {
  padding-bottom: 0;
}

.LSCUYQKXYPKPBi {
  padding-top: 0;
}

.autho {
	display: inline;
	font-weight: 700;
}

.BqAbTHKcu9K {
	font-size: 18px;
	padding: 16px 0 19px;
	color: var(--text-published-by-post);
}

.ahBwcNGvY h3:first-of-type {
  font-size: 26px;
  margin: 0 0 15px;
}

.itbnolnqcuFF {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}

.ahBwcNGvY {
  flex: 1 1 0%;
  min-width: 0;
}

.exyEgvWkDqafe4KL {
  flex: 0 0 345px;
}

.ahBwcNGvY h3 {
  font-size: 26px;
  margin: 20px 0 15px;
}

.ahBwcNGvY h4 {
  font-size: 20px;
  margin: 25px 0 10px;
}

.ahBwcNGvY p {
  line-height: 150%;
  margin-bottom: 15px;
}

.ahBwcNGvY ol,
.ahBwcNGvY ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.ahBwcNGvY li {
  margin-bottom: 8px;
}

.ahBwcNGvY img {
  width: 100%;
  border-radius: 20px;
  margin: 20px 0;
}
 

.hZrABPVYWqnqEv {
position: relative;
  background-image: url('../img/side-bonus.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  min-height: 289px;
  width: 100%;
  overflow: hidden;
  min-height: 617px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px;
  gap: 25px;
  margin-bottom: 37px;
}

.hZrABPVYWqnqEv img {
  max-height: 34px;
  border-radius: 0;
  margin: 0 0 30px;
}

.hZrABPVYWqnqEv p {
	color: var(--p-text-sidebar);
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center; 
	margin: 0;
}

.hZrABPVYWqnqEv p:first-of-type {
  margin-bottom: auto;
}

.hZrABPVYWqnqEv p:nth-of-type(2) {
  margin-top: auto;
}

.rxOyKja340pL38 .hZrABPVYWqnqEv .btn  {
	margin: 0;
	white-space: break-spaces;
	height: auto;
}

.tJMjHdHmm, .cyuXxgb8UWZ {
	font-size: 33px;
	color: var(--title-last-post-sidebar);
	font-weight: 600;
	margin-bottom: 23px;
}

.LxdjTSjxNDbz {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.ykTsiA17 {
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.ykTsiA17 img { 
	width: 100%;
	max-height: 244px;
	object-fit: cover;
	border-radius: 20px; 
	display: block;
	margin: 0;
	transition: transform 0.4s ease;
}

.ykTsiA17 h2 {
	font-size: 22px;
	color: #00426F;
	margin-top: 0;
	transition: color 0.4s ease;
	font-weight: 500;
}

.ykTsiA17:hover h2 {
	color: #0098FF;
}

.ykTsiA17:hover img {
	transform: scale(1.05);
}

.BJNrYZHr8 {
	margin-bottom: 23px;
}

.gLdThxFQdMSClx {
	display: none;
}


@media (max-width: 1100px) {
	.ahBwcNGvY p, .rxOyKja340pL38 .ahBwcNGvY ul li, .rxOyKja340pL38 .ahBwcNGvY ol li, .exyEgvWkDqafe4KL p {
		line-height: 150% !important;
	}
}

@media (max-width: 900px) {
.itbnolnqcuFF {
    flex-direction: column;
  }
  .exyEgvWkDqafe4KL {
  	display: none;
  }
  .gLdThxFQdMSClx {
  	display: block;
  	width: 100%;
  }
  .LxdjTSjxNDbz h2 {
  	font-size: 22px;
  	line-height: 140%;
  	margin-top: 0;
  }
  .ykTsiA17 img {
  	max-height: 330px;
  }
}


@media (max-width: 768px) {
  .ahBwcNGvY .SJjiQPYFSEccj97 p {
  	font-size: 16px;
  }
  .saiAe35yBl {
  	padding: 45px 20px;
  } 

  .iBjtJdjkHs h2 {
    font-size: 22px;
    line-height: 150%;
}

  .ahBwcNGvY h3 {
  	font-size: 22px;
  	margin: 10px 0 15px;
  }

  .rxOyKja340pL38-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .yvWzBXg28tqd5 .SJjiQPYFSEccj97 p {
    font-size: 15px;
}
.yvWzBXg28tqd5 .SJjiQPYFSEccj97 {
min-width: 103px;
padding: 7px 10px;
}
.ymHc2BlwCT .about {
	font-size: 15px;
}
}

@media (max-width: 500px) {
  .saiAe35yBl {
  	padding: 45px 20px;
  	min-height: 176px;
  } 
}


/* category */

.qTWHeWvFooWP5Zx .mhLxtSZHtLyx {
    padding-bottom: 0;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .TpbUav9F9jl {
    display: flex;
    gap: 29px;
    flex-direction: column;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .card {
	flex-direction: row;
	margin: 20px 0;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .iXhGoZeevAp {
	flex-shrink: 0;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .card img {
    max-height: 240px;
    margin: 0;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .card h3 {
   margin: 0 0 10px;
}

.qTWHeWvFooWP5Zx .text-wrapper {
	max-height: 240px;
}

.qTWHeWvFooWP5Zx .itbnolnqcuFF {
   gap: 120px;
}

.gXBDxoiGjEwc {
	font-weight: 700;
	font-style: normal;
}

.qTWHeWvFooWP5Zx .ahBwcNGvY .card h3 {
	line-height: 120%;
}

.qTWHeWvFooWP5Zx .text-wrapper p.clamp-text {
	line-height: 1.5em;
}

.SXZtdTsQFi {
	margin-top: 8px;
}
.SXZtdTsQFi {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	margin-top: 25px;
}

.rxOyKja340pL38 .bHfuwnkQyd {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	color: var(--poin-no-active-color);
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bHfuwnkQyd.active {
	background-color: var(--active-page-point-color);
	color: var(--text-active-point-color);
}

.bHfuwnkQyd:hover {
	background-color: var(--poin-active-color);
	color: #FFFFFF;
}

.rxOyKja340pL38 .DPrDBCj4XkaYiZ {
	color: var(--next-btn-color);
	transition: color 0.3s ease-in-out;
	position: relative;
  display: flex;
  padding-right: 21px; 
	width: auto;
}

.rxOyKja340pL38 .DPrDBCj4XkaYiZ:hover {
	color: var(--next-active-btn-color);
	background-color: transparent;
}

.DPrDBCj4XkaYiZ::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url('../img/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.DPrDBCj4XkaYiZ:hover::after {
  background-image: url('../img/arrow-right-active.svg');
}

.AnQbcWYf5 .iGGcGRI5RRH {
  background-image: url('../img/category.webp');
}

.NEWbrQNKqijiW .iGGcGRI5RRH {
  background-image: url('../img/results.webp');
}

.JOKTgsgrwufo8d .iGGcGRI5RRH {
  background-image: url('../img/author2.webp');
}

.BbTMgyIT1rfV .iGGcGRI5RRH {
  background-image: url('../img/comments.webp');
}

.GbzAXkJAy2o1GU .iGGcGRI5RRH {
  background-image: url('../img/tag.webp');
}

.ymHc2BlwCT img {
	width: 104px;
	height: 104px;
	border-radius: 50%;
}


@media (max-width: 1340px) {
.qTWHeWvFooWP5Zx .itbnolnqcuFF {
	gap: 25px;
}
}

@media (max-width: 728px) {
.qTWHeWvFooWP5Zx .ahBwcNGvY .card {
	flex-direction: column;
	margin: 0;
}
.qTWHeWvFooWP5Zx .ahBwcNGvY .card img {
	max-height: 340px;
}
.tJMjHdHmm, .cyuXxgb8UWZ {
	font-size: 26px;
}
}

/** Стили для поиска и соцсетей **/

/** Стили для поиска и соцсетей **/

.wAMmXHuTUlas {
	margin-left: 10px;
	transition: opacity 0.3s ease-in-out;
	display: flex;
}

.wAMmXHuTUlas .MBsuLzJS3osH{
	background-image: url("../img/icon-search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 33px;
	height: 38px;
}

.wAMmXHuTUlas:hover {
	opacity: 0.7;
}

.PYHAhEDzW1Ajlw {
	display: none;
	border: 0;
	outline: 0;
	color: #000000;
	font-size: 16px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #000000;
}

.mCzlrw4fPol {
	display: flex;
	position: relative;
	height: 40px;
	width: 100%;
	overflow: hidden;
	max-width: 95%;
	margin: 0 auto;
}



.mCzlrw4fPol input {
	background-color: var(--search-input-color);
	font-size: 16px;
	padding: 0 130px 0 33px;
	outline: none;
	border: 0;
	height: 40px;
	border-radius: 20px;
	width: 100%;
	background-size: 24px;
	background-image: url("../img/icon-search.svg");
	background-repeat: no-repeat;
	background-position: 8px center;
}

.mCzlrw4fPol button {
	background-color: var(--search-btn-color);
	height: 100%;
	border-radius: 20px;
	min-width: 120px;
	font-weight: 500;
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0 15px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}

.mCzlrw4fPol button:hover {
	background-color: var(--search-btn-active-color);
}

.ENaBP4V6KRXn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.ENaBP4V6KRXn a {
	width: 28px;
	flex-shrink: 0;
	display: block;
	transition: opacity 0.3s ease-in-out;
	padding: 0;
}

.ENaBP4V6KRXn a img{
	width: 100%;
	height: 100%;
}

.ENaBP4V6KRXn a:hover {
	opacity: 0.7;
}

@media (max-width: 1100px) {
	.wAMmXHuTUlas {
		width: 100%;
		max-width: 270px;
		margin-top: 20px;
		justify-content: flex-end;
	}

	.PYHAhEDzW1Ajlw {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.ENaBP4V6KRXn {
		margin-top: 30px;
		justify-content: center;
		margin-bottom: 5px;
	}
	.ENaBP4V6KRXn a {
		width: 54px;
	}
}

@media screen and (max-width: 450px) {
	.xNkZeXqpDpG7, .LVvAZpKovD19 {
		width: 100%;
	}
	.ENaBP4V6KRXn {
		justify-content: space-between;
	}

	.wAMmXHuTUlas {
		width: 100%;
		max-width: 100%;
	}
}

.rxOyKja340pL38 .hZrABPVYWqnqEv .TchTf1D98 {
    background-color: var(--bg-btn-sidebar);
    color: var(--text-btn-sidebar);
}

.rxOyKja340pL38 .hZrABPVYWqnqEv .TchTf1D98:hover {
    background-color: var(--bg-btn-hover-sidebar);
    color: var(--text-btn-hover-sidebar);
}

.MBsuLzJS3osH {
	cursor: pointer;
}

.wAMmXHuTUlas {
	margin-right: 15px;
}

 .wAMmXHuTUlas input {
	border: none;
	border-bottom: 1px solid #00426F;
	 width: 170px;
	 background-color: transparent;
	 padding-left: 10px;
}
 .wAMmXHuTUlas input:hover {
  background: none;
  border: none;
  box-shadow: none;
}

 .wAMmXHuTUlas .MBsuLzJS3osH {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

 .wAMmXHuTUlas input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

 .wAMmXHuTUlas input:-webkit-autofill, .wAMmXHuTUlas
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  outline: none;
}

html[amp] .hkXDMjghgQ1QV6.visible {
  display: block;
}

html[amp] .BwHdSg4qVdAb.open:after {
	transform: translateY(-50%) rotate(180deg);
}

html[amp] .ahBwcNGvY {
  flex: 1 1 0%;
  min-width: 0;
}

html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .TpbUav9F9jl {
    display: flex;
    gap: 29px;
    flex-direction: column;
}
html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .card {
    flex-direction: row;
    margin: 20px 0;
}

html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .iXhGoZeevAp {
    flex-shrink: 0;
}

html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .card img {
    max-height: 240px;
    margin: 0;
}

html[amp] .ahBwcNGvY img {
    width: 100%;
    border-radius: 20px;
    margin: 20px 0;
}

html[amp] .qTWHeWvFooWP5Zx .text-wrapper {
    max-height: 240px;
}

html[amp] .clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}


html[amp] .wrapper {
	min-height: 100vh;
}

html:not([amp]) .MBsuLzJS3osH img {
    display: none;
}

.toc-default p {
	margin-top: 0;
}

.saiAe35yBl .iBjtJdjkHs h2 {
	font-size: 35px;
	font-weight: 700;
}


@media (max-width: 728px) {
    html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .card {
        flex-direction: column;
    }
	
    .ahBwcNGvY h3 {
        font-size: 22px!important;
        margin: 10px 0 15px;
    }
	html[amp] .qTWHeWvFooWP5Zx .ahBwcNGvY .card {
   
    margin: 0;
}
	
}





@media screen and (min-width: 1100px) {
 .wAMmXHuTUlas input {
	display: none;
}
}

@media screen and (max-width: 1100px) {
.i-amphtml-svc.i-amphtml-loading-container.i-amphtml-fill-content {
	display: none!important
	position: relative!important;
}
}



.ahBwcNGvY {
    width: 100%;
}

p.SXZtdTsQFi {
	line-height: 135%;
}

.ymHc2BlwCT a {
	flex-shrink: 0;
}

.ymHc2BlwCT .OxEucHIYl7P:hover {
	color: #00426F;
}

.dgaHw7njBB3E {
	margin-top: 90px;
}

.awTGqw9WvQ {
    margin-top: 0;
}

@media screen and (max-width: 1100px) {
.dgaHw7njBB3E {
	margin-top: 57px;
	}
	.awTGqw9WvQ {
    margin-top: 0;
}
}