@media screen and (max-width: 400px) {
    :root {--size: 14px;}
    h1 {font-size: 2rem}
    h2 {font-size: 1.5rem}
    h3 {font-size: 1.25rem}
    h4 {font-size: 1.2rem}
    h5 {font-size: 1.15rem}
    h6 {font-size: 1.1rem}
}
@media screen and (max-width: 560px) {
    h1 {font-size: 3.0625rem}
    h2 {font-size: 2.3125rem}
    h3 {font-size: 1.75rem}
    h4 {font-size: 1.5rem}
    h5 {font-size: 1.25rem}
    h6 {font-size: 1.15rem}
}

[hidden],
.hidden{display: none}
.pointer{cursor: pointer;}
.bsa{block-size: auto}
.js-form{position: relative}
.js-form.loading [type=submit]{pointer-events: none}
.js-form:after{
    display: block;
    content: '';
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: wait;
    background-color: rgba(255,255,255,0.4);
    pointer-events: none;
    z-index: 2;
}
.js-form.loading:after{
    pointer-events: auto;
    opacity: 1;
}
blockquote a,
p a{
    color: var(--primary)
}
.db{display: block}
.wad{
    width: 100%;
    max-width: 1920px;
}
.swiper {
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--primary) !important;
}
.gallerySwiper .swiper-slide{width: 150px; height: 150px;margin: 5px 15px}
.gallerySwiper .swiper-button-next, .gallerySwiper .swiper-button-prev{
    background-color: #fff;
    top: 0!important;
    bottom: 0;
    height: 100%;
}
.gallerySwiper .swiper-button-next{
    right: 0;
    background: #fff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255,255,255, 1) 50%);
}
.gallerySwiper .swiper-button-prev{
    left: 0;
    background: #fff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255,255,255, 0) 50%);
}
.swiper-pagination-bullet-active{background:var(--primary) }

.rank-math-breadcrumb{justify-content: center}

form.wpcf7-form{position: relative}
form.wpcf7-form.loading,
form.wpcf7-form.submitting{
    pointer-events: none;
}

form.wpcf7-form:after{
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    inset: -20px;
    background-color: rgba(255,255,255,.4);
    background-image: url(../img/loading.svg);
    background-size: 40% 40%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    pointer-events: none;
    opacity: 0;
}
form.wpcf7-form.loading:after,
form.wpcf7-form.submitting:after{
    pointer-events: auto;
    opacity: 1;
}
/*.rank-math-breadcrumb a{color: #000}*/
.footer-menu li a{justify-content: center!important;}
.t180{transform: rotate(180deg);transform-origin: center center;}
.extralarge-text {
    font-size: 2rem
}
@media screen and (max-width: 400px) {
    .extralarge-text {font-size: 1.2rem}
}
.mobile-menu li.has-submenu {
    flex-direction: column;
    align-items: flex-start;
    min-block-size: 0;
    gap: 0;
}
.mobile-menu li.has-submenu ul.list{
    margin-top: 0;
    padding: 0!important;
    margin-block-start: 0 !important;
    margin-block-end: 1rem;
}
.mobile-menu li,
.mobile-menu li a{
    min-block-size: 2rem!important;
}
.mobile-menu li.parent-nav-item> a{
    padding-left: 0!important;
}
.mh100{min-height: 100%}
.top-header-nav,
.top-header-nav a,
.top-header-nav span{
    font-weight: 500;
    line-height: normal;
}
ul.footer-menu{margin-top: 0!important;}
p:has(.aligncenter) {
    text-align: center
}
p:has(.alignright) {
    text-align: right;
}
:is(.button,button):is(.hiper) {
    --_size: 3.75rem;
    font-size: 1.25rem;
    --_padding: 1.75rem
}

dialog.fancybox__dialog{
    inset: 0 auto auto 0;
    inline-size: 100%;
    block-size: 100%;
    max-inline-size: 100%;
    max-block-size: 100%;
    background-color: var(--surface);
    border-radius: 0;
    padding-block: var(--_top) var(--_bottom);
    transform: translate(0);
}
nav.top.header-info{
    min-block-size: 26px;
    block-size: 26px;
    position: relative;
    text-wrap: auto;
    line-height: 1.3;
}
@media screen and (max-width: 603px) {
    nav.top.header-info{
        min-block-size: 36px;
        block-size: 36px;
    }
}

nav.top-header-nav button{
    gap: 0px;
    padding: 0px 5px;
}
@media screen and (max-width: 1095px) {
    header a.th-btn1{
        display: none!important;
    }
}
@media screen and (max-width: 1230px) {
    header a.th-btn2{
        display: none!important;
    }
}
.dfc{
    display: flex;
    flex-direction: column;
}
.mta{
    margin-top: auto;
}
nav.header-info.top~header.fixed{
    inset-block: 0 0;
}
.cover{}
.cover-wrap{}
.cover-img{}
@media screen and (max-width: 800px){
    .cover-wrap,
    .cover-img{
        min-height: 85vh;
    }
}