a:hover,
a:focus,
a:active {
    color: #d63701;
}

#sp-main-body {
    padding: 100px 0 30px 0;
}

#sp-top1 {
    color: #000000;
    background: #c4c6d4;
    padding: 10px 0px;
    text-align: right;
}

#mod-custom436 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

#mod-custom436 img {
    width: 35px;
    filter: invert(1);
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    font-size: 16px;
}

#sp-header-topbar {
    /* background: linear-gradient(to bottom, #e9d39d, #f5e2b8); */
    background: #fff;
}

.sp-megamenu-parent {
    position: inherit;
}

.sp-menu-full.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#sp-contact p {
    margin-bottom: 2px;
}

#mod-custom432 {
    width: 310px;
    margin: 0 0 0 auto;
}

body #sp-header>.container>.container-inner>.row {
    position: inherit !important;
}

.sp-megamenu-parent .menu-justify .sp-dropdown .sp-dropdown-inner {
    max-width: 1320px;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    background: transparent;
}

.sp-megamenu-parent>li:hover>a {
    /* background: #ead39d; */
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px;
}

#sp-header-topbar .container-inner {
    padding: 5px 0 5px 0;
}

#sp-logo {
    align-items: center;
    gap: 1rem;
}

.logo-image {
    height: 90px;
    width: 265px;
    max-width: 265px;
}

#mod-custom433 p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.burger .d-flex {
    justify-content: space-between;
}

#mod-custom425 .main-modules {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

/* Футер */
#sp-footer,
#sp-bottom {
    color: #000000;
    background: #c4c6d4;
}

#mod-custom429 .column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.job strong,
.adress strong {
    font-size: 18px;
}

.job p,
.adress p {
    font-size: 16px;
}

#sp-footer .urls a,
#sp-bottom .urls a {
    color: #ec430f;
    font-size: 16px;
}

#sp-footer .urls a:hover {
    color: #ff6f42;
}

.sp-scroll-up {
    background: rgb(171 173 187);
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    color: #fff;
    background: #ec430f;
}

/* Конец футера */

#sp-component .sp-module:has(.mod-breadcrumbs__wrapper) {
    margin-bottom: 24px;
}

.slider .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slider .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: #fbfbfbe3;
    width: 100%;
    padding-bottom: 42px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ec430f;
}

.carousel-control-next,
.carousel-control-prev {
    color: #ec430f;
}

#sp-component .sp-module {
    margin-bottom: 60px;
}

.article-details {
    margin-bottom: 60px;
}

#mod-custom424 {
    margin-top: 60px;
}

#mod-custom424 h3 {
    color: #ec430f;
}

.news .carousel-indicators {
    bottom: -50px;
}


.news .carousel-multiple .card {
    transition: transform 0.3s ease;
}

.news .carousel-multiple .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news .carousel-multiple .card-img-top {
    height: 200px;
    object-fit: cover;
}

.news .carousel-inner {
    overflow: hidden;
}

.news .carousel-item {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    float: left;
}

.news .carousel-item.active {
    display: flex;
    flex-wrap: wrap;
}

.news .carousel-item-next,
.news .carousel-item-prev {
    display: flex !important;
    flex-wrap: wrap !important;
}

.news .carousel-item-next:not(.carousel-item-start),
.news .active.carousel-item-end {
    transform: translateX(100%);
}

.news .carousel-item-prev:not(.carousel-item-end),
.news .active.carousel-item-start {
    transform: translateX(-100%);
}

.news .carousel-item .row {
    width: 100%;
    margin: 0;
}

.news .carousel-item .card-img-top {
    height: 200px;
    object-fit: cover;
}

.news .carousel-item .card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.news h3 {
    font-size: 18px;
}

.news .col-md-4:first-child {
    padding-left: 0;
}

.news .col-md-4:last-child {
    padding-right: 0;
}

#mod-custom424 h3 {
    color: #ec430f;
}

h2.sp-module-title {
    color: #ec430f;
    text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    filter-hue: sepia(1);
    filter: hue-rotate(-107deg);
    filter: brightness(0) saturate(100%) invert(13%) sepia(97%) saturate(7031%) hue-rotate(0deg) brightness(96%) contrast(114%);
}

.news .card-body {
    height: 140px;
    overflow: hidden;
}

.mainnews {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.allnews {
    display: block;
    color: #ec430f;
    margin-top: 1rem;
}

.mainnews .mainimg img {
    width: 300px;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    max-width: 300px;
}

#mod-custom434 p {
    margin-bottom: 4px;
}

