ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* New Banner */
.banner_duo {
    display: flex;
    max-height: 100%;
}

.banner_left_block {
    left: 0;
    background: url(/wp-content/uploads/2024/08/bg_new_bibika.jpg);
    width: 50%;
    border-right: 3px solid;
    background-size: cover;
}

.banner_right_block {
    right: 0;
    background: url(/wp-content/uploads/2024/08/bg_new_moto.jpg);
    width: 50%;
    border-left: 3px solid;
    background-size: cover;
}

.banner_left_block, 
.banner_right_block {
    transition: width 0.4s ease, max-height 0.4s ease;
    top: 0;
	max-height: 420px;
}

.banner__info {
    padding: 20px 0px;
}

.header__logo img {
	padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.banner {
    padding: 0px !important;
    /* min-height: 16.94em; */
}

.banner_left_block:hover {
    width: 100% !important;
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
}

.banner_right_block:hover {
    width: 100% !important;
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
}

.banner_duo .banner__title {
	font-size: 26px;
}

.banner_duo .banner__optionalText {
	font-size: 28px;
	margin: 20px 0px;
}

.banner_duo .banner__text {
	font-size: 20px;
}

.banner_duo .banner__buttons button {
	font-size: 18px;
}
/* New Banner */

/* -=========================================================- */
.slider-container {
    margin: 40px 0px;
    max-width: 100%; /* Ограничиваем ширину слайдера */
}

.sectionCard_2 {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    /* margin: 0 auto; */
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box; /* Гарантируем, что паддинги и границы учитываются в ширине */
    width: 100%; /* Устанавливаем карточку на 100% ширины контейнера */
    max-width: 23%;
}

.sectionCard__img_2 {
    margin-bottom: 10px;
    max-width: 100%; /* Ограничиваем ширину изображения */
    height: auto; /* Поддерживаем соотношение сторон */
	display: flex;
    justify-content: center;
}

.sectionCard__img_2 img {
	max-height: 250px;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.sectionCard__title_2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.sectionCard__content_2 {
    font-size: 1em;
    color: #555;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

.slick-prev {
    left: -25px;
    z-index: 9999;
}

.slick-next {
    right: -25px;
    z-index: 9999;
}

.slick-dots li {
    margin: 0px;
}

@media (max-width: 1440px) {
	.banner_duo .banner__text {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.slider-container {
		max-width: 40%;
	}
	
	.banner_duo .banner__optionalText {
		font-size: 20px;
	}
	
	.banner_duo .banner__title {
		font-size: 22px;
		padding: 20px 0px;
	}
}

@media (max-width: 768px) {
	.sections__grid {
		flex-direction: column;
        align-items: center;
	}
	
	.slider-container {
		max-width: 90%;
	}
	
	.banner_duo {
		flex-direction: column;
		max-height: 100%;
	}
	
	.banner_left_block {
/* 		left: 0; */
		width: 100%;
		border-right: 0px solid;
		background-size: cover;
		max-height: 100%;
	}

	.banner_right_block {
/* 		right: 0; */
		width: 100%;
		border-left: 0px solid;
		background-size: cover;
		max-height: 100%;
	}
}

.img-filter {
	display: flex;
    justify-content: space-around;
}

.img-filter img {
	
}

.hr-filter {
	height: 1px;
	background: #000;
	width: 100%;
}

@media (max-width: 480px) {
	
	.img-filter {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.img-filter img {
		padding: 20px 0px;
    	max-width: 150px;
	}
	
	.posts-grid {
		flex-direction: column !important;
	}
	
	.custom-post-item {
		width: 100% !important;
	}
}

@media (max-width: 425px) {
	.banner_left_block,
	.banner_right_block {
		max-height: 100%;
	}
}

@media (max-width: 600px) {
	.slider-container {
		max-width: 100%; /* Ограничиваем ширину слайдера */
	}
}

/* -=========================================================- */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow: hidden;
    min-height: 100%;
}

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-height: 100%;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
    border: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol {
    margin: 0;
}

div,
section,
header,
footer,
main,
ul,
a,
input,
textarea,
li,
nav,
label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    display: block;
    cursor: pointer;
}

svg {
    max-width: 100%;
    max-height: 100%;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI Bold;
    font-display: swap;
    src: url("../fonts/Segoe UI Bold.woff2") format("woff2"), url("../fonts/Segoe UI Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

.container {
    max-width: 1440px;
    padding: 0 1.25em;
    margin: 0 auto;
}

html.blocked {
    overflow: hidden;
}

html {
    font-size: 4.1vw;
    font-family: Inter;
    font-weight: 400;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

h1 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center;
}

h2 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.21;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.01em;
}

p {
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.5;
    font-size: 1.13em;
}

p.bold {
    font-weight: 500;
}

.alias {
    color: #3D85F2;
}

.nowrap {
    white-space: nowrap;
}

.nav-item {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.25em;
    cursor: pointer;
    display: block;
    color: #fff;
}

.nav-subItem {
    display: block;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 1em;
    color: #fff;
    font-size: 1.25em;
}

.listContainer {
    margin-bottom: 1.88em;
    position: relative;
}

.listContainer .nav-item {
    margin-bottom: 0;
}

.listContainer.active-state .narrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

header {
    background: #5b8faf;
    position: relative;
    -webkit-transition: 0.5s background-color 0.5s;
    -o-transition: 0.5s background-color 0.5s;
    transition: 0.5s background-color 0.5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.81em;
    flex: 0 0 4.81em;
}

header .container {
    height: 100%;
}

header.active {
    background: #5b8faf;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.81em;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header__logo {
    min-width: 4.38em;
    min-height: 3.19em;
    max-width: 4.38em;
    max-height: 3.19em;
	display: flex;
	align-items: center;
}

.header__menu {
    position: absolute;
    background: #5b8faf;
    top: 4.81em;
    left: 100%;
    width: 100%;
    -webkit-transition: 0.5s left;
    -o-transition: 0.5s left;
    transition: 0.5s left;
    height: calc(100vh - 100%);
    height: calc(var(--vh, 1vh) * 100 - 100%);
    padding: 1.88em 1.56em;
    overflow-y: auto;
    z-index: 100;
}

.header__menu.active {
    left: 0;
}

.header__list {
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.header__languages {
    position: relative;
}

.header__languagesContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Segoe UI Bold;
    font-weight: 400;
}

.header__selectedLanguage {
    display: none;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    font-size: 1.13em;
    cursor: pointer;
}

.header__selectedLanguage .narrow {
    stroke: #000;
    stroke-width: 2px;
}

.header__language {
    font-size: 0.88em;
    margin-right: 0.93em;
    color: #ffdeb4;
}

.header__language.active {
    color: #fff;
}

.header__language:last-child {
    margin-right: 0;
}

.header__socialNetworks {
    display: none;
}

.header__burger {
    width: 1.5em;
    height: 1.25em;
    position: relative;
    margin-left: 2.31em;
    cursor: pointer;
}

.header__burger.active:after,
.header__burger.active:before {
    top: 50%;
    -webkit-transition: 0.3s top, 0.3s -webkit-transform 0.3s;
    transition: 0.3s top, 0.3s -webkit-transform 0.3s;
    -o-transition: 0.3s top, 0.3s transform 0.3s;
    transition: 0.3s top, 0.3s transform 0.3s;
    transition: 0.3s top, 0.3s transform 0.3s, 0.3s -webkit-transform 0.3s;
}

.header__burger.active span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.header__burger.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__burger.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__burger:before,
.header__burger:after,
.header__burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.header__burger span {
    top: 50%;
    -webkit-transition: 0.3s -webkit-transform 0.3s;
    transition: 0.3s -webkit-transform 0.3s;
    -o-transition: 0.3s transform 0.3s;
    transition: 0.3s transform 0.3s;
    transition: 0.3s transform 0.3s, 0.3s -webkit-transform 0.3s;
}

.header__burger:before,
.header__burger:after {
    content: "";
    -webkit-transition: 0.3s top 0.3s, 0.3s -webkit-transform;
    transition: 0.3s top 0.3s, 0.3s -webkit-transform;
    -o-transition: 0.3s top 0.3s, 0.3s transform;
    transition: 0.3s top 0.3s, 0.3s transform;
    transition: 0.3s top 0.3s, 0.3s transform, 0.3s -webkit-transform;
}

.header__burger:before {
    top: 0%;
}

.header__burger:after {
    top: 100%;
}

.narrow {
    font-size: 1rem;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    stroke: #fff;
}

.socialNetowrk {
    width: 3.38em;
    height: 3.38em;
    background: #5b8faf;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.63em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.socialNetowrk.green {
    background: #fff;
}

.socialNetowrk.green svg {
    fill: #5b8faf;
}

.socialNetowrk svg {
    max-width: 1.5em;
    height: 1.75em;
    fill: #fff;
}

.socialNetowrk:last-child {
    margin-right: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-of-members {
    overflow: auto;
}

.list-of-members-table {
    border: 1px solid black;
    border-collapse: collapse;
    font-weight: 500;
    width: 50em;
    table-layout: fixed;
    font-size: 0.8em;
}

.list-of-members-table td {
    min-width: 20%;
    width: 20%;
    word-wrap: break-word;
    text-align: center;
}

.list-of-members-table th {
    background: #3ab0ff;
}

.list-of-members-table th {
    padding: 50px 10px;
}

.list-of-members-table th,
.list-of-members-table td {
    border: 1px solid black;
}

.list-of-members-table td:nth-child(3) {
    text-transform: uppercase;
}

.list-of-members-table td {
    padding: 20px 10px;
}

.list-of-members-table td:first-child {
    padding: 0;
}

.list-of-members-table td:first-child img {
    width: 100%;
    vertical-align: bottom;
}

footer {
    background: #5b8faf;
    margin-top: auto;
    padding: 2.69em 0 4.56em;
}

.footer {
    color: #fff;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    min-width: 8.75em;
    min-height: 6.63em;
    max-width: 8.75em;
    max-height: 6.63em;
}

.footer__contact {
    margin-top: 1.43em;
    font-size: 0.88em;
    line-height: 1.21;
    display: block;
}

.footer .footer__block:nth-child(2) {
    margin: 2.94em 0 2.4em;
}

.footer__listContainer {
    max-width: 12.5em;
}

.footer__item {
    font-size: 1.25em;
}

.footer__list {
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.footer__socialNetworks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.75em;
}

.footer__copyright {
    font-size: 1.25em;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1.2;
}

.buttonGreen {
    background: -webkit-gradient(linear, left top, left bottom, from(#FA876E), to(#5b8faf));
    background: -o-linear-gradient(top, #FA876E 0%, #5b8faf 100%);
    background: linear-gradient(180deg, #FA876E 0%, #5b8faf 100%);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    padding: 0.89em 1.39em;
    font-weight: 500;
    line-height: 1.22;
    font-size: 1.13em;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 5.56em;
}

.buttonGreen:active,
.buttonGreen:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#5b8faf), to(#FA876E));
    background: -o-linear-gradient(top, #5b8faf 0%, #FA876E 100%);
    background: linear-gradient(180deg, #5b8faf 0%, #FA876E 100%);
}

.buttonGreen:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.button {
    background: #333333;
    border-radius: 4px;
    font-size: 1.13em;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    min-width: 18.17em;
    padding: 1em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid transparent;
}

.button:hover {
    border: 1px solid #333333;
    background: #fff;
    color: #333333;
}

.button:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.banner {
    color: #fff;
    padding: 4.44em 0 3.63em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 13.06em;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner.pd-100 {
    padding: 3.75em 0;
}

.banner.pd-100 .banner__title {
    font-size: 1.81em;
}

.banner__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__title {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    max-width: 12.5em;
}

.banner__text {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 2.1em;
    text-align: center;
    max-width: 1016px;
}

.banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__buttons button {
    margin-top: 0.83em;
}

.banner__buttons button:first-child {
    margin-top: 0;
}

.banner__optionalText {
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
}

.exhibitionFor {
    margin: 3.13em 0 5.63em;
}

.exhibitionFor h1 {
    max-width: 8.5em;
    margin: 0 auto 1.5em;
}

/* .exhibitionFor__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    gap: 1.88em;
    max-width: 65.63em;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

.exhibitionCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 31%;
    padding: 0px 20px;

}

.exhibitionCard--refer {
    display: none;
}

.exhibitionCard__img {
    width: 4.38em;
    height: 4.38em;
    margin: 0 auto 1em;
}

.exhibitionCard__img img {
    width: 100%;
    height: 100%;
}

.exhibitionCard__title {
    text-align: center;
    font-size: 1em;
    line-height: 1.19;
}

.sections {
    margin: 5.63em 0 3.75em;
}

.sections__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.56em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.88em;
}

.sectionCard {
    max-width: 21.88em;
    background: #F6F6F6;
    border-radius: 0.63em;
    position: relative;
    overflow: hidden;
}

.sectionCard--spoiler.open:after {
    opacity: 0;
}

.sectionCard--spoiler.open .sectionCard__open {
    bottom: 1.25em;
}

.sectionCard--spoiler:after {
    content: "";
    z-index: 1;
    pointer-events: none;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    background: rgb(246, 246, 246);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(246, 246, 246, 0.8015581232)), color-stop(63%, rgba(246, 246, 246, 0.5046393557)), color-stop(96%, rgba(246, 246, 246, 0.2973564426)));
    background: -o-linear-gradient(bottom, rgba(246, 246, 246, 0.8015581232) 30%, rgba(246, 246, 246, 0.5046393557) 63%, rgba(246, 246, 246, 0.2973564426) 96%);
    background: linear-gradient(0deg, rgba(246, 246, 246, 0.8015581232) 30%, rgba(246, 246, 246, 0.5046393557) 63%, rgba(246, 246, 246, 0.2973564426) 96%);
    height: 7.56em;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}

.sectionCard__open {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    position: absolute;
    bottom: 2.63em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: 0.3s bottom;
    -o-transition: 0.3s bottom;
    transition: 0.3s bottom;
    cursor: pointer;
}

.sectionCard:last-child {
    margin-bottom: 0;
}

.sectionCard__img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.63em;
}

.sectionCard__img img {
    width: 100%;
    height: auto;
}

.sectionCard__title {
    font-weight: 600;
    font-size: 1.13em;
    line-height: 1.5;
    text-align: center;

    margin: 1.67em 0 0;
    letter-spacing: -0.01em;
}

.sectionCard__info {
    padding: 0 1.38em 3.13em;
}

.sectionCard__list {
    -webkit-transition: 0.5s height;
    -o-transition: 0.5s height;
    transition: 0.5s height;
}

.sectionCard__item {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.44em;
}

.sectionCard__item:last-child {
    margin-bottom: 0;
}

.map {
    margin: 3.75em 0 8.13em;
}

.map__address {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    margin: 1.88em auto 1.25em;
    max-width: 14.44em;
    text-align: center;
}

.map__container {
    max-width: 69.38em;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.map__subcontainer {
    position: relative;
    padding-top: 52.3%;
    height: 0;
    width: 100%;
}

.map__subcontainer #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map__contactInfo {
    text-align: center;
    font-size: 1.2rem;
/*     margin-bottom: 1.25em; */
}

.signature {
    font-weight: 300;
    font-size: 0.94em;
    line-height: 1.2;
    padding: 0 1.67em;
}

.input {
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    position: relative;
    font-size: 0.94em;
}

.input input {
    width: 100%;
    height: 100%;
    padding: 1.6em 1.07em 0.73em;
}

.input.tel input {
    padding: 1.17em 1.07em 1.17em 5.67em;
}

.input__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #BDBDBD;
    padding-right: 0.67em;
    position: absolute;
    left: 1.07em;
}

.input__flag img {
    font-size: 1rem;
    width: 1.5em;
    height: 1.25em;
    margin-right: 0.38em;
}

.input__placeholder.active,
input:focus + .input__placeholder {
    top: 1.5em;
    left: 1.6em;
    font-size: 0.63em;
}

.input__placeholder {
    font-weight: 400;
    font-size: 0.94em;
    color: #828282;
    position: absolute;
    pointer-events: none;
    line-height: 1.4;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    left: 1.07em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input__narrow {
    stroke: #828282;
    position: absolute;
    top: 50%;
    font-size: 1rem;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.63em;
    width: 2.3em;
    height: 2.3em;
}

.input__list {
    overflow: hidden;
    -webkit-transition: 0.5s height;
    -o-transition: 0.5s height;
    transition: 0.5s height;
}

.input__listWrapper {
    padding-top: 0.67em;
}

.spoilerContainer.active .input__narrow {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.spoilerContainer input {
    padding: 1.6em 3.33em 0.73em 1.07em;
    cursor: pointer;
}

.spoilerContainer input:focus + .input__placeholder {
    font-size: 0.94em;
    color: #828282;
    position: absolute;
    pointer-events: none;
    line-height: 1.4;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    left: 1.07em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spoilerContainer input:focus + .input__placeholder.active {
    top: 1.5em;
    left: 1.6em;
    font-size: 0.63em;
}

.textarea {
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    resize: none;
    width: 100%;
    height: 12.5em;
    font-size: 0.94em;
    padding: 1em;
}

.form {
    margin-top: 1.88em;
    padding: 0 0.75em;
    margin-bottom: 8.13em;
}

.form__button {
    margin: 0.56em auto 0;
}

.form__signature {
    margin: 0 auto 1.33em;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.form__container {
    max-width: 28.75em;
    margin: 0 auto;
}

.form .textarea,
.form .input {
    margin-top: 1.31em;
}

.form__block {
    margin: 1.25em auto 1.81em;
    max-width: 14.38em;
}

.form__message {
    font-size: 0.94em;
    font-weight: 400;
    line-height: 1.2;
}

.required {
    color: red;
    vertical-align: middle;
}

.checkbox {
    margin-top: 0.75em;
}

.checkbox.bold .checkbox__content {
    font-weight: 400;
}

.checkbox.bold .alias {
    font-weight: 600;
}

.checkbox.r-w {
    margin-top: 1.25em;
}

.checkbox .alias {
    color: #307DF1;
}

.checkbox:first-child {
    margin-top: 0;
}

.checkbox label {
    display: block;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + .checkbox__content .checkbox__box {
    border: 2px solid #333333;
}

.checkbox input:checked + .checkbox__content .checkbox__box span {
    -webkit-clip-path: polygon(22% 45%, 41% 64%, 86% 26%, 86% 38%, 40% 78%, 15% 50%);
    clip-path: polygon(22% 45%, 41% 64%, 86% 26%, 86% 38%, 40% 78%, 15% 50%);
}

.checkbox__content {
    font-size: 0.94em;
    font-weight: 300;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__box {
    font-size: 1rem;
    min-width: 1.75em;
    height: 1.75em;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #BDBDBD;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-right: 0.63em;
    background: #333333;
}

.checkbox__box span {
    background: #fff;
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    height: 100%;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.f-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.textPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.63em;
    margin: 1.88em 0 8.13em;
    padding: 0 0.94em;
}

.textPage .sections {
    width: calc(100% + 2em);
    margin-left: -1em;
}

.textBlock__content {
    margin-top: 1.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.19em;
}

.textBlock__row {
    margin-top: 1.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.textBlock__rowContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.textBlock__img {
    margin: 1.25em auto 0;
    max-width: 570px;
    max-height: 443px;
}

.textBlock__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.textBlock__info ul {
    list-style: disc;
    margin-left: 1.56em;
}

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

.schedule {
    max-width: 65.13em;
    width: 100%;
}

.schedule__row {
    display: -ms-grid;
    display: grid;
    gap: 0.63em;
    margin-bottom: 1.56em;
    -ms-grid-columns: minmax(12.5em, 1fr) minmax(9.38em, 1fr);
    grid-template-columns: minmax(12.5em, 1fr) minmax(9.38em, 1fr);
}

.schedule__row:last-child {
    margin-bottom: 0;
}

.schedule__item {
    font-size: 1.13em;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin: 0 auto;
}

.schedule__item:first-child {
    font-weight: 500;
}

.schedule__item:last-child {
    display: none;
}

.upper {
    text-transform: uppercase;
}

.scheduleList__row {
    margin-bottom: 1.25em;
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.88em;
    margin-top: 2em;
}

.partners__item {
    min-width: 15.63em;
    min-height: 11.25em;
    max-width: 26em;
    max-height: 18.75em;
}

.partners__item img {
    width: 100%;
    height: 100%;
}

.changePlace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.88em;
}

.no-margin {
    margin: 0;
}

.jText p {
    margin-top: 2.46em;
}

.jText-wt h1 {
    margin: 1.53em 0 1.18em;
}

.textPage.g-30 {
    gap: 1.88em;
}

.message {
    background: #F4F4F4;
    padding: 1.39em 1.67em;
    color: #000;
    font-size: 1.13em;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.message__warning {
    color: #D40000;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}

.message__warning img {
    margin-right: 0.63em;
    width: 1.31em;
    height: 1.31em;
}

.message__text {
    font-weight: 300;
}

.message__text--smallContainer {
    max-width: 1011px;
}

.big-img {
    width: 100%;
}

.big-img img {
    width: 100%;
}

.infoList__item {
    margin: 3.13em auto 0;
    max-width: 1220px;
}

.infoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infoItem__img {
    min-width: 4.38em;
    min-height: 4.38em;
    max-width: 4.38em;
    max-height: 4.38em;
    margin: 0 0 1.25em;
}

.infoItem__text {
    font-size: 1.13em;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.01em;
}

.colContent__img {
    max-width: 697px;
}

.colContent h3 {
    margin: 1.56em auto 0.63em;
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.cards .alias {
    font-weight: 600;
}

.cards__item {
    background: #fff;
    width: 100%;
    padding: 1.56em 1.56em 2.56em;
    border-radius: 0.5em;
    line-height: 1.63;
    -webkit-box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.banner {
    overflow: hidden;
}

.banner video {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 390px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) {

    .list-of-members-table {
        font-size: 1.8vw;
        width: 100%;
    }

    .exhibitionFor h1 {
        max-width: none;
    }

    /* .exhibitionFor__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    } */

    .exhibitionCard {
        min-width: 13.75em;
    }

    .exhibitionCard--refer {
        color: #29AA05;
        display: block;
        font-weight: 600;
        font-size: 1.25em;
        line-height: 1.22;
        letter-spacing: -0.01em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap;
    }

    .exhibitionCard--refer svg {
        vertical-align: middle;
        width: 0.88em;
        height: 0.88em;
    }

    .input {
        font-size: 1.06em;
    }

    .input__placeholder.active,
    input:focus + .input__placeholder {
        font-size: 0.69em;
        left: 1.45em;
    }

    .input__placeholder {
        font-size: 1.06em;
        left: 0.94em;
    }

    .spoilerContainer input:focus + .input__placeholder {
        font-size: 1.06em;
        left: 0.94em;
    }

    .spoilerContainer input:focus + .input__placeholder.active {
        font-size: 0.69em;
        left: 1.45em;
    }

    .form {
        margin: 3.75em 0 11.63em;
    }

    .form.mt {
        margin-top: 6.75em;
    }

    .form__signature {
        margin-bottom: 1.9em;
    }

    .form .textarea,
    .form .input {
        margin-top: 1.88em;
    }

    .form__block {
        max-width: none;
        margin: 2.25em auto 4.25em;
    }
}

@media screen and (min-width: 600px) and (min-width: 900px) {
    .exhibitionCard--refer {
        font-size: 2em;
    }
}

@media screen and (min-width: 700px) {
    .schedule {
        border: 1px solid #D9D9D9;
        padding: 3em;
    }

    .schedule__row {
        -ms-grid-columns: minmax(auto, 16.88em) minmax(auto, 12.5em) minmax(auto, 26.25em);
        grid-template-columns: minmax(auto, 16.88em) minmax(auto, 12.5em) minmax(auto, 26.25em);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1.25em;
    }

    .schedule__item {
        font-size: 1.5em;
        font-weight: 400;
    }

    .schedule__item:first-child {
        margin: 0 auto 0 0;
        font-weight: 400;
    }

    .schedule__item:last-child {
        display: block;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 760px) {
    .cards__item {
        width: 30%;
        max-width: 26em;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.38em;
        line-height: 1.21;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 2em;
    }

    p {
        font-size: 1.5em;
    }

    .buttonGreen {
        font-size: 1.5em;
        padding: 0.67em 1.04em;
    }

    .banner.pd-100 .banner__title {
        font-size: 2.63em;
        line-height: 1.7;
    }

    .banner {
        padding: 7.56em 0 6.75em;
        min-height: 16.94em;
    }

    .banner.pd-100 {
        padding: 6.25em 0;
    }

    .banner__title {
        max-width: 22.26em;
        font-weight: 600;
        font-size: 2.63em;
        line-height: 1.7;
    }

    .banner__text {
        font-size: 1.69em;
        margin-top: 0.93em;
    }

    .banner__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner__buttons button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 1.88em 0 0;
    }

    .banner__buttons button:last-child {
        margin: 0;
    }

    .banner__optionalText {
        font-size: 2em;
        margin-top: 0.94em;
    }

    .signature {
        font-size: 1.25em;
        line-height: 1.2;
        padding: 0;
    }

    .scheduleList__row {
        font-weight: 400;
        margin-bottom: 0;
    }

    .scheduleList__row p {
        display: inline;
        font-weight: 400;
        font-size: 1.5em;
    }

    .message {
        font-size: 1.5em;
        padding: 1.38em 2.08em;
    }

    .infoItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .infoItem__img {
        margin: 0 1.25em 0 0;
    }

    .infoItem__text {
        text-align: left;
        font-size: 1.5em;
    }
}

@media screen and (min-width: 770px) {
    .sectionCard__img img {
        height: 15.88em;
    }
}

@media screen and (min-width: 900px) {
    .exhibitionFor {
        margin: 8.13em 0;
    }

    .exhibitionFor h1 {
        margin: 0 auto 1.84em;
    }

    .exhibitionFor__grid {
/*         gap: 3.44em; */
    }

    .exhibitionCard__img {
        width: 8.13em;
        height: 8.13em;
    }

    .exhibitionCard__title {
        font-size: 1.5em;
        line-height: 1.21;
    }
}

@media screen and (min-width: 1024px) {
    .sections__grid {
        margin-top: 2.7em;
        gap: 2.81em;
    }

    .sectionCard {
        max-width: 27.25em;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
        flex: 0 1 31%;
    }

    .sectionCard__title {
        font-size: 1.25em;
        margin: 1.21em 0 0;
    }

    .sectionCard__info {
        padding: 0 1.75em 2.25em;
    }

    .sectionCard__item {
        font-size: 1.25em;
        margin-bottom: 1.6em;
    }

    .sectionCard__item:last-child {
        margin-bottom: 0;
    }

    .map {
        margin: 8.13em 0 12.5em;
    }

    .map__address {
        font-size: 1.5em;
        max-width: none;
        margin: 1.25em auto;
    }

    .map__contactInfo {
        display: block;
        font-size: 1.5rem;
    }

    .textBlock__rowContent {
        gap: 3.13em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .textBlock__rowContent.reverse .textBlock__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 32.75em;
    }

    .textBlock__rowContent.reverse .textBlock__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .textBlock__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 35.63em;
    }

    .partners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.88em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .changePlace {
        gap: 5.63em;
    }

    .changePlace .textBlock:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .changePlace .textBlock:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1050px) {
    html.blocked {
        overflow: auto;
    }

    header.active {
        background: #fff;
    }

    header {
        background: #fff;
    }

    header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5em;
        flex: 0 0 7.5em;
    }

    .header__menu {
        position: static;
        height: auto;
        padding: 0;
        width: auto;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: visible;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0 2em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__item {
        color: #000;
        font-size: 1.25em;
        font-weight: 400;
        margin-bottom: 0;
        margin-right: 0.5em;
    }

    .header__item:last-child {
        margin-right: 0;
    }

    .header__listContainer {
        margin-bottom: 0;
        margin-right: 0.5em;
    }

    .header__listContainer .header__item {
        margin-right: 0;
    }

    .header__listContainer:last-child {
        margin-right: 0;
    }

    .header__listContainer .narrow {
        stroke: #000;
    }

    .header__listContainer.active-state .header__list {
        z-index: 2;
    }

    .header__list {
        background: #FFFFFF;
        font-size: 1.1rem;
        border-radius: 4px;
        color: #000;
        top: 100%;
        position: absolute;
        width: 16.88em;
    }

    .header__listWrapper {
        padding: 0.81em 1.69em;
        position: relative;
        border: 1px solid #D9D9D9;
        margin-top: 0.56em;
    }

    .header__listWrapper:before {
        content: "";
        border-bottom: 10px solid #D9D9D9;
        border-right: 5px solid transparent;
        width: 0;
        position: absolute;
        height: 0;
        top: -10px;
        left: 20%;
        border-left: 5px solid transparent;
    }

    .header__subItem {
        font-size: 1em;
        margin-top: 1.19em;
        width: auto;
        display: block;
        color: #000;
    }

    .header__subItem span {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: 1px solid transparent;
    }

    .header__subItem:hover span {
        border-bottom: 1px solid #D9D9D9;
    }

    .header__subItem:first-child {
        margin-top: 0;
    }

    .header__languages.active {
        opacity: 1;
        pointer-events: all;
    }

    .header__languages.active .header__languagesContainer {
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
    }

    .header__languages.active .narrow {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .header__languagesContainer {
        position: absolute;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        padding: 1em;
        text-align: center;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        left: 0%;
        top: calc(100% + 0.5em);
    }

    .header__selectedLanguage {
        display: block;
    }

    .header__language {
        color: #000;
        margin: 0 0 1em;
    }

    .header__language:last-child {
        margin-bottom: 0;
    }

    .header__language.active {
        color: #000;
    }

    .header__burger {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .list-of-members-table {
        font-size: 1.25em;
    }
}

@media screen and (min-width: 1400px) {
    .header {
        padding: 0.25em 0 0.63em;
    }

    .header__logo {
        min-width: 8.75em;
        min-height: 6.63em;
        max-width: 8.75em;
        max-height: 6.63em;
    }

    .header__menu {
        margin: 0 4.19em;
    }

    .header__socialNetworks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 2em;
    }
}

@media screen and (min-width: 1440px) {
    .sections__grid {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1480px) {
    .footer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__logo {
        margin-top: 0.5em;
    }

    .footer__contact {
        font-size: 1em;
        margin-top: 1.44em;
        line-height: 1.19;
        width: 12.19em;
    }

    .footer .footer__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 1em 0 0 3.75em;
    }

    .footer__listContainer {
        margin: 0 0 0 2.81em;
        max-width: 14.13em;
        min-width: 14.13em;
    }

    .footer__listContainer:first-child {
        margin: 0;
    }

    .footer__listContainer:nth-child(3) {
        min-width: 15.31em;
        max-width: 15.31em;
    }

    .footer__item {
        cursor: default;
        font-size: 1.5em;
    }

    .footer__item .narrow {
        display: none;
    }

    .footer__list {
        height: auto !important;
        overflow: visible;
    }

    .footer__subItem {
        margin-top: 1.25em;
        font-size: 1.5em;
    }

    .footer__subItem span {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: 1px solid transparent;
    }

    .footer__subItem:hover span {
        border-bottom: 1px solid #D9D9D9;
    }

    .footer__copyright {
        margin-top: 5.29em;
        font-size: 1.5em;
        line-height: 1.21;
    }

    .form__message {
        font-size: 1em;
    }

    .checkbox__content {
        font-size: 1.06em;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
    .schedule {
        font-size: 1.3vw;
    }
}

.img_logo_title {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.img_logo_title img {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}

.autooil-expo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f8f9fa; /* Светлый фон */
    padding: 20px;
    border-radius: 8px; /* Округление углов */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Лёгкая тень */
}

.expo-logo img {
    max-width: 300px; /* Ограничение ширины логотипа */
}

.expo-description {
    max-width: 800px; /* Максимальная ширина текста */
    margin-left: 20px;
}

.expo-description h2 {
    font-size: 1.5rem; /* Размер заголовка */
    color: #333; /* Цвет заголовка */
    margin-bottom: 10px;
}

.expo-description p {
    font-size: 1rem; /* Размер текста */
    color: #666; /* Цвет текста */
    line-height: 1.6; /* Межстрочный интервал */
}

.pd-40 {
	padding-bottom: 20px;
}

.pd-20 {
	padding: 20px 0px;
}

.footer .footer__block:first-child {
	display: flex;
}

.text-danger {
	padding: 20px 0px;
}

.list-group-item {
	list-style: disc;
}

@media (max-width: 768px) {
	.footer .footer__block:first-child {
		display: block;
	}
}

@media (max-width: 425px) {
	.autooil-expo {
		flex-direction: column;
	}
	
	.expo-description {
		margin-top: 20px;
	}
}

/* Список участников раздвоение */

.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 0px 0px;
}

.post-item-zagolovok {
    padding: 30px;
    background: #e9e9e9;
    border-radius: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
    width: 45%;
}

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

.title-category {
    font-size: 24px;
}

.custom-post-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(50% - 10px);
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 0px;
    box-sizing: border-box;
    min-height: 180px;
}

.post-thumbnail {
    flex: 1;
    margin-right: 20px;
}

.post-content {
    flex: 2;
}

.post-thumbnail img {
    width: 70%;
    height: auto;
}

.post-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: flex;
}

.post-excerpt {
    font-size: 1rem;
}

#oil,
#auto,
#moto {
	max-width: 350px;
	margin: 0 auto;
}

#slider-sec {
	background: #e9e9e9;
}

.contacts-custom {
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.contacts-custom img {
	width: 30%;
}
.map__contactInfo {
	width: 65%;
}
.map__contactItem {
	margin-bottom: 5px;
	text-align: left;
}
.map__contactItem:last-child {
	margin-bottom: 0px;
}

@media (max-width: 800px) {
	.contacts-custom {
		flex-direction: column;
	}
	.map__contactInfo {
		width: 100%;
	}
	.map__contactItem {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.img_logo_title img {
		padding: 0px;
	}
}
.header__socialNetworks,
.footer__socialNetworks {
    display: none;
}

.footer .footer__block:nth-child(1) {
    width: 100%;
}

.footer__listContainer.listContainer {
    max-width: 100%;
    width: 25%;
}

.footer .footer__block:nth-child(2){
    display: none;
}

.car-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 37px;
    justify-content: center;
}

.slider-container h2 {
    margin-bottom: 10px;
}

.map__container {
    max-width: 100%;
}

.map {
    margin: 130px 0 130px;
}

.slick-dots {
    bottom: -35px !important;
}

@media (max-width: 1440px) {
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media (max-width: 1366px) {
    .car-slider {
        gap: 35px;
    }
}

@media (max-width: 1024px) {
    .slider-container {
        max-width: 100% !important;
    }
    .sectionCard_2 {
        max-width: 31%;
    }
    .slick-prev {
        left: -15px;
        z-index: 9999;
    }
    .slick-next {
        right: -15px;
        z-index: 9999;
    }
    .car-slider {
        gap: 34px;
    }
}

@media (max-width: 800px) {
    .footer__listContainer.listContainer {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .sectionCard_2 {
        max-width: 48%;
        width: 100%;
    }
    .car-slider {
        gap: 29px;
    }
}

@media (max-width: 480px) {
    .sectionCard_2 {
        max-width: 100%;
    }
    .exhibitionFor h1 {
        max-width: 100% !important;
    }
}