.navigation {
    max-width: 350px;
}

.right h2 {
    font-size: 23px;
    margin: 10px 0;
}

.slick-list.draggable {
    max-height: 900px;
}

.main-slider .slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

.main-slider .slick-prev {
    left: 10% !important;
}

.main-slider .slick-next {
    right: 10% !important;
}

.navigation li .dropdown li {
    position: relative;
}

.navigation li .dropdown ul {
    top: -50px !important;
}

.main-slider-item .container {
    top: 37% !important;
}

.right {
    transition: transform 0.3s;
}

.right img {
    transition: transform 0.3s;
}

.right img:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.footer-contacts {
    background: #102bc9 !important;
}

.head-links {
    justify-content: flex-end;
    width: 100%;
}

.head-links {
    margin-top: 18px;
}

.you {
    margin-right: 0px !important;
}

.head-block {
    padding-bottom: 0px !important;
}

.header-contacts {
    justify-content: flex-end !important;
}

.logo img {
    width: 134px;
}

@media (min-width:1920px) {
    .main-slider-item .container {
        top: 440px !important;
    }
}

.logo-text {
    text-transform: uppercase;
}

.logo img {
    width: 117px;
}

.top .logo span {
    font-size: 11px !important;
}

.top-btn a {
    width: 155px !important;
}

.top .logo {
    margin-right: 16px;
}

.main-slider-item .container h2 {
    margin-top: 115px;
}

.main-slider .slick-dots {
    z-index: 2;
}

ul#slides_mini li img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

ul#slides_mini li img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

ul#slides_mini li {
    height: 49px;
    width: 70px;
    float: left;
    margin-left: 2px;
}

ul#slides_mini li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

ul#slides_mini li {
    float: left;
    margin-left: 2px;
}

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

ul#slides_mini li:first-child {
    width: inherit;
    height: inherit;
}

ul.submenu {
    background: #102BC8;
    padding: 10px 25px;
}

ul.submenu {
    background: #102BC8;
    padding: 10px 25px;
}

ul#menu-main-1 li,
ul#menu-main li {
    padding: 2px;
}

.main-slider .slick-dots {
    z-index: 1 !important;
}

.menu li {
    margin-right: 25px !important;
}

.top .logo img {
    margin-right: 8px;
}

.logo img {
    width: 108px;
}

.iframe {
    width: 30%;
    display: inline-block;
    height: auto;
}

.iframe iframe {
    min-height: 180px;
    height: auto;
    margin-bottom: 30px;
}

.img2 {
    overflow: hidden;
    transition: transform 0.3s;
}

.img2:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.up {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
}

@media (max-width: 560px) {
    .head-block .logo img {
        width: 75px !important;
        height: 50px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .search-hidden {
        margin-bottom: 18px;
    }
    .main-slider-item .container h2 {
        margin-top: 198px;
    }
    .iframe {
        width: 90%;
    }
    .head .top-btn a {
        margin: 10px auto;
    }
    .right img {
        max-width: 100%;
        height: inherit;
    }
}

.menu {
    z-index: 2;
}

/* wordpress-post-tabs: один общий блок; заголовки только переключают панель */
.wordpress-post-tabs {
    margin: 0 0 1.75em;
    clear: both;
}
.wordpress-post-tabs .ui-tabs {
    padding: 0;
    overflow: hidden;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(40, 66, 81, 0.06);
}
.wordpress-post-tabs .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #eef3f5;
    border-bottom: 1px solid #cfd8dc;
}
.wordpress-post-tabs .ui-tabs-nav li {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.wordpress-post-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: 12px 18px;
    margin: 0;
    text-decoration: none;
    color: #284251;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.wordpress-post-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #fff;
    color: #d13b11;
    border-bottom-color: #d13b11;
    cursor: default;
}
.wordpress-post-tabs .ui-tabs-nav li:not(.ui-tabs-active) .ui-tabs-anchor:hover {
    background: rgba(255, 255, 255, 0.65);
    color: #102bc8;
}
/* Область контента — одно белое поле под всеми заголовками */
.wordpress-post-tabs .ui-tabs-panel {
    margin: 0;
    padding: 18px 20px 22px;
    border: none;
    background: #fff;
    font-size: 15px;
    line-height: 1.55;
    color: #284251;
}
.wordpress-post-tabs .ui-tabs-panel[aria-hidden="true"] {
    display: none !important;
}
.wordpress-post-tabs .ui-tabs-panel > :first-child {
    margin-top: 0;
}
.wordpress-post-tabs .ui-tabs-panel > :last-child {
    margin-bottom: 0;
}
.wordpress-post-tabs .ui-tabs-panel table {
    margin: 0;
}
.wordpress-post-tabs .cf5_wpts_cl,
.wordpress-post-tabs .cf5_wpts_cr {
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.wordpress-post-tabs .ui-helper-clearfix::after {
    content: "";
    display: table;
    clear: both;
}