@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPSMT.eot');
	src: local('Times New Roman'), local('TimesNewRomanPSMT'),
		url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
	src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'),
		url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html,
body {
	height: 100%;
}

.page-content {
	flex-direction: column;
	display: flex;
	min-height: 100%;
}

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

ul,
ol {
	list-style-type: none;
}

strong,
b {
	font-weight: bold;
}

form,
input,
textarea,
button {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
	outline: none;
}

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

.yellow {
	color: #FFDE80;
}

.blue {
	color: #01367A;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

b {
	font-weight: 900;
}

body {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
	color: #141414;
}

.page {
	overflow-x: hidden;
}

.section {
	width: 100%;
	margin: auto;
	position: relative;
}

.container {
	max-width: 1260px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.container-full {
	max-width: 1350px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

#menu-toggle {
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 16;
	position: relative;
	margin-left: auto;
}

.header {
	padding: 10px 0;
}

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

.main-menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

.main-menu li a {
	padding: 13px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #0B0C0F;
	font-size: 18px;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
}

.main-menu li a:hover {
	color: #01367A;
}

.section-main {
	position: relative;
	overflow: hidden;
	min-height: 667px;
	max-width: 1650px;
	margin: 0 auto;
	width: 100%;
}

.main-content {
	max-width: 525px;
	width: 100%;
	padding: 87px 0 113px;
}

.bg_main {
	position: absolute;
	right: 0;
	top: 0;
	min-height: 667px;
	z-index: -1;
}

.page-content .title1,
.page-content h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 23px;
}

.page-content .title1 span {
	color: #01367A;
	text-transform: uppercase;
}

.page-content .title1 .t1 {
	display: block;
}

.main-content p {
	font-size: 24px;
	margin-bottom: 23px;
}

.main-content p:last-child {
	margin-bottom: 0;
}

.btn {
	height: 77px;
	border-radius: 10px;
	background-color: #01367A;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #01367A;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn:hover {
	background-color: #ffffff;
	color: #01367A;
}

.btn-yellow {
	background-color: #FFDE80;
	border: 2px solid #FFDE80;
	color: #01367A;
}

.btn-yellow:hover {
	background-color: transparent;
	color: #FFDE80;
}

.section-form {
	padding: 55px 0;
}

.block-form {
	border-radius: 10px;
	background-color: #F0F3F7;
	padding: 45px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.block-form:before {
	content: "";
	background-image: url("../img/img_law.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 305px;
	height: 374px;
	position: absolute;
	left: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	opacity: 0.2;
}

.title-form {
	font-size: 36px;
	color: #01367A;
	text-transform: uppercase;
}

.subtitle-form {
	font-size: 24px;
	color: #141414;
	margin-top: 14px;
}

.form-consultation {
	margin-top: 26px;
}

.form-group-inners {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 34px;
}

.form-consultation textarea,
.form-consultation input {
	height: 60px;
	width: 360px;
	flex-shrink: 0;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #01367A;
	padding: 0 15px;
	font-size: 24px;
}

.form-consultation textarea {
	width: 100%;
	height: 150px;
}

.form-group.mt-5 {
	margin: 30px 0;
}

.form-consultation .form-btn {
	margin-top: 26px;
}

.section-seo {
	padding: 54px 0;
	position: relative;
}

.seo-inners {
	display: flex;
	align-items: flex-start;
	gap: 72px;
}

.seo-statistics {
	display: flex;
	align-items: stretch;
	gap: 27px;
	flex-wrap: wrap;
	max-width: 430px;
	width: 100%;
	flex-shrink: 0;
}

.seo-statistics .item {
	flex: 0 0 calc(50% - 27px);
	flex-grow: 1;
	border-radius: 10px;
	background: #01367A;
	padding: 19px 11px;
	flex-shrink: 0;
	text-align: center;
	color: #ffffff;
}

.title2 {
	font-size: 36px;
	font-weight: bold !important;
}

.title3 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

.title2 span {
	font-weight: bold;
	text-transform: uppercase;
	color: #01367A;
}

.seo-info-text {
	margin-top: 19px;
}

.seo-info-text p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}

.seo-info-text p:last-child {
	margin-bottom: 0;
}

.seo-statistics .item img {
	display: block;
	margin: 0 auto;
	height: 71px;
	object-fit: cover;
}

.seo-statistics .item p {
	font-size: 18px;
	line-height: 18px;
}

.seo-statistics .item .number {
	margin: 7px 0;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
}

.section-advantages {
	position: relative;
	max-width: 1650px;
	padding: 22px 0;
	margin: 0 auto;
	width: 100%;
}

.section-advantages:before {
	content: "";
	background-image: url("../img/bg_advantages.jpg");
	background-repeat: repeat-y;
	width: 1148px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*.section-advantages:after {
	content: "";
	position: absolute;
	background-color: #01367A;
	top: 0;
	left: 0;
	z-index: -2;
	width: 1148px;
	height: 100%;
}*/

.advantages-block {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.advantages-media {
	width: 610px;
	height: 610px;
	flex-shrink: 0;
	margin-right: -80px;
	margin-top: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 25px solid #ffffff;
}

.advantages-media img {
	display: block;
	border-radius: 50%;
	width: 534px;
	height: 534px;
	object-fit: cover;
}

.section-advantages .content-group {
	color: #ffffff;
	margin-top: 19px;
}

.content-group p {
	font-size: 24px;
	line-height: 30px;
}

.content-group .content-title {
	font-size: 36px;
	line-height: 41px;
	font-weight: bold;
	margin-bottom: 19px;
}

.section-services {
	padding: 27px 0 30px;
}

.services-inners {
	margin-top: 37px;
}

.services-item {
	display: flex;
	align-items: flex-start;
	gap: 33px;
	margin-bottom: 60px;
}

.services-inners .services-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.services-inners .services-item:last-child {
	margin-bottom: 0;
}

.services-media {
	max-width: 556px;
	width: 100%;
	flex-shrink: 0;
}

.services-media img {
	border-radius: 10px;
	display: block;
}

.services-item .btn {
	margin-top: 19px;
}

.more-block {
	text-align: right;
	margin-top: 30px;
}

.more-link {
	font-size: 24px;
	text-decoration: none;
	color: #141414;
	font-weight: bold;
	transition: color 0.3s ease-in-out;
}

.more-link:hover {
	color: #01367A;
}

.section-refund-methods {
	padding: 60px 0;
}

.refund-methods-inners {
	display: flex;
	align-items: stretch;
	gap: 47px;
	margin-top: 19px;
}

.content-group-list ul {
	padding-left: 35px;
}

.content-group-list ul li {
	list-style-type: disc;
	font-size: 24px;
	line-height: 30px;
}

.section-refund-methods .content-group .content-title {
	margin-bottom: 12px;
}

.methods-right {
	max-width: 716px;
	width: 100%;
	flex-shrink: 0;
	background-color: #01367A;
	padding: 13px 14px;
	color: #ffffff;
	position: relative;
}

.methods-right:after {
	content: "";
	background-image: url("../img/bg_dots.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: -14px;
	bottom: -54px;
	width: 71px;
	height: 456px;
}

.methods-right .content-title span {
	color: #FFDE80;
	text-transform: uppercase;
}

.methods-right .content-group-list ul {
	max-width: 574px;
}

.section-refund-steps {
	padding: 40px 0 50px;
}

.refund-steps-text {
	margin-top: 19px;
}

.refund-steps-text p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 23px;
}

.refund-steps-text p:last-child {
	margin-bottom: 0;
}

.refund-steps-inners {
	display: flex;
	align-items: stretch;
	margin-top: 65px;
	gap: 38px;
}

.refund-steps-item {
	flex: 1;
	border-radius: 10px;
	background-color: #F0F3F7;
	padding: 0 10px 25px 10px;
}

.refund-steps-item p {
	font-size: 18px;
	line-height: 23px;
}

.refund-steps-item .title-step {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 14px;
}

.step-number {
	font-size: 36px;
	color: #FFFFFF;
	width: 70px;
	height: 48px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #01367A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -24px auto 12px;
}

.section-faq {
	padding: 67px 0 35px;
	position: relative;
	max-width: 1650px;
	width: 100%;
	margin: 200px auto 0;
	z-index: 0;
	color: #ffffff;
}

.section-faq:before {
	content: "";
	background-color: #01367A;
	width: 1060px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.faq-inners {
	display: flex;
	align-items: flex-start;
	gap: 42px;
	position: relative;
}

.faq-inners:before {
	content: "";
	background-image: url("../img/bg_dots2.svg");
	background-size: cover;
	width: 147px;
	height: 170px;
	position: absolute;
	top: -186px;
	left: -92px;
	z-index: -1;
}

.faq-block {
	max-width: 660px;
	width: 100%;
}

.faq-items {
	margin-top: 14px;
}

.faq-items .faq-item {
	border-bottom: 2px solid #2490CC;
	transition: all 0.4s ease-in-out;
}

.faq-items .faq-item .faq-item-title {
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	padding: 16px 29px 16px 0;
	font-weight: 700;
}

.faq-items .faq-item .faq-item-title:after {
	content: "";
	position: absolute;
	width: 29px;
	height: 29px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_arrow_down.svg") no-repeat top center / contain;
	transition: all 0.4s ease-in-out;
}

.faq-items .faq-item .faq-item-info {
	display: none;
	padding-bottom: 8px;
}

.faq-items .faq-item .faq-item-info p {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}

.faq-items .faq-item.active .faq-item-title:after {
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.faq-media {
	border: 10px solid #ffffff;
	flex-shrink: 0;
	margin-top: -100px;
}

.faq-media {
	border: 10px solid #ffffff;
	flex-shrink: 0;
	margin-top: -200px;
}

.section-reviews {
	padding: 63px 0 30px;
}

.reviews-inners {
	display: flex;
	align-items: stretch;
	margin-top: 36px;
	gap: 24px 84px;
	flex-wrap: wrap;
}

.reviews-item {
	background-color: #01367A;
	max-width: 354px;
	border-radius: 10px;
	padding: 27px 41px;
	color: #ffffff;
	flex: 1;
}

.reviews-item-photo {
	border: 5px solid #ffffff;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.reviews-item-photo img {
	display: block;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	object-fit: cover;
}

.reviews-item-info {
	margin-top: 10px;
}

.reviews-item-info p {
	font-size: 18px;
	line-height: 23px;
}

.reviews-item-info p {
	margin-bottom: 10px;
}

.reviews-item-info p:last-child {
	margin-bottom: 0;
}

.section-cta {
	background-image: url("../img/hero_cta.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 391px;
	padding: 52px 0;
	color: #ffffff;
}

.cta-text {
	margin-top: 23px;
	max-width: 670px;
}

.cta-text p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}

.cta-text p:last-child {
	margin-bottom: 0;
}

.btn-cta {
	margin-top: 23px;
}

footer {
	padding: 62px 0;
	margin-top: auto;
}

.footer-inners {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-info-text {
	max-width: 440px;
	margin-top: 25px;
}

.footer-info-text p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}

.footer-info-text p:last-child {
	margin-bottom: 0;
}

.footer-menu {
	text-align: right;
}

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

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


.footer-menu ul li a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 24px;
	font-size: 24px;
	line-height: 120%;
	color: #0B0C0F;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
	color: #01367A;
}

.non_scroll {
	overflow: hidden;
}

.section-about-top {
	background-image: url("../img/hero_about.jpg");
}

.section-services-top {
	background-image: url("../img/hero_services.jpg");
}

.section-reviews-top {
	background-image: url("../img/hero_reviews.jpg");
}

.section-contacts-top {
	background-image: url("../img/bg_contacts.webp");
}

.section-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 667px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.page-content .section-img .title1,
.page-content .section-img h1 {
	font-size: 64px;
	font-weight: normal;
	margin-bottom: 0;
	color: #ffffff;
	text-transform: uppercase;
}

.section-team {
	padding: 63px 0 71px;
}

.team-inners {
	display: flex;
	align-items: stretch;
	margin-top: 36px;
	gap: 27px 84px;
	flex-wrap: wrap;
}

.team-item {
	background-color: #01367A;
	flex: 1;
	max-width: 354px;
	border-radius: 10px;
	padding: 26px 31px;
	color: #ffffff;
	text-align: center;
}

.team-item-photo {
	border: 5px solid #ffffff;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.team-item-photo img {
	display: block;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	object-fit: cover;
}

.team-item-info {
	margin-top: 10px;
}

.team-item-info p {
	font-size: 24px;
	line-height: 23px;
}

.team-item-info .team-name {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}

.team-item-info p {
	margin-bottom: 10px;
}

.team-item-info p:last-child {
	margin-bottom: 0;
}

.section-text {
	padding: 27px 0;
}

.text-block {
	margin-top: 19px;
}

.text-block p,
.text-block ul li,
.text-block ol li,
.text-block a,
.section-post p,
.section-post ul li,
.section-post ol li,
.section-post a {
	font-size: 24px;
	line-height: 30px;
}

.text-block p {
	margin-bottom: 10px;
}

.text-block ul,
.text-block ol,
.section-post ul,
.section-post ol {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 30px;
	list-style-type: inherit;
}

.text-block ol,
.section-post ol {
	list-style-type: decimal;
}

.text-block p:last-child {
	margin-bottom: 0;
}

.pagination {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
	justify-content: center;
}

.pagination a,
.pagination span {
	flex-grow: 1;
	max-width: 42px;
	min-height: 41px;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #01367A;
	text-decoration: none;
}

.pagination a.prev:before,
.pagination a.next:after {
	content: "";
	background-repeat: no-repeat;
	background-position: top center;
	width: 42px;
	height: 41px;
	display: inline-block;
}

.pagination a.prev:before {
	background-image: url("../img/icon_arrow_left.svg");
}

.pagination a.next:after {
	background-image: url("../img/icon_arrow_right.svg");
}


.pagination a {
	cursor: pointer;
	transition: all 400ms;
	-o-transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
}

.pagination a:hover,
.pagination span.current {
	font-weight: bold;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	overflow: auto;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: fit-content;
	margin: auto;
	background-color: #01367A;
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	padding: 55px 37px;
	border-radius: 10px;
	max-width: 630px;
	width: 90%;
}

.btn-close {
	background-image: url("../img/btn_close.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.section-blog-top {
	margin-top: 40px;
}

.section-blog-top h1 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #01367A;
}

.blog-filter {
	margin-top: 37px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 102px;
}

.blog-filter li a {
	color: #141414;
	font-size: 24px;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.blog-filter li a:hover {
	color: #01367A;
}

.blog-item {
	display: flex;
	align-items: stretch;
	gap: 33px;
	margin-top: 37px;
}

.blog-item p {
	font-size: 24px;
	line-height: 30px;
}

.blog-item .blog-info-title {
	font-size: 36px;
	line-height: 41px;
	font-weight: bold;
	margin-bottom: 9px;
}

.blog-content .blog-item .blog-info-title {
	-webkit-line-clamp: 2;
}

.blog-content .blog-item p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.blog-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.blog-item .btn {
	margin-top: auto;
}

.blog-media {
	max-width: 556px;
	flex-shrink: 0;
	width: 100%;
}

.blog-media img {
	display: block;
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}

.blog-info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 9px;
	width: 100%;
}

.blog-info-header p,
.blog-info-header a {
	display: inline-block;
	color: #8A8A8A;
}

.section-post .blog-item {
	margin-bottom: 37px;
}

.section-post-content p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 37px;
}

.section-post-content h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 37px;
}

.section-post-content h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
}

.section-politics {
	padding: 27px 0;
}


.page-content .section-politics .title1,
.section-politics .page-content h1 {
	font-weight: bold;
	text-align: center;
}

.section-text h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 37px;
}

.section-text h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
}

