
html, body{
    margin: 0;
    padding: 0;
}

#jux_weather .eaw-weather-component {
    max-width: inherit;
}

div.mod_search93 input[type="search"]{ width:auto; }
.mod-jux-236 div.eaw-daily-item-component:nth-child(odd) {
    background:#e6e5ea;
}.mod-jux-236 div.eaw-daily-item-component:nth-child(even) {
     background:#ffffff;
 }
body #g-last {
    display: none;
}
.g-logo {
    margin: 10px 0;
    display: inline-block;
    margin-top: -20%;
}
#g-header {
    background-color: #9c42a4;
    color: #ffffff;
    position: relative;
    z-index: 1002;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    height: 5em;
}
.g-logo.fancy-logo:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 200px; /* Ширина полукруга */
    height: 100px; /* Высота полукруга */
    background-color: #9c42a4; /* Цвет полукруга */
    border-radius: 100px 100px 0 0; /* Полукруг с верхней стороны */
    border-top: 0px solid #ffffff;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.1));
    z-index: -2;
    transform: rotateX(180deg); /* Поворот полукруга на 180 градусов по оси X */
}
.g-logo.fancy-logo {
    margin: 0;
    position: absolute;
    top: -38px;
    min-height: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #9c42a4;
    /* box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1); */
    text-align: center;
    width: 199px;
    z-index: 9;
    border-radius: 100px 100px;
}
.g-logo.fancy-logo:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    top: 0;
}
.g-menu-item-container > i {
    vertical-align: middle;
    margin-right: 0.01rem;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #9c42a4;
    background: #f7edc9;
    border-radius: 35px;
    font-size: medium;
    min-width: 48px;
    text-align: center;
    padding: 16px;
    transition: ease-in-out all 0.3s;
}
body .g-slideshow.custom .style3 .g-slideshow-title a {
    color: #9c42a4;
}
#g-fullwidth h1, #g-fullwidth h2, #g-fullwidth h3, #g-fullwidth h4, #g-fullwidth h5, #g-fullwidth h6, #g-fullwidth strong {
    color: #3c3c3c;
    padding-top: 15px;
}
body .g-slideshow.custom .style3 .g-slideshow-desc {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 1px 1px 1px black;
}
body .g-slideshow.custom .style3 .g-slideshow-title {
    color: #3c3c3c !important;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 35px;
    text-shadow: 1px 1px 1px #ffffff;
}
.g-contacts.style2.vertical .g-contacts-item {
    margin-left: 15px;
}
.g-slideshow .g-slideshow-buttons .button.empty {
    background: none;
    border: 0px solid transparent;
    color: transparent;
}

@media (min-width: 60rem) {
    .g-offcanvas-toggle {
        display: none;
    }
}
#g-fullwidth h1{
    color: #fff !important;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
}
.slideshow-caption{
    background: #00000070;
    padding: 20px 40px;
    border-radius: 40px;
    position: relative;
}
.tag-href{
    position: relative;
    top: -150px;
}

#g-additional h1, #g-additional h2, #g-additional h3, #g-additional h4, #g-additional h5, #g-additional h6, #g-additional strong ,
#g-additional{
    color: #333;
}
.gallery-my{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: center;
    padding: 40px 0;
    padding-top: 10px;
}

.gallery-my img{
    max-width: calc(25% - 10px);
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .gallery-my img {
        max-width: calc(50% - 10px);
    }
}