a.button {
    text-align: center;
}

.list-type-1 table td:has(img) {
    width: auto !important;
}

.footer__text {
    width: 100%;
}

.header__btn_block .button {
    display: flex;
    align-items: center !important;
}

.sidebar__items-content {
    padding: 0 1.25em 1.25em 1.875em;
}

.show-item-has-submenu {
    padding-top: .875em;
    padding-bottom: 0;
}

.nav__menu ul li a {
    padding-top: .875em;
    padding-bottom: .875em;
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.show-item-has-submenu:not(:has(.show-text))::after {
    display: none !important;
}


.text-part ul, .text-part ul li:last-child {
    margin-bottom: 0 !important;
}

.text-part p a {
	color: #ff0037 !important;
}

/* Iframe */

.iframe-part {
    width: 100%;
}

.iframe-part iframe {
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .iframe-part iframe {
        height: 350px;
    }
}


@media (max-width: 768px) and (orientation: portrait) {
    .main {
        padding: 1em 0;
    }
}