.section-error {
	padding: 38px 0 52px;
}

.block-error-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	text-align: center;
}

.block-error-page .error-page-title {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #01367A;
	margin-bottom: 0;
}

.block-error-page {
	font-size: 48px;
	line-height: 1;
	font-weight: normal;
	color: #01367A;
}

.block-error-page .notfound-picture {
	width: 473px;
	height: 396px;
	background-image: url("../img/img_404.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 60px 0 50px;
}

.btn-error {
	height: 62px;
	padding: 0 32px;
}

.footer-logo {
	font-size: 48px;
	color: #141414;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

@media screen and (max-width: 1550px) {
	.block-error-page .notfound-picture {
		width: 433px;
		height: 362px;
		margin: 40px 0 20px;
	}
}

@media screen and (max-width: 1200px) {
	.bg_main {
		min-height: initial;
		z-index: -1;
		max-width: 515px;
	}

	.main-content {
		max-width: 525px;
		width: 100%;
		padding: 37px 0 43px;
	}

	.section-main {
		min-height: inherit;
		margin: 0 auto;
	}

	.reviews-inners {
		gap: 30px;
	}

	.form-consultation input {
		height: 60px;
		width: 260px;
		font-size: 20px;
	}

	.advantages-media {
		max-width: 430px;
		width: 100%;
		flex-shrink: 0;
		margin-right: -40px;
		padding-top: 100px;
	}

	.title3 {
		font-size: 36px;
	}

	.content-group .content-title {
		font-size: 30px;
		line-height: 35px;
	}

	.content-group p {
		font-size: 20px;
		line-height: 26px;
	}

	.main-content p {
		font-size: 20px;
		margin-bottom: 26px;
	}

	.section-advantages:before {
		display: none;

	}

	.section-advantages {
		background-color: #01367A;
	}

	.advantages-media {
		display: none;
	}

	.services-media {
		max-width: 400px;
	}

	.btn {
		height: 62px;
		padding: 0 20px;
		font-size: 20px;
	}

	.refund-methods-inners {
		gap: 47px;
		flex-direction: column;
	}

	.methods-right {
		max-width: 100%;
		width: 100%;
		padding: 13px 14px;
		border-radius: 10px;
	}

	.methods-right .content-group-list ul {
		max-width: 100%;
	}

	.content-group-list ul li {
		font-size: 20px;
		line-height: 26px;
	}

	.methods-right:after {
		display: none;
	}

	.refund-steps-inners {
		display: flex;
		align-items: stretch;
		justify-content: center;
		margin-top: 65px;
		gap: 38px;
		flex-wrap: wrap;
	}

	.refund-steps-item {
		flex: 0 0 30%;
	}

	.faq-media {
		display: none;
	}

	.section-faq:before {
		display: none;
	}

	.section-faq {
		background-color: #01367A;
		margin: 0 auto;
		padding: 15px 0 35px;
	}

	.faq-inners:before {
		display: none;
	}

	.faq-block {
		max-width: 100%;
		width: 100%;
	}

	.footer-logo img {
		max-width: 150px;
	}

	.footer-info-text p {
		font-size: 20px;
		line-height: 26px;
	}

	.footer-menu ul li a {
		padding: 10px 24px;
		font-size: 20px;
	}

	.cta-text p {
		font-size: 20px;
		line-height: 26px;
	}

	.reviews-item {
		padding: 27px 20px;
	}

	.faq-items .faq-item .faq-item-title {
		font-size: 22px;
		line-height: 26px;
	}

	.refund-steps-text p {
		font-size: 20px;
		line-height: 26px;
	}

	.seo-info-text p {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.team-inners {
		justify-content: center;
	}

	.team-item {
		padding: 26px 20px;
	}

	.section-img {
		height: 500px;
	}

	.blog-media {
		max-width: 450px;
	}

	.blog-content .blog-item p {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width: 1000px) {
	.section-img {
		height: 380px;
	}

	#menu-toggle span {
		display: block;
		background: #01367A;
		border-radius: 2px;
		transition: .25s ease-in-out;
	}

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

	#menu-toggle #hamburger span {
		width: 31px;
		height: 3px;
		position: relative;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

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

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

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

	.overlay_top {
		position: fixed;
		background: #ffffff;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 54px 0 15px;
	}

	.overlay_scroll {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
	}

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

	#menu-toggle {
		display: flex;
	}

	.bg_main {
		display: none;
	}

	.main-content {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.section-main {
		padding: 21px 0;
	}

	.page-content .title1,
	.page-content h1 {
		font-size: 24px;
		line-height: 34px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.main-content p {
		font-size: 18px;
		margin-bottom: 28px;
	}

	.btn {
		font-size: 18px;
		text-align: center;
	}

	.section-form {
		padding: 24px 0;
	}

	.block-form {
		border-radius: 10px;
		padding: 16px 33px 31px 33px;
	}

	.title-form {
		font-size: 24px;
		line-height: 34px;
	}

	.subtitle-form {
		font-size: 18px;
	}

	.form-group-inners {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 7px;
		flex-direction: column;
	}

	.form-consultation input {
		height: 60px;
		width: 350px;
		font-size: 18px;
	}

	.block-form:before {
		left: 0;
		top: auto;
	}

	.seo-inners {
		display: flex;
		align-items: flex-start;
		gap: 30px;
		flex-direction: column;
	}

	.title2 {
		font-size: 24px;
		line-height: 34px;
		font-weight: bold;
	}

	.title2 br {
		display: none;
	}

	.section-seo {
		padding: 24px 0;
	}

	.seo-info-text p {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 25px;
	}

	.seo-statistics {
		justify-content: center;
		gap: 11px;
		flex-wrap: wrap;
		max-width: 430px;
		width: 100%;
		flex-shrink: 0;
		margin: 0 auto;
	}

	.seo-statistics .item img {
		height: 53px;
	}

	.seo-statistics .item .number {
		margin: 9px 0;
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
	}

	.title3 {
		font-size: 24px;
		line-height: 34px;
	}

	.content-group .content-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.content-group p {
		font-size: 18px;
		line-height: 20px;
	}

	.section-services {
		padding: 14px 0;
	}

	.services-inners {
		margin-top: 15px;
	}

	.services-item {
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 20px;
		margin-bottom: 25px;
	}

	.services-inners .services-item:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.content-group p {
		font-size: 18px;
		line-height: 30px;
	}

	.more-block {
		text-align: center;
		margin-top: 30px;
	}

	.section-refund-methods {
		padding: 10px 0 15px;
	}

	.content-group-list ul li {
		font-size: 18px;
	}

	.refund-methods-inners {
		gap: 10px;
		flex-direction: column;
	}

	.section-refund-steps {
		padding: 19px 0 22px;
	}

	.refund-steps-text p {
		font-size: 18px;
		line-height: 20px;
	}

	.refund-steps-text {
		margin-top: 8px;
	}

	.refund-steps-inners {
		display: flex;
		align-items: stretch;
		justify-content: center;
		margin-top: 62px;
		flex-direction: column;
		gap: 38px;
		flex-wrap: wrap;
	}

	.refund-steps-item {
		flex: 0 0 100%;
	}

	.section-reviews {
		padding: 15px 0 25px;
	}

	.reviews-inners {
		gap: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.reviews-item {
		max-width: 450px;
		width: 100%;
	}

	.section-cta {
		height: auto;
		padding: 18px 0;
	}

	footer {
		padding: 30px 0;
	}

	.main-menu {
		display: flex;
		align-items: flex-end;
		gap: 4px;
		flex-direction: column;
		margin-right: 15px;
	}

	.main-menu li a {
		padding: 13px 15px;
		display: block;
		font-size: 24px;
	}

	.header {
		padding: 3px 0;
	}

	header .logo {
		position: relative;
		z-index: 20;
	}

	.seo-statistics .item {
		flex: 0 0 calc(50% - 11px);
		border-radius: 10px;
		padding: 19px 7px;
		flex-shrink: 0;
	}

	.team-inners {
		gap: 27px 34px;
		margin-top: 20px;
	}

	.section-team {
		padding: 21px 0;
	}

	.team-item {
		padding: 14px 15px;
		flex: auto;
		width: 100%;
	}

	.team-item-info p {
		font-size: 18px;
		line-height: 20px;
	}

	.team-item-info .team-name {
		font-size: 32px;
		line-height: 36px;
	}

	.team-inners {
		gap: 16px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.section-text {
		padding: 7px 0 35px;
	}

	.text-block {
		margin-top: 9px;
	}

	.text-block p,
	.text-block ul li,
	.text-block ol li,
	.text-block a,
	.section-post p,
	.section-post ul li,
	.section-post ol li,
	.section-post a {
		font-size: 18px;
		line-height: 24px;
	}

	.blog-filter {
		margin-top: 25px;
		gap: 16px 30px;
	}

	.blog-item p {
		font-size: 18px;
		line-height: 30px;
	}

	.blog-item .blog-info-title {
		font-size: 24px;
		line-height: 30px;
	}

	.blog-item .blog-info-header p {
		font-size: 24px;
		line-height: 30px;
	}

	.section-blog-top {
		margin-top: 24px;
	}

	.blog-item {
		display: flex;
		align-items: stretch;
		gap: 18px;
		margin-top: 25px;
		flex-direction: column;
	}

	.blog-content .blog-item p {
		-webkit-line-clamp: 5;
	}

	.blog-item .btn {
		margin-top: 18px;
	}

	.blog-info-header {
		display: flex;
		align-items: flex-start;
		gap: 0;
		margin-bottom: 19px;
		width: 100%;
		flex-direction: column-reverse;
	}

	.section-post .blog-item {
		margin-bottom: 20px;
	}

	.section-post-content p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.section-post-content h2,
	.section-text h2 {
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.section-post-content h3,
	.section-text h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}


	.block-error-page .error-page-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.block-error-page {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.footer-inners {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		text-align: center;
	}

	.footer-menu {
		text-align: center;
	}

	.content-group-list ul {
		padding-left: 25px;
	}

	.form-consultation input {
		max-width: 350px;
		width: 100%;
	}

	.section-img {
		height: 170px;
	}

	.page-content .section-img .title1,
	.page-content .section-img h1 {
		font-size: 32px;
	}

	.modal-content {
		font-size: 20px;
		line-height: 30px;
		padding: 55px 0px;
	}

	.pagination {
		gap: 3px;
	}

	.section-politics {
		padding: 22px 0;
	}

	.page-content .section-politics .title1,
	.section-politics .page-content h1 {
		font-weight: bold;
		font-size: 22px;
		text-align: left;
	}

	.content-group p {
		font-size: 18px;
		line-height: 26px;
	}

	.block-error-page .notfound-picture {
		width: 253px;
		height: 212px;
		margin: 20px 0;
	}

	.section-error {
		padding: 15px 0;
	}

	.btn-cta {
		margin: 23px auto 0;
		width: 100%;
		max-width: 250px;
		display: flex;
	}

	.main-content .btn {
		width: 100%;
		max-width: fit-content;
		margin: 0 auto;
		display: flex;
	}

	.page-content .title1 .t1 {
		display: inline;
	}

	.footer-logo {
		font-size: 36px;
		align-items: center;
		gap: 20px;
	}

}

@media screen and (max-width: 350px) {
	.seo-statistics .item p {
		font-size: 16px;
		line-height: 18px;
	}
}


.fixed-icons {
	position: fixed;
	bottom: 50px;
	right: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 10;
}

.fixed-icons .icon {
	width: 55px;
	height: 55px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
}

.fixed-icons .ic_telegram {
	background-image: url('../img/icon_t.svg');
}

.fixed-icons .ic_whatsapp {
	background-image: url('../img/icon_w.svg');
}

.fixed-icons .icon:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.fixed-icons .icon {
		width: 42px;
		height: 42px;
	}

	.fixed-icons {
		bottom: 96px;
		right: 20px;
		gap: 10px;
	}
}


.pum-theme-418 .pum-container,
.pum-theme-cutting-edge .pum-container {
	padding: 33px 106px;
	border-radius: 20px;
	border: none;
	box-shadow: none;
	background-color: rgba(228, 18, 18, 0.92);
}

.popmake-content {
	max-width: 480px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.popmake-content a {
	color: #fff;
	text-decoration: underline;
}

#popmake-2276 {
	max-width: 691px;
	width: 100%;
}

.pum-theme-418 .pum-content+.pum-close,
.pum-theme-cutting-edge .pum-content+.pum-close {
	right: 5px;
	top: 6px;
	font-size: 32px;
	line-height: 24px;
	border: 1px none #ffffff;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

@media screen and (min-width: 1024px) {
	.pum-container.pum-responsive.pum-responsive-small {
		width: 100%;
		max-width: 691px !important;
	}
}

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

	.pum-theme-418 .pum-container,
	.pum-theme-cutting-edge .pum-container {
		padding: 32px 15px;
	}

	.popmake-content {
		max-width: 100%;
		font-size: 18px;
	}

	#popmake-2276 {
		width: 95%;
	}
}




/* --------------------- */
/* AUTHOR REVIEWS STYLE */
/* ------------------- */
.author_reviews-section .blog-thumbnail {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.author_reviews-section .blog-info-header {
	margin-bottom: 0;
}
.author_reviews-section .blog-info-date {
	font-size: 16px;
}
.author_reviews-section h1 {
	font-size: 42px;
    font-weight: 600;
}




.author-reviews__the_content h2 {
	padding-top: 24px;
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 36px;
}

.author-reviews__the_content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}

.author-reviews__the_content p {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 30px;
}

.author-reviews__the_content li {
	margin-bottom: 16px;
}


@media screen and (max-width: 1000px) {
	.author-reviews__the_content p {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.secti.author-reviews__the_content h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.author-reviews__the_content h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.author-reviews__the_content ul {
		padding-left: 18px;
	}
	.author-reviews__the_content li {
		margin-bottom: 12px;
	}
}

/* Минимальные стили для таблиц и списков */
.author-reviews__the_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 18px;
}
.author-reviews__the_content th, .author-reviews__the_content td {
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
  text-align: left;
}
.author-reviews__the_content th {
  background: #7CC7EF;
  font-weight: 600;
}
.author-reviews__the_content ul, .author-reviews__the_content ol {
  margin: 16px 0 16px 24px;
  padding: 0;
}
.author-reviews__the_content li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* --------------------- */
/* CONSULTATION POPUP STYLES */
/* --------------------- */

.consultation-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow-y: auto;
}

.consultation-modal-content {
	position: relative;
	background-color: #01367A;
	margin: 2% auto;
	padding: 40px;
	border-radius: 15px;
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.consultation-modal-content::-webkit-scrollbar {
	display: none
}

.consultation-popup-header {
	text-align: center;
	margin-bottom: 30px;
}

.consultation-title {
	font-size: 28px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.3;
}

.consultation-popup-body {
	position: relative;
}

.consultation-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-image: url("../img/btn_close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10001;
	transition: opacity 0.3s ease;
}

.consultation-close:hover {
	opacity: 0.7;
}

/* Адаптация попапа для мобильных устройств */
@media screen and (max-width: 768px) {
	.consultation-modal-content {
		margin: 5% auto;
		padding: 25px 20px;
		width: 95%;
		max-height: 85vh;
		border-radius: 10px;
	}
	
	.consultation-title {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	.consultation-popup-header {
		margin-bottom: 20px;
	}
	
	.consultation-close {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}
}

@media screen and (max-width: 480px) {
	.consultation-modal-content {
		margin: 3% auto;
		padding: 20px 15px;
		width: 98%;
		max-height: 90vh;
	}
	
	.consultation-title {
		font-size: 20px;
		padding: 0 16px;
	}
	
	.consultation-popup-header {
		margin-bottom: 15px;
	}
}

/* Стили для формы внутри попапа */
.consultation-popup-body .wpforms-container {
	margin: 0;
}

.consultation-popup-body .wpforms-form {
	padding: 0;
}

.consultation-popup-body .wpforms-field {
	margin-bottom: 20px;
}

.consultation-popup-body .wpforms-field input,
.consultation-popup-body .wpforms-field textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #01367A;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Times New Roman', serif;
	background-color: #ffffff;
	transition: border-color 0.3s ease;
}

.consultation-popup-body .wpforms-field input:focus,
.consultation-popup-body .wpforms-field textarea:focus {
	outline: none;
	border-color: #FFDE80;
	box-shadow: 0 0 0 3px rgba(255, 222, 128, 0.2);
}

.consultation-popup-body .wpforms-submit {
	width: 100%;
	background-color: #01367A;
	color: #ffffff;
	border: 2px solid #01367A;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Times New Roman', serif;
}

.consultation-popup-body .wpforms-submit:hover {
	background-color: #ffffff;
	color: #01367A;
}

@media screen and (max-width: 768px) {
	.consultation-popup-body .wpforms-field input,
	.consultation-popup-body .wpforms-field textarea {
		font-size: 16px;
		padding: 10px 12px;
	}
	
	.consultation-popup-body .wpforms-submit {
		font-size: 16px;
		padding: 12px 15px;
	}
}