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

html,
body {
	height: 100%;
}

.red,
.main-content .red {
	color: #B82B23;
}

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

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

textarea {
	resize: vertical;
	width: 100%;
}

form,
input,
textarea,
button {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

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

img {
	max-width: 100%;
}

a img {
	border: none;
}

b {
	font-weight: 900;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.page-content {
	overflow-x: hidden;
}

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

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

header {
	background-color: #333333;
	height: 75px;
}

.btn-header {
	margin-left: auto;
}

.main-menu {
	display: flex;
	align-items: stretch;
	height: 100%;
}

header .container {
	height: 100%;
}

.main-menu li a {
	text-decoration: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 18px;
	padding: 0 24px;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
	text-transform: uppercase;
}

.main-menu li.active,
.main-menu li a:hover {
	background-color: #EF3227;
}

.overlay_top {
	width: 100%;
	height: 100%;
}

.overlay_scroll {
	height: 100%;
	display: flex;
	align-items: center;
}

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

.section-top-btn .btn {
	white-space: nowrap;
}

.section-top-inners {
	background-image: url("../img/bg_top.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28px 36px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.section-top-info,
.section-top-info p {
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	line-height: 120%;
	text-transform: uppercase;
}

.section-top-info p:first-child {
	font-size: 36px;
	margin-bottom: 5px;
}

.btn {
	font-size: 18px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	outline: 0;
	border: 0;
	background-color: #EF3227;
	height: 52px;
	padding: 0 22px;
	transition: background-color 0.3s ease-in-out;
	text-decoration: none;
}

.btn span {
	transition: transform 0.3s ease-in-out;
}

.btn:hover {
	background-color: #AA1810;
}

.btn:hover span {
	transform: scale(1.05);
}

.main-content-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 65px;
	margin-top: 24px;
}

.main-content-sidebar {
	width: 256px;
	flex-shrink: 0;
}

.main-content-sidebar .sidebar-block:first-child {
	padding-top: 0;
}

.sidebar-block {
	padding: 24px 0;
}

.sidebar-block-title {
	min-height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333;
	padding: 13px 0;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

.sidebar-block-title textarea {
	resize: vertical;
	width: 100%;
}

.sidebar-block-item {
	display: flex;
	align-items: stretch;
	gap: 6px;
	padding: 11px 6px;
	border-bottom: 1px solid #898989;
	text-decoration: none;
	cursor: pointer;
}

.sidebar-block-item:hover .sidebar-item-title {
	color: #EF3227;
}

.sidebar-block-item-media {
	width: 49px;
	height: 49px;
	flex-shrink: 0;
}

.sidebar-item-date {
	font-size: 14px;
	line-height: 87%;
	color: #898989;
	margin-bottom: 5px;
}

.sidebar-item-title {
	font-size: 18px;
	line-height: 87%;
	color: #333333;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease-in-out;
}

.sidebar-block-form {
	background-color: #333333;
	padding: 5px;
}

.sidebar-block-form img {
	display: block;
	margin: 0 auto;
}

.sidebar-block-form .sidebar-block-title {
	padding: 2px 8px;
	text-align: center;
}

.form-group-inners {
	padding: 0 22px;
}

.form-group {
	padding: 10px 0;
	width: 100%;
}

.form-group-btn {
	padding: 14px 0;
}

.form-group input {
	width: 100%;
	height: 37px;
	padding: 0 13px;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 0;
	outline: 0;
	border: 0;
}

.form-group button,
.form-group-btn input {
	max-width: 100%;
	width: 100%;
	cursor: pointer;
	outline: 0;
	border: 0;
	background-color: #EF3227;
	height: 52px;
	padding: 0 22px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #727272;
}

.latest-stories-inners {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 17px;
	margin-top: 12px;
}

.latest-stories-inners .stories-item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.latest-stories-wrapper {
	padding-bottom: 24px;
}

.latest-stories-wrapper img {
	display: block;
	object-fit: cover;
}

.latest-stories-caption {
	font-size: 18px;
	color: #333333;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 700;
}

.shadow-stories {
	position: relative;
}

.stories-item:hover .stories-title {
	text-decoration: underline;
}

.shadow-stories:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.stories-category {
	position: absolute;
	top: 29px;
	left: 0;
	padding: 0 15px 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #B82B23;
	height: 28px;
	display: flex;
	align-items: center;
	z-index: 2;
	color: #ffffff;
}

.stories-category p {
	position: relative;
	z-index: 1;
	margin: 0;
	white-space: nowrap;
}

.stories-category::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 25px;
	background-color: #B82B23;
	transform: skew(-20deg);
}

.stories-info {
	position: absolute;
	bottom: 7px;
	left: 0;
	padding: 0 15px 0 23px;
	color: #ffffff;
	z-index: 1;
}

.latest-stories-inners .stories-info {
	bottom: 10px;
	padding: 0 23px;
}

.stories-title {
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.stories-date {
	font-size: 16px;
	line-height: 120%;
}

.latest-stories-inners .stories-item:first-child .stories-title {
	font-size: 36px;
	margin-bottom: 12px;
}

.latest-stories-inners .stories-item:first-child .stories-date {
	font-size: 24px;
}

.latest-stories-right {
	max-width: 325px;
	min-width: 325px;
	flex-shrink: 0;
}

.stories-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.stories-item {
	min-height: 242px;
}

.stories-item:not(:first-child) {
	max-height: 270px;
}

.latest-stories-right .stories-item:first-child {
	margin-bottom: 29px;
}

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

.more-link {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.more-link:after {
	content: "";
	background-image: url("../img/arrow_double.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.more-link:hover {
	color: #EF3227;
}

.block {
	padding: 15px 0;
}

.block-content {
	color: #333333;
}

h2 {
	font-size: 32px;
	line-height: 120%;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}

.block-content h3,
.block-content h2 {
	font-size: 32px;
	margin-bottom: 16px;
	padding-top: 5px;
	text-transform: uppercase;
}

.block-content h1 {
	margin-bottom: 12px;
}

.block-content p {
	font-size: 24px;
	margin-bottom: 16px;
}

.block-content ul {
	margin-bottom: 16px;
	list-style-type: disc;
	padding-left: 30px;
}

.block-content ul li {
	font-size: 24px;
}

.block-icons-inners {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.block-icons-item {
	padding: 19px 0;
	max-width: 245px;
	width: 30%;
	text-align: center;
}

.block-content .block-icons-item p,
.block-icons-item p {
	margin-bottom: 0;
}

.block-icons-item img {
	flex-shrink: 0;
	width: 103px;
	height: 110px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.block-icons-item p {
	font-size: 24px;
	line-height: 120%;
	color: #000000;
	margin-top: 10px;
}

.section-news {
	margin-top: 35px;
	padding-bottom: 30px;
}

.section-news-inners {
	margin-top: 15px;
	display: flex;
	align-items: stretch;
	gap: 35px;
	flex-wrap: wrap;
}

.section-news-item {
	position: relative;
	max-width: 316px;
	flex: 1;
	flex-shrink: 0;
	text-decoration: none;
	color: #ffffff;
	flex-direction: column;
	display: flex;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section-news-item:hover .news-item-title {
	color: #EF3227;
}

.section-news-item img {
	display: block;
	height: 259px;
	width: auto;
	object-fit: cover;
}

.news-item-info {
	padding: 18px 13px;
	background-color: #333333;
	flex: 1;
}

.news-item-date {
	font-size: 18px;
	line-height: 87%;
}

.news-item-title {
	font-size: 24px;
	line-height: 87%;
	font-weight: 600;
	margin-top: 6px;
	transition: color 0.3s ease-in-out;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

footer {
	background-color: #333333;
	padding: 30px 0;
	margin-top: auto;
}

.footer-menu {
	display: flex;
	align-items: stretch;
	gap: 10px 15px;
	flex-wrap: wrap;
}

.footer-menu li a {
	text-decoration: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 18px;
	padding: 13px 15px;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
	text-transform: uppercase;
	white-space: nowrap;
}

.footer-menu li a:hover {
	background-color: #EF3227;
}

.footer-group {
	display: flex;
	align-items: center;
	margin-top: 18px;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 22px;
}

.footer-group p {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-social li a {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	transition: opacity 0.3s ease-in-out;
}

.footer-social li.facebook a {
	background-image: url("../img/icon_facebook.svg");
}

.footer-social li.instagram a {
	background-image: url("../img/icon_instagram.svg");
}

.footer-social li.youtube a {
	background-image: url("../img/icon_youtube.svg");
}

.footer-social li.telegram a {
	background-image: url("../img/icon_telegram.svg");
}

.footer-social li.linkedin a {
	background-image: url("../img/icon_linkedin.svg");
}

.footer-social li a:hover {
	opacity: 0.8;
}

.non_scroll {
	overflow: hidden;
}

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

.main-content h1,
.title1 {
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
}

.news-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.news-filter a {
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 24px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	background-color: #ffffff;
	border: 2px solid #333333;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration: none;
}

.news-filter a:hover {
	background-color: #333333;
	color: #ffffff;
}

.section-news-inners.news-page {
	margin-top: 12px;
	gap: 19px 39px;
}

.news-page .section-news-item {
	max-width: 100%;
	flex: 0 0 calc(33.3% - 27px);
}

.pagination-wrapper {
	padding: 30px 0;
	margin-top: 12px;
	margin-bottom: 24px;
}

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

.pagination a,
.pagination span {
	width: 61px;
	height: 35px;
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333333;
	border: 2px solid #333333;
	text-decoration: none;
}

.pagination a.prev,
.pagination a.next {
	width: 110px;
	height: 35px;
	display: inline-block;
}

.pagination a {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.pagination span.current,
.pagination a.current {
	background-color: #EF3227;
	border-color: #EF3227;
	color: #ffffff;
}

.section-comments {
	margin-top: 15px;
}

.block-comments .comments-form {
	background-color: rgba(231, 231, 231, 0.4);
	padding: 14px 19px;
	margin-top: 15px;
	margin-bottom: 22px;
}

.block-comments .comments-form .field {
	margin-bottom: 10px;
}

.block-comments .comments-form .field input {
	width: 100%;
	max-width: 250px;
	height: 40px;
	border: 2px solid #E7E7E7;
	font-size: 18px;
	padding: 0 16px;
	background-color: #FFFFFF;
}

.block-comments .comments-form .field textarea {
	width: 100%;
	min-height: 138px;
	max-height: 246px;
	resize: none;
	font-size: 18px;
	padding: 16px;
	border: 2px solid #E7E7E7;
	background-color: #FFFFFF;
}

.block-comments .comments-form .buttons.buttons-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.rating-buttons li {
	cursor: pointer;
}

.block-comments .comments-form .buttons .button {
	max-width: 186px;
}

.block-comments .comments-items .item {
	margin-top: 15px;
	padding: 21px 19px;
	border: 2px solid #E7E7E7;
}

.block-comments .flex-name {
	display: flex;
	align-items: center;
	gap: 38px;
	margin-top: 10px;
}

.user-name {
	font-weight: 700;
}

.block-comments .comments-items .item .comment-info p {
	font-size: 24px;
	line-height: 120%;
}

.comment-message-block {
	margin-top: 10px;
	max-width: 995px;
	width: 100%;
}

.comment-message-block>p:first-child {
	font-weight: 700;
}

.block-comments .comments-items .item .comment-info p.user-message {
	font-size: 18px;
	margin-top: 10px;
}

.block-comments .comments-items .item .comment-info .rating {
	justify-content: flex-start;
}

.block-comments .comments-items .item .comment-info .date-comment {
	color: rgba(22, 22, 22, 0.70);
}

.rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rating li {
	list-style: none;
}

.rating li .star {
	width: 34px;
	height: 34px;
	background: url("../img/star_icon.svg") no-repeat center center;
}

.rating li .star.active {
	background: url("../img/star_active_icon.svg") no-repeat center center;
}

.title-flex {
	display: flex;
	align-items: flex-start;
	gap: 150px;
	margin-bottom: 12px;
	width: 100%;
	justify-content: space-between;
}

.block-content .date-publish {
	white-space: nowrap;
	font-size: 18px;
	color: #898989;
	margin-bottom: 0;
}

.block-table table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.block-table table img {
	display: block;
}

.block-table table .btn {
	text-transform: none;
	padding: 0 18px;
	max-width: 190px;
	width: 100%;
}

.block-table table tr {
	border: 0;
}

.block-table table tr th:first-child {
	width: 60px;
}

.block-table table tr th:nth-child(2) {
	width: 135px;
}

.block-table table tr th:nth-child(3) {
	width: auto;
}

.block-table table tr td:nth-child(3) {
	padding: 0 19px;
}

.block-table table tr td:nth-child(2) {
	padding: 0 20px;
}

.block-table table tr td:first-child {
	font-weight: 600;
}

.block-table table tr:nth-child(-n+4) td:first-child {
	color: red;
}

.block-table table tr th:last-child {
	width: 216px;
}

.block-table table th,
.block-table table td {
	font-size: 24px;
	border: 0;
	padding: 0 8px;
	height: 77px;
	vertical-align: middle;
	text-align: center;
	color: #333333;
}

.block-table table th {
	background-color: #F3F3F3;
}

.mob {
	display: none !important;
}

.rating-flex {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 24px;
	color: #333333;
}

.rating-flex p {
	margin: 0;
}

.title-review img {
	margin-top: 12px;
	max-width: 500px;
	width: 100%;
}

.review-info-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

.review-info-inners {
	font-size: 24px;
}

.review-info-item {
	display: flex;
	align-items: stretch;
	margin-bottom: 5px;
}

.review-info-item span {
	padding: 10px 15px;
	width: 100%;
}

.review-info-item span:first-child {
	max-width: 292px;
	width: 100%;
	flex-shrink: 0;
	font-weight: 700;
	background-color: #F3F3F3;
}

.review-info-item span:last-child {
	background-color: #F8F8F8;
}

.block-black-list p {
	font-size: 18px;
	padding: 12px 26px;
	font-weight: 700;
}

.block-black-list p:nth-child(odd) {
	background-color: rgba(137, 137, 137, 0.1);
}

.block-advantages-broker {
	display: flex;
	align-items: stretch;
	gap: 29px;
	margin-bottom: 16px;
}

.block-advantages-broker .item {
	padding: 20px 37px 10px;
	background-color: #F8F8F8;
	flex: 1;
}

.block-advantages-broker .item ul {
	padding-left: 0;
	margin-bottom: 0;
}

.block-advantages-broker .item ul li {
	list-style-type: none;
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.block-advantages-broker .item ul li:before {
	content: "";
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5px;
	flex-shrink: 0;
}

.block-advantages-broker .item.block-pros ul li:before {
	background-image: url("../img/icon_plus.svg");
}

.block-advantages-broker .item.block-minus ul li:before {
	background-image: url("../img/icon_minus.svg");
}

.block-advantages-broker .item>p {
	text-align: center;
}

.blog-news-wrapper {
	margin-top: 30px;
}

.blog-news-item {
	margin-top: 23px;
	/* Отступ сверху */
	margin-bottom: 15px;
	/* Отступ снизу */
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
}


.blog-news-item:hover .item-title {
	text-decoration: underline;
}

.news-item-media {
	max-width: 199px;
	width: 100%;
	height: 168px;
	flex-shrink: 0;
}

.news-item-media img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.blog-item-info>div p {
	font-size: 18px;
	line-height: 87%;
	color: #898989;
	margin-bottom: 7px;
}

.blog-item-info .item-title {
	font-size: 24px;
	line-height: 87%;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
}

.blog-item-info .item-description {
	font-size: 24px;
	line-height: 87%;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
}

.block-content-form {
	text-align: center;
}

.form-content {
	max-width: 595px;
	width: 100%;
	margin: 17px auto 0;
}

.form-content .form-group textarea,
.form-content .form-group input {
	border: 2px solid #333333;
	height: 60px;
	outline: none;
	font-size: 18px;
}

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

.form-content .form-group button,
.form-content .form-group-btn input {
	width: fit-content;
	padding: 0 25px;
}

.block-post-top {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.block-post-media {
	min-height: 355px;
	width: 420px;
	flex-shrink: 0;
	max-height: 450px;
	margin-bottom: 12px;
}

.block-post-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.post-info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.block-content .post-info-header p {
	text-decoration: none;
	font-size: 18px;
	color: #898989;
	margin-bottom: 0;
}

.block-content-text h2 {
	text-transform: none;
	font-size: 24px;
}


.main-content .block-error-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-content .block-error-page .button {
	height: 60px;
	font-size: 24px;
	text-transform: uppercase;
}

.main-content .block-error-page .notfound-picture {
	width: 748px;
	height: 360px;
	background: url("../img/icon_404.svg") no-repeat top center / cover;
}

.block-error-page .error-page-title {
	font-size: 64px;
	text-transform: none;
	text-align: center;
	margin: 34px 0;
}

.error-page-title span {
	text-transform: uppercase;
}

.btn-error {
	min-width: 200px;
}

/* Изменение цвета текста после отправки формы и добавление отступа внизу */
.wpcf7-response-output {
	color: #008080;
	/* Замените на #ffffff для белого цвета */
}




@media screen and (max-width: 1200px) {
	.container {
		padding: 0 15px;
	}

	.main-menu li a {
		font-size: 16px;
		padding: 0 14px;
	}

	header {
		height: 65px;
	}

	.main-content-wrapper {
		gap: 25px;
		margin-top: 24px;
	}

	.main-content .block-error-page .notfound-picture {
		width: 538px;
		height: 259px;
	}

	.block-error-page .error-page-title {
		font-size: 44px;
		margin: 14px 0;
	}
}

@media screen and (max-width: 1023px) {
	header {
		height: 60px;
	}

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

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

	#menu-toggle #hamburger span {
		width: 33px;
		height: 2px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 4px 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(3px, 2px);
	}

	.overlay_top {
		position: fixed;
		background: #333333;
		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;
		align-items: flex-end;
		text-align: end;
	}

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

	#menu-toggle {
		display: flex;
	}

	.main-menu {
		flex-direction: column;
		gap: 0;
		margin: 0;
		align-items: flex-end;
	}

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

	.section-top {
		padding: 5px 0;
	}

	.section-top .container {
		padding: 0;
	}

	.section-top-inners {
		padding: 16px 15px;
		align-items: flex-start;
		justify-content: center;
		gap: 13px;
		flex-direction: column;
	}

	.section-top-info p:first-child {
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.section-top-info p {
		font-weight: 400;
		font-size: 18px;
		color: #ffffff;
		line-height: 120%;
		text-transform: none;
	}

	.main-content-wrapper {
		gap: 0;
		margin-top: 14px;
		flex-direction: column-reverse;
		align-items: center;
	}

	.latest-stories-caption {
		font-size: 20px;
	}

	.latest-stories-main {
		margin-top: 28px;
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		gap: 29px 17px;
	}

	.main-content-sidebar {
		width: 100%;
		flex-shrink: 0;
	}

	.latest-stories-inners .stories-item:first-child .stories-title {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.latest-stories-inners .stories-item:first-child .stories-date {
		font-size: 16px;
	}

	.block-content h3,
	.block-content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.block-content p {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.latest-stories-wrapper {
		padding-bottom: 14px;
	}

	.sidebar-block-form>img {
		margin: 0 auto;
		display: block;
	}

	.sidebar-block {
		padding: 14px 0;
	}

	.main-content-sidebar {
		flex-direction: column;
		display: flex;
	}

	.sidebar-block-m1 {
		order: -1;
	}

	.section-news-item {
		max-width: 100%;
		flex: 0 0 calc(50% - 14px);
	}

	.section-news-inners {
		gap: 28px;
	}

	.section-news-inners.news-page {
		margin-top: 12px;
		gap: 19px;
	}

	.news-page .section-news-item {
		flex: 0 0 calc(33.3% - 13px);
	}

	header .btn-header {
		display: flex;
		margin: 13px 0 0 0;
		height: 48px;
		flex-shrink: 0;
	}

	.main-menu {
		height: auto;
	}

	.block-post-media {
		width: 370px;
	}

	.block-post-info .title1 {
		font-size: 24px;
	}

}

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

	.block-table table tr {
		display: flex;
		flex-direction: column;
		border: 2px solid #E7E7E7;
		margin-bottom: 5px;
		justify-content: center;
		align-items: center;
	}

	.desk {
		display: none !important;
	}

	.mob {
		display: block !important;
	}

	.block-table table tr td:first-child {
		margin-bottom: 0;
	}

	.block-table table td {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 58px;
		margin-bottom: 13px;
	}

	.block-table table td span {
		width: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.block-table table td span:first-child {
		font-weight: 700;
		text-transform: uppercase;
	}

	.title-flex {}

	.title-flex {
		display: flex;
		align-items: flex-start;
		gap: 5px;
		margin-bottom: 12px;
		width: 100%;
		justify-content: space-between;
	}

	.block-content .title-flex {
		flex-direction: column-reverse;
		gap: 5px;
	}

	.block-black-list p {
		font-size: 18px;
		padding: 12px 20px;
		font-weight: 600;
	}

	.main-content .title-flex h1 {
		font-size: 20px;
	}

	.block-table table tr td:nth-child(2) {
		padding: 0;
		max-width: 185px;
	}

	.block-table table tr td:first-child span {
		width: auto;
	}

	.block-table table tr td:first-child {
		gap: 3px;
	}

	.block-table table th,
	.block-table table td {
		font-size: 18px;
		padding: 9px 8px;
	}

	.block-table table .btn {
		padding: 0 18px;
		max-width: 190px;
		width: 100%;
		height: 51px;
		font-size: 24px;
	}

	.title-flex-review {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.review-info-title {
		font-size: 18px;
	}

	.review-info-inners {
		font-size: 18px;
	}

	.review-info-item span:first-child {
		max-width: 100%;
		width: 100%;
		font-size: 20px;
	}

	.review-info-item {
		gap: 0;
		margin-bottom: 5px;
		flex-direction: column;
	}

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

	.review-info-item span {
		padding: 10px;
	}

	.block-advantages-broker .item ul li:before {
		width: 18px;
		height: 18px;
		margin-top: 2px;
	}

}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 18px;
		height: 36px;
		padding: 0 15px;
	}

	.section-top-btn {
		margin: 0 auto;
	}

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

	.latest-stories-inners {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.latest-stories-inners .stories-item:first-child {
		grid-column: span 1;
		grid-row: span 1;
	}

	.latest-stories-inners .stories-info {
		bottom: 7px;
		padding: 0 10px 0 23px;
	}

	.more-block {
		text-align: left;
	}

	.block-content h3,
	.block-content h2,
	h2,
	h3,
	.block-content h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.block-content p {
		font-size: 18px;
	}

	.block-content .block-icons-item p,
	.block-icons-item p {
		font-size: 16px;
		margin-top: 3px;
	}

	.block-icons-item img {
		flex-shrink: 0;
		width: 60px;
		height: 65px;
	}

	.block-icons-inners {
		margin-top: 10px;
	}

	.section-news {
		margin-top: 15px;
		padding-bottom: 20px;
	}

	.section-news .more-block {
		text-align: center;
	}

	footer {
		padding: 14px 0;
	}

	.footer-menu {
		align-items: flex-start;
		gap: 0;
		flex-direction: column;
	}

	.footer-menu li a {
		white-space: normal;
	}

	.footer-group {
		align-items: center;
		margin-top: 9px;
		gap: 14px;
		justify-content: center;
		flex-direction: column;
	}

	.footer-social li a {
		width: 43px;
		height: 43px;
	}

	.footer-social {
		gap: 13px;
	}

	.footer-group p {
		font-size: 20px;
	}

	.news-page .section-news-item {
		flex: 0 0 100%;
	}

	.pagination a:not(:first-child):not(:last-child) {
		display: none;
	}

	.pagination-wrapper {
		padding: 26px 0 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.block-comments>.h2 {
		text-align: center;
	}

	.block-comments .comments-form .field input {
		max-width: 100%;
	}

	.block-comments .comments-form .buttons.buttons-group {
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 10px;
		flex-direction: column;
		gap: 10px;
	}

	.block-comments .comments-form .buttons.buttons-group .btn {
		height: 42px;
		text-transform: none;
	}

	.block-comments .comments-items .item {
		margin-top: 15px;
		padding: 16px 19px;
	}

	.block-comments .comments-items .item .comment-info p {
		font-size: 18px;
	}

	.block-advantages-broker {
		gap: 5px;
		margin-bottom: 5px;
		flex-direction: column;
	}

	.block-advantages-broker .item {
		padding: 20px 10px;
	}

	.news-item-media {
		display: none;
	}

	.blog-item-info .item-title,
	.blog-item-info .item-description {
		font-size: 18px;
		line-height: 110%;
	}

	.blog-item-info .item-title {
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.blog-item-info .item-description {
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.block-post-top {
		display: flex;
		align-items: center;
		gap: 5px;
		flex-direction: column;
	}

	.block-post-media {
		width: 100%;
		max-height: 100%;
		min-height: 100%;
		margin-bottom: 0;
	}

	.post-info-header {
		margin-bottom: 12px;
		flex-wrap: wrap;
		gap: 5px;
	}

	.block-post-info .title1 {
		font-size: 20px;
	}

	.main-content .block-error-page .notfound-picture {
		width: 298px;
		height: 144px;
	}

	.block-error-page .error-page-title {
		font-size: 20px;
		margin: 14px 0;
	}

}

@media screen and (max-width: 600px) {
	.section-news-item {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.section-news-item img {
		max-height: 400px;
		min-height: 250px;
		height: 100%;
	}
}

@media screen and (max-width: 500px) {
	.block-icons-item {
		padding: 0;
		max-width: 100%;
		width: calc(50% - 30px);
		text-align: center;
	}

	.pagination {
		justify-content: space-between;
	}

	.block-content-form {
		text-align: left;
	}

	.form-content .form-group-inners {
		padding: 0;
	}

	.form-content .form-group button,
	.form-content .form-group-btn input {
		width: fit-content;
		margin: 0 auto;
		display: flex;
	}

	.post-info-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

.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: 65px;
		height: 65px;
	}

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

/* Стили для попапа консультации */
.consultation-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.consultation-popup.show {
	display: flex;
	opacity: 1;
}

.popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
}

.popup-content {
	position: relative;
	margin: auto;
	background: #fff;
	border-radius: 12px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px 15px;
	border-bottom: 1px solid #eee;
}

.popup-header h3 {
	font-size: 20px;
	font-weight: 600;
	color: #06020D;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
}

.popup-close {
	background: none;
	border: none;
	font-size: 28px;
	color: #999;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.popup-close:hover {
	color: #B82B23;
}

.popup-body {
	padding: 20px 25px 25px;
}

.popup-body .form-group {
	margin-bottom: 15px;
}

.popup-body .form-group:last-child {
	margin-bottom: 0;
}

.popup-body label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
}

.popup-body .input {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.2s ease;
	background: #fff;
}

.popup-body .input:focus {
	outline: none;
	border-color: #B82B23;
}

.popup-body textarea.input {
	min-height: 80px;
	resize: vertical;
}

.popup-body .btn {
	width: 100%;
	padding: 14px 20px;
	background: #B82B23;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.popup-body .btn:hover {
	background: #9a241e;
}

.popup-body .btn:disabled {
	background: #ccc;
	cursor: not-allowed;
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 768px) {
	.popup-content {
		width: 95%;
		max-height: 95vh;
		margin: 10px auto;
	}
	
	.popup-header {
		padding: 15px 20px 10px;
	}
	
	.popup-header h3 {
		font-size: 18px;
	}
	
	.popup-body {
		padding: 15px 20px 20px;
	}
	
	.popup-body .input {
		padding: 10px 12px;
		font-size: 16px; /* Предотвращает зум на iOS */
	}
	
	.popup-body .btn {
		padding: 12px 15px;
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	.popup-content {
		width: 98%;
		margin: 5px auto;
	}
	
	.popup-header {
		padding: 12px 15px 8px;
	}
	
	.popup-header h3 {
		font-size: 16px;
	}
	
	.popup-body {
		padding: 12px 15px 15px;
	}
}