/*
Theme Name: Betheme Child
Template: betheme
Description: Child theme for Betheme
Author: Your Name
Version: 1.0.0
*/
:root {
	--main-font: "Oswald", sans-serif;
	--secondary-font: "Inter", sans-serif;
	--accent-color: #F2B705;
}
html {
	scroll-behavior: smooth;
}

body.page-template, .page-template p, .page-template span, .page-template h1, .page-template h2, .page-template h3, .page-template h4, .page-template h5, .page-template h6 {
	font-family: var(--secondary-font)!important;
}
.home, .home p, .home span, .home h1, .home h2, .home h3, .home h4, .home h5, .home h6,
#mfn-header-template p, #mfn-header-template span, #mfn-header-template h1, #mfn-header-template h2, #mfn-header-template h3, #mfn-header-template h4, #mfn-header-template h5, #mfn-header-template h6 {
	font-family: var(--main-font)!important;
}
#mfn-header-template .mfn-header-menu .mfn-menu-li:hover > .mfn-menu-link,
.page-template a:hover,
#Footer #custom_html-3 a:hover {
	color: var(--accent-color);
}

.btn_m a {
	transition: all .3s linear;
}
.btn_m a:hover,
.membership .card_descr a:hover {
	color: #121417;
	background-color: #EAE2E2;
}
.socials_list a:hover svg,
.f_socials_list a:hover svg {
	color: #EAE2E2;
}
.btn_m.light_btn a:hover,
.res_links a:nth-child(2n):hover {
	background-color: var(--accent-color);
}
.elementor p, .elementor span {
	font-size: 18px!important;
}
.elementor h2 span {
	font-size: 26px!important;
}
.elementor h3 span {
	font-size: 22px!important;
}
.elementor .elementor-element > p {
	text-align: justify;
}
.wrap > .mcb-wrap-inner > .mcb-wrap-background-overlay {
	pointer-events: none;
}
header .section_wrapper,
header .section_wrapper .wrap.mcb-wrap,
header .section_wrapper .mcb-wrap-inner {
	position: static;
}
#header_flag {
	position: absolute;
	top: 0;
	right: -10px;
	max-width: 480px;
	pointer-events: none;
}
#header_logo_wrapper #header_name {
	margin: 0 auto;
}
.hero_tel_num {
	position: absolute;
	bottom: 54px;
	font: 700 24px/1.8 var(--main-font);
	color: var(--accent-color)!important;
}
#mfn-header-template {
	background: #0d0d0d;
}
.page-template-home .page_container,
.page-template-news .page_container {
	width: 1600px;
	max-width: calc(100% - 32px);
	position: relative;
	margin: 0 auto;
}
.button_label {
	font-family: "Oswald", sans-serif;
}
.btn {
	padding: 14px 30px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: var(--accent-color);
	color: #000000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	font: 400 15px/1.2 var(--main-font);
}
#mfn-header-template  .logo-wrapper {
	width: 170px;
	height: 170px;
	/*margin-top: 20px;*/
}
#mfn-header-template .column_header_logo {
	margin-right: 50px;
}
.column_column.mfn-item-inline {
	font: 700 40px/1.1 var(--main-font);
	color: var(--accent-color);
	text-transform: uppercase;
}
#main_menu {
	border-bottom: 5px solid var(--accent-color);

}
#main_menu .mfn-header-menu {
	font: 400 24px/1.2 var(--main-font);
}
.hero_section .hero_wrap {
	display: flex;
	justify-content: space-between; 
	align-items: center;                 
}
.kozak_img {
	width: calc((100% - 1038px) / 2);
	max-height: 100%;
}
.hero_section .btns_wrap {
	display: flex;
	flex-direction: column;
}
.hero_section .btns_wrap a:first-child {
	margin: 0 0 30px 0;
}
.kozak_img.logos_wrap {
	display: flex;
	flex-direction: column;
	align-items:center;
}
.logos_wrap .logo_mo + .logo_mo {
	margin-top: 20px;
}
.logos_wrap .logo_mo img {
	width: 90px;
	height: 90px;
}
.hero_section {
	background: #0d0d0d;
}
.hero_section .hero_wrap img {
	max-width: 100%;         
	height: auto;
}
.hero_section .swiper {
	/*flex: 0 0 1038px;      */
	width: 1038px;
}
.hero_section .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.units_list, .socials_list  {
	position: absolute;
	z-index: 1;
	bottom: 54px;
	left: 40px;
	display: flex;
	align-items: center;
}
.units_list {
	left: 50%;
	transform: translateX(-50%);
}
.units_list a, .hero_section .btns_wrap a {
	padding: 12px 40px;
	border: 1px solid #000000;
	border-radius: 100px;
	background-color: #EAE2E2;
	color: #000000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	font: 500 16px/1.2 var(--main-font);
	white-space: nowrap;
}
.units_list a + a {
	margin: 0 0 0 30px;
}
.socials_list a,
.f_socials_list a {
	color: var(--accent-color)!important;
}
.socials_list a + a,
.f_socials_list a + a {
	margin-left: 20px;
}
.events-tabs__nav {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}
.events-tab-btn {
	padding: 8px 16px;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #000;
	color: #fff;
}
.events-tab-btn.active {
	background: var(--accent-color);
	color: #000;
}
.events-tab-panel {
	display: none;
}
.events-tab-panel.active {
	display: block;
}
.event_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.event_part {
	width: calc(50% - 20px);
}
.event_banner {
	border-radius: 10px;
}
.events_section {
	padding: 50px 0 70px 0;
	background-color: #EAE2E2;
}
.events_section .news_title {
	color: #121417;
	letter-spacing: 0.05em;
}
.event_item + .event_item {
	margin: 24px 0 0 0;
}
.events_content_cols {
	display: flex;
	justify-content: space-between;
}
.event_descr h2,
.event_descr h2 span {
	margin-bottom: 0;
	font: 600 24px/1.1 var(--main-font)!important;
	color: #000;
}
.event_descr .date {
	margin: 40px 0 20px 0;
	font: 700 30px/1.1 var(--main-font);
	color: #121417;
}
.events_content_wrap {
	width: 50%;
}
.data_counter {
	width: 38%;
}
.counter_title {
	font: 600 20px/1.1 var(--main-font);
	color: var(--accent-color);
	text-shadow:
	-1px -1px 0 black,
	1px -1px 0 black,
	-1px  1px 0 black,
	1px  1px 0 black;
	text-align: center;
}
.counter_wrap {
	display: flex;
	justify-content: space-around;
}
.counter_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.counter_item  .num {
	padding: 10px 16px;
	font: 600 30px/1.1 var(--main-font);
	color: #000;
	border: 1px solid #000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	border-radius: 10px;
}
.counter_item  .label {
	font: 600 15px/1.1 var(--main-font);
	color: #000;
}
.event_descr .place {
	display: flex;
	align-items: center;
	font: 600 24px/1.1 var(--main-font);
	color: #121417;
}
.event_descr strong,
.event_descr strong span {
	color: var(--accent-color);
}
.event_descr .flag {
	width: 60px;
	height: 40px;
	margin-right: 10px;
}
.events_buttons {
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.events_buttons .qr_code_reg {
	position: absolute;
	right: 10px;
	bottom: 110%;
	max-width: 140px;
	max-height: 140px;
}
.reg_btn,
.membership .card_descr a {
	padding: 8px 40px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: var(--accent-color);
	color: #000000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	font: 400 24px/1.2 var(--main-font);
	text-transform: uppercase;
	color: #000;
}
.news_section {
	padding: 50px 0 70px 0;
	background-color: #121417;
}
.news_title {
	margin: 42px;
	font: 700 40px/1.1 var(--main-font);
	color: var(--accent-color);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.news_list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 50px;
	flex-wrap: wrap;
}
.news_list li {
	width: calc((100% - 280px) / 3);
}
.new_descr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
}
.news_item .thumb {
	margin-bottom: 38px;
	max-height: 250px;
	border-radius: 10px;
	overflow: hidden;
}
.news_item .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	max-height: 250px;
	object-fit: contain;
}
.new_title {
	margin-bottom: 32px;
	font: 600 26px/1.1 var(--main-font);
	color: var(--accent-color);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.new_title a {
	color: var(--accent-color);
}
.host .location {
	display: flex;
	align-items: center;
	font: 500 20px/1.1 var(--main-font);
	color: #fff;
}
.host .location .flag {
	max-width: 50px;
	max-height: 33px;
	margin-right: 10px;
}
.news_date {
	margin: 0;
	font: 600 24px/1.1 var(--main-font);
	color: #fff;
}
.res_links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.res_links a {
	padding: 10px 0px;
	width: calc((100% - 58px)/3);
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: var(--accent-color);
	color: #000000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
	font: 400 18px/1.2 var(--main-font);
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.res_links a:nth-child(even) {
	background-color: #fff;
}
body:not(.home) .news_section .news_item {
	margin-bottom: 80px;
}
.more_thumb {
	text-align: center;
}
.hero_section .hero_wrap img.totem {
	max-width: 280px;
}
#unifom_page .gallery {
	overflow: hidden;
}
#unifom_page .gallery .gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 255px;
}
#calendar_table_box table td, th {
	border: 1px solid #eae2e2;
}
.elementor-element.discipline_img_wrap .e-con-inner .elementor-element {
	height: 100%;
}
.elementor-element.discipline_img_wrap .e-con-inner .elementor-element img {
	height: 100%;
	object-fit: cover;
}
.membership {
	padding: 120px 0;
}
.membership .card_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 180px;
}
.membership .card_img {
	width: 36%;
}
.membership .card_descr {
	width: 55%;
}
.membership p {
	font: 700 20px/1.5 var(--main-font);
}
.membership .card_descr p:first-child {
	font: 700 22px/1.5 var(--main-font);
	margin-bottom: 32px;
	text-transform: uppercase;
}
.membership .card_descr p:last-child {
	margin-top: 52px;
}

footer h4 {
	font: 500 30px/1.1 var(--main-font);
}
footer .textwidget a {
	font: 500 24px/1.1 var(--main-font);
}
footer #block-13 .wp-block-image img {
	width: 147px;
}
.f_socials_list {
	display: flex;
	align-items: center;
	margin-top: 27px;
}
footer .mcb-column-inner .widget,
footer aside.widget.widget_block,
footer aside.widget.widget_block p {
	margin: 0;
}
footer .bank_info {
	font: 500 30px / 1.1 var(--main-font);
}
#header_name .column_attr h1 {
	font-size: 54px;
	color: var(--accent-color);
} 
#block-13,
.units_list.mobile {
	display: none;
}
.content-brightness-dark .mfn-close-icon .icon {
	color: #73748c!important;
}

@media screen and (min-width: 1440px) {
/*	#mfn-header-template  .logo-wrapper {
		margin: 20px 0 -20px 0;
	}*/
}
@media screen and (max-width: 1600px) {
	#header_name .column_attr h1 {
		font-size: 50px;
	}
	.news_list li {
		width: calc((100% - 180px) / 3);
	}
	.reg_btn {
		padding: 8px 30px;
	}
	header .mfn-header-tmpl-builder .custom-width .section_wrapper.mfn-wrapper-for-wraps.mcb-section-inner {
		max-width: calc(100% - 32px);
	}
}
@media screen and (max-width: 1590px) {
	#header_flag {
		max-width: 360px;
	}
}
@media screen and (max-width: 1560px) {
	.hero_section .swiper {
		max-width: 800px;
	}
	.kozak_img {
		width: calc((100% - 800px) / 2);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.hero_section .hero_wrap img.totem {
		max-width: 250px;
		width: 100%;
	}
	.socials_list {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 13%;
		flex-wrap: wrap;
	}


}
@media screen and (max-width: 1440px) {
	.elementor .elementor-element.e-parent {
		max-width: calc(100% - 32px);
		margin: 0 auto;
	}
	.reg_btn {
		font: 400 20px / 1.2 var(--main-font);
	}
	#header_name .column_attr h1 {
		font-size: 46px;
	}
	#Footer .image_frame .image_wrapper img {
		max-width: 180px;
		max-height: 180px;
	}
}
@media screen and (max-width: 1360px) {
	#header_name .column_attr h1 {
		font-size: 40px;
	}
	.logos_wrap .logo_mo img {
		width: 100px;
	}
	.hero_tel_num {
		bottom: 64px;
		font: 600 20px / 1.4 var(--main-font);
	}
	.socials_list {
		width: 100px;
		position: absolute;
		margin-top: 0;
		left: 4%;
	}
	.socials_list a:nth-child(3) {
		margin-left: 0;
	}
	.hero_section .hero_wrap img.totem {
		max-width: 200px;
	}
	.res_links a {
		font: 400 14px / 1.2 var(--main-font);
	}
	.reg_btn, .membership .card_descr a {
		padding: 8px 24px;
		font: 400 16px / 1.2 var(--main-font);
	}
	.events_buttons .qr_code_reg {
		max-width: 100px;
		max-height: 100px;
		right: 10px;
	}
	.event_descr .date {
		font: 700 22px / 1.1 var(--main-font);
	}
	.event_descr .place {
		font: 600 18px / 1.1 var(--main-font);
	}
	.counter_title {
		font: 600 16px / 1.1 var(--main-font);
	}
	.counter_item .num {
		padding: 10px;
		font: 600 20px / 1.1 var(--main-font);
	}
	.counter_item .label {
		font: 600 13px / 1.1 var(--main-font);
	}
	.membership {
		padding: 50px 0;
	}
	.membership .card_wrapper {
		padding: 0 60px;
	}
	.membership p {
		font: 600 18px / 1.5 var(--main-font);
	}
	footer h4,
	footer .bank_info {
		font: 500 24px / 1.1 var(--main-font);
	}
	footer .textwidget a {
		font: 500 18px / 1.1 var(--main-font);
	}
	#Footer .widgets_wrapper .container {
		max-width: calc(100% - 32px);
	}
}
@media screen and (max-width: 1200px) {
	.logo-wrapper > img {
		max-width: 150px !important;
	}
	#header_name .column_attr h1 {
		font-size: 36px;
	}
	.news_list li {
		width: calc((100% - 120px) / 3);
	}
	.res_links a {
		width: calc((100% - 38px) / 3);
	}
	.news_title {
		font: 700 36px / 1.1 var(--main-font);
	}
	.new_title {
		font: 600 24px / 1.1 var(--main-font);
	}
	.news_date {
		font: 600 20px / 1.1 var(--main-font);
	}
	.host .location {
		font: 500 16px / 1.1 var(--main-font);
	}
	.event_descr h2, .event_descr h2 span {
		font: 600 20px / 1.1 var(--main-font) !important;
	}
	.event_descr .date {
		font: 700 18px / 1.1 var(--main-font);
	}
	.event_descr .place {
		font: 600 16px / 1.1 var(--main-font);
	}
	#Footer .widgets_wrapper {
		padding: 60px 0!important;
	}
	footer #block-13 .wp-block-image img,
	footer #block-15 .wp-block-image img  {
		width: 100px;
	}
	#Footer .image_frame .image_wrapper img {
		max-width: 120px;
		max-height: 120px;
	}
}
@media screen and (max-width: 1190px) {
	.socials_list, .hero_tel_num {
		position: static;
		margin-top: 30px;
	}
	.hero_tel_num {
		font: 500 16px / 1.2 var(--main-font);
	}
}
@media screen and (max-width: 1100px) {
	#header_flag {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	#mob_burger .mfn-icon-box .icon-wrapper i {
		color: #D9D9D9;
		font-size: 30px;
	}
	.logo-wrapper > img {
		max-width: 120px!important;
	}
	#header_logo_wrapper .mcb-wrap-inner.mfn-module-wrapper.mfn-wrapper-for-wraps {
		padding: 0;
	}
	.news_title {
		font: 700 32px / 1.1 var(--main-font);
	}
	.counter_title {
		font: 600 14px / 1.1 var(--main-font);
	}
	.counter_item .num {
		padding: 8px;
		font: 600 16px / 1.1 var(--main-font);
	}
	.counter_item .label {
		font: 600 12px / 1.1 var(--main-font);
	}
	.events_buttons {
		margin-top: 30px;
	}
	.reg_btn {
		padding: 8px 20px;
		font: 400 14px / 1.2 var(--main-font);
	}
	.res_links a {
		width: calc((100% - 21px) / 3);
	}
	.new_descr {
		height: 220px;
	}
	.news_list {
		padding: 0;
	}
	.f_socials_list {
		flex-wrap: wrap;
	}
	.f_socials_list a {
		margin: 20px;
	}
	.hero_section .hero_wrap {
		flex-wrap: wrap;
	}
	.hero_section .swiper {
		max-width: 100%;
		width: 100%;
	}
	.kozak_img {
		width: 50%;
	}
	.kozak_img.socials_wrap {
		order: 1;
	}
	.socials_list {
		width: fit-content;
	}
	.socials_list a:nth-child(3) {
		margin-left: 20px;
	}
	.socials_list, .hero_tel_num {
		margin-top: 10px;
	}
	.units_list {
		top: 30%;
		bottom: auto;
	}
	.hero_section .hero_wrap img.totem {
		max-width: 180px;
	}
	.membership .card_wrapper {
		padding: 0;
	}
}
@media screen and (max-width: 922px) {
	#header_name .column_attr h1 {
		font-size: 30px;
	}
	.event_banner.event_part {
		width: 40%;
	}
	.event_descr.event_part {
		width: calc(60% - 20px);
	}
	.event_descr .date {
		margin: 24px 0 10px 0;
	}
	.event_descr .flag {
		width: 50px;
		height: 33px;
	}
	.events_buttons .qr_code_reg {
		width: 80px;
		height: 80px;
	}
	.news_list li {
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 768px) {
	.units_list {
		flex-wrap: wrap;
		width: 70%;
		align-items: center;
		justify-content: center;
	}
	.units_list a,
	.units_list a + a {
		margin: 20px 0 0 20px;
	}
	.membership p {
		font: 400 16px / 1.5 var(--main-font);
	}
	.membership .card_descr p:first-child{
		font: 500 18px / 1.5 var(--main-font);
	}
	footer #block-8 .wp-block-image img {
		max-width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.event_item, .news_list {
		flex-direction: column;
		align-items: center;
	}
	.event_descr.event_part,
	.event_banner.event_part,
	.news_list li {
		width: 80%;
	}
	.home .news_list li:not(:last-child) {
		margin: 0 0 32px 0;
	}
	.event_banner.event_part {
		margin-bottom: 22px;
	}
	.news_item .thumb,
	.new_descr {
		height: fit-content;
		max-height: fit-content;
	}
	#Footer .widgets_wrapper > .container {
		display: flex;
		flex-direction: column;
	}
	#Footer .widgets_wrapper {
		padding: 60px 0 40px 0!important;
	}
	#Footer .container .column:not(:last-child)  {
		margin-bottom: 20px;
	}
	#block-13 {
		display: block;
	}
	#Footer .widgets_wrapper .column:last-child .mcb-column-inner {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	#Footer .widgets_wrapper .column .textwidget.custom-html-widget,
	#Footer .widgets_wrapper .column h4,
	#Footer .widgets_wrapper .column h2,
	#Footer .widgets_wrapper .column p {
		text-align: center;
	}
	.f_socials_list {
		justify-content: center;
	}
	#Footer .widgets_wrapper .column:nth-child(3) {
		order: 5;
		margin-top: 32px;
	}
}
@media screen and (max-width: 650px) {
	.event_descr.event_part,
	.event_banner.event_part,
	.news_list li {
		width: 100%;
	}
	#header_logo_wrapper {
		margin-right: 20px;
	}
	.membership .card_wrapper {
		flex-direction: column;
	}
	.membership .card_descr {
		width: 80%;
	}
	.membership .card_img {
		width: 50%;
		order: -1;
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 562px) {
	.units_list.desktop,
	.kozak_img.logos_wrap .logo_mo {
		display: none;
	}
	.units_list.mobile {
		position: static;
		display: flex;
		top: 32px;
		flex-direction: column;
		transform: none;
	}
	.units_list.mobile a, .units_list.mobile a + a {
		margin: 0 0 10px 0;
	}
	.units_list.mobile a {
		padding: 8px 20px;
		font: 500 14px / 1.2 var(--main-font);
	}
	.hero_wrap .socials_list svg {
		max-width: 20px;
	}
	.hero_tel_num {
		position: absolute;
		bottom: 10px;
		margin: 0;
	}
	.elementor p, .elementor span {
		font-size: 16px !important;
	}
	#calendar_table_box table {
		width: 100%;
		height: 100%!important;
		display: block;
		overflow: auto;
	}
}
@media screen and (max-width: 480px) {
	#mfn-header-template .logo-wrapper {
		height: auto;
	}
	.logo-wrapper > img {
		max-width: 90px !important;
	}
	#header_name .column_attr h1 {
		font-size: 20px;
	}
	#mfn-header-template .column_header_logo {
		margin-right: 14px;
	}
	.logos_wrap .logo_mo img {
		width: 80px;
	}
	.events_content_wrap {
		width: 60%;
	}
	.counter_title {
		text-align: center;
		font: 600 10px / 1.1 var(--main-font);
	}
	.counter_item .num,
	.event_descr .place {
		font: 600 14px / 1.1 var(--main-font);
	}
	.counter_item .label {
		font: 600 11px / 1.1 var(--main-font);
	}
	.event_descr .date {
		font: 700 16px / 1.1 var(--main-font);
	}
	.data_counter {
		width: 36%;
	}
	.reg_btn {
		font: 400 12px / 1.2 var(--main-font);
	}
	.news_title {
		margin: 0 0 32px 0;
		font: 600 28px / 1.1 var(--main-font);
	}
	.managment_table table tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: fit-content;
		border-bottom: 1px solid #fff;
	} 
	.managment_table table tr td {
		height: fit-content!important;
		width: 100%!important;
	}
	.managment_table table tr td:first-child {
		order: 1;
	}
	.managment_table table tr td:last-child {
		order: 0;
	}
	#unifom_page .gallery {
		display: flex;
		flex-direction: column;
	}
	#unifom_page .gallery .gallery-item {
		width: 100%;
	}
	#unifom_page .gallery .gallery-item img {
		max-height: 100%;
	}
}
@media screen and (max-width: 400px) {
	.reg_btn {
		padding: 8px 10px;
	}
	.hero_section .hero_wrap img.totem {
		max-width: 150px;
	}
	.units_list {
		top: 4%;
		width: 98%;
	}
	.units_list a {
		width: 90px;
		text-align: center;
	}
	.socials_list a + a, .f_socials_list a {
		margin: 0 0 0 14px;
	}
	#header_name .column_attr h1 {
		color: #fff;
	}
	#header_name .column_attr h1 strong {
		color: var(--accent-color);
	}
	#mfn-header-template .mfn-header-tmpl-builder > section.section.mcb-section {
		max-height: 160px;
	}
	.membership .card_img {
		width: 70%;
	}
}
@media screen and (max-width: 375px) {
	#header_name .column_attr {
		max-width: 115px;
	}
	#mfn-header-template .column_header_logo {
		margin-right: 5px;
	}
	.news_title {
		font: 700 24px / 1.1 var(--main-font);
	}
	.membership .card_descr {
		width: 100%;
	}
	footer #block-13 .wp-block-image img, footer #block-15 .wp-block-image img {
		width: 80px;
	}
}
@media screen and (min-width: 768px) {
	#Header_wrapper #Subheader {
		padding: 130px 0;
	}
}