.offcanvas-menu .offcanvas-inner {
    padding-bottom: 70px;
}


/* Главная новость */
.mainnews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}

.mainnews-col-left {
    display: flex;
    flex-direction: column;
}

.mainnews-featured {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mainnews-featured-image {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
}

.mainnews-featured-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.mainnews-featured-title h4,
.mainnews-featured-title h3,
.mainnews-featured-title h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.3;
}

.mainnews-featured-title .mod-articles-link {
    text-decoration: none;
    color: #d63701;
    transition: color 0.3s;
}

.mainnews-featured-title .mod-articles-link:hover {
    color: #d63701;
}

.mainnews-col-right {
    display: flex;
    flex-direction: column;
}

.mainnews-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mainnews-list-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.mainnews-list-item:last-child {
    border-bottom: none;
}

.mainnews-list-item h4,
.mainnews-list-item h3,
.mainnews-list-item h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 1.4;
}

.mainnews-list-item .mod-articles-link {
    text-decoration: none;
    color: #d63701;
    transition: color 0.3s;
}

.mainnews-list-item .mod-articles-link:hover {
    color: #d63701;
}

.mainnews-list-item .mod-articles-date,
.mainnews-featured .mod-articles-date {
    font-size: 14px;
    color: #999;
    display: block;
}

.mainnews-list .mainnews-list-item:first-child {
    padding-top: 0;
}

/* Конец главной новости */

#sp-left .sp-module,
#sp-right .sp-module {
    padding: 24px;
}

.ofcanvas-position-right {
    display: none;
}

#js-show-iframe-wrapper {
    min-width: 200px !important;
}

._access-icon {
    filter: invert(1);
    transform: skewX(0deg) !important;
    left: 16px !important;
    background: #000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    box-shadow: 0 0px 2px rgb(255 255 255 / 50%);
}

._access-icon img {
    height: 24px !important;
}

#sp-right .list-unstyled {
    margin: 7px 0;
    color: #767676;
    font-size: 14px;
}

@media (max-width: 1399px) {

    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        padding: 0 10px;
    }

    #sp-header .mod-finder .awesomplete {
        width: 170px;
    }

    #sp-left .sp-module .sp-module-title,
    #sp-right .sp-module .sp-module-title {
        font-size: 20px;
    }

    #sp-left h3,
    #sp-right h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px) {

    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        padding: 0px 8px;
    }

    #sp-header .mod-finder .awesomplete {
        width: 140px;
    }

    body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
    body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
        margin-left: 3px;
    }

    #mod-custom433 p {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .logo-image {
        height: auto !important;
    }
}


@media (max-width : 991px) {
    #sp-header {
        /*    background: linear-gradient(to bottom, #e9d39d, #f5e2b8); */
    }

    #sp-header-topbar {
        display: none;
    }

    .burger .d-flex {
        justify-content: flex-end;
    }

    .logo-image {
        height: 60px !important;
        padding: 0;
    }

    #sp-main-body {
        padding: 50px 0;
    }

    #mod-custom429 .column {
        flex-wrap: wrap;
        gap: 2rem;
    }

    #mod-custom429 .column .logo {
        width: 100%;
    }

    #mod-custom429 .column .logo img {
        margin: 0 auto 0 auto;
    }

    .logo-image {
        width: auto;
    }

    .ofcanvas-position-right {
        display: block;
    }
}

@media (max-width : 767px) {
    .slider .carousel-item img {
        height: 450px;
    }

    .news .carousel-item.active {
        flex-wrap: wrap;
    }

    .news .carousel-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mainnews {
        flex-direction: column;
    }

    .mainnews .mainimg img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover;
        max-width: 100%;
    }

    #mod-custom429 .column {
        flex-direction: column;
        gap: 1rem;
    }

    #mod-custom429 .job,
    #mod-custom429 .adress,
    #mod-custom429 .urls {
        text-align: center;
    }

    #sp-bottom {
        padding: 50px 0 0px;
    }

    .mainnews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mainnews-featured-image img {
        max-height: 250px;
    }

    .mainnews-featured-title h4 {
        font-size: 20px;
    }

    .mainnews-list-item h4 {
        font-size: 16px;
    }

    .mainnews-featured {
        margin-bottom: 2rem;
    }
}


@media (max-width : 575px) {
    #sp-header {
        height: 60px;
    }
}