.main-container {
    position: absolute;
    left: 250px;
    top: 60px;
    width: calc(100% - 500px);
    background-color: white;
    height: 100%;
}

.wrapper {
    padding: 30px;

}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs-nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.breadcrumbs-nav li {}

.breadcrumbs-nav li:first-child {
    position: relative;
}

.breadcrumbs-nav li:first-child::before {
    position: absolute;
    content: '/';
    right: -13px;
    top: 2px;
    color: #8e8e8e;
}

.breadcrumbs-nav li:last-child {
    position: relative;
}

.breadcrumbs-nav li:last-child:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #8e8e8e;
    bottom: -2px;
}

.breadcrumbs-nav li a {
    color: #7E7E7E;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
}

.title-page {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 30px;
}

.title-page h1 {
    text-align: left;
    margin-top: 30px;
}

.page-information {
    position: relative;
    min-height: 600px;
    margin-bottom: 30px;

}

.page-information-main {
    width: calc(100% - 345px);
    min-height: 600px;
}

.page-information-main h2 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
}

.page-information-main p {
    margin-bottom: 20px;
    line-height: 24px;
}

.page-information-main p strong {
    font-weight: 700;
}

.page-information-main a {
    color: #202020;
    text-underline-offset: 3px;
    font-weight: 700;
}

.page-information-main ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    padding-left: 18px;
}

.page-information-main ol li {
    line-height: 24px;
}

.page-information-main ol li::marker {
    font-weight: 700;
}

.page-information-main ol li strong {
    font-weight: 700;
}

.page-information-main ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.page-information-main ul li {
    padding-left: 30px;
    position: relative;
}

.page-information-main ul li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #202020;
    top: 10px;
}

.page-information-main ul li p {
    margin-bottom: 0;
}

.accent {
    background-color: #202020;
    color: white;
    padding: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.accent p {
    margin-bottom: 0;
    display: inline;
}

.page-information-main img {
    margin-bottom: 30px;
    width: 100%;
}

.accent img {
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline;
    position: relative;
    top: 3px;
}

.page-information-side-info {
    width: 315px;
    position: absolute;
    right: 0;
    top: -12px;
}

.contact-carousel {
    margin: 30px 0;
}

.info-cont-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
}

.info-line {
    width: 100%;
    height: 2px;
    background-color: #202020;
    margin-bottom: 5px;
}

.info-sub-list {}

.info-sub-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.info-sub-list li p {
    font-size: 14px;
}

.info-sub-list li a {
    text-decoration: none;
    font-size: 14px;
    color: #202020;
}

.open-cont {
    cursor: pointer;
}

.open-cont:hover .info-title {
    color: #8e8e8e;
}

.open-cont h3 img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.hide-cont-list {
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.open-cont.active .hide-cont-list {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.open-cont.active h3 img {
    transform: rotate(180deg);
    transition: .3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.hide-cont-list li:first-child {
    height: 2px;
}

.hide-cont-list li:first-child div {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 2px;
    background-color: #202020;
}

.hide-cont-list li div {
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    margin-top: 15px;
}

.hide-cont-list li {
    padding: 15px 0 0 0;
}

.hidden-title {
    font-size: 16px;
    font-weight: 700;
}

.hidden-desc {
    margin-top: 5px;
    font-size: 16px;
}

.hidden-number {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

.hidden-mail {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

.footer {
    position: relative;
}

.footer-container {
    position: absolute;
    background-color: #E7E7E7;
    width: calc(100% + 30px);
    left: -30px;
    padding: 30px 30px 0 30px;
}

.footer-socials {
    position: absolute;
    right: 60px;
}

.footer-container p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
    width: 75%;
}

.footer-container a {
    text-decoration: none;
    font-weight: 700;
    color: #202020;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-socials p {
    width: 100%;
    font-size: 14px;
}

.media-links ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-links ul li a img {
    width: 40px;
    height: 40px;
}

.payment-link ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-link ul li img {
    height: 25px;
}

.payment-link ul li:last-child img {
    height: 15px;
}

.contact-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.contact-owl-nav {
    position: absolute;
    width: 100%;
    ;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    opacity: 0;
    transform: translateY(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact-owl-nav span {}

#sync2 .owl-item {
    max-width: 250px;
}

.my-prev-button img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.contact-owl-nav span:hover {
    cursor: pointer;
}

.contact-carousel:hover {
    cursor: pointer;
}

.contact-carousel:hover .contact-owl-nav {
    transition: .3s;
    width: calc(100% - 60px);
    padding: 0 30px;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

/* .page-information-index {
    min-height: 100vh;
} */
.loader {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #242424;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Скрываем контент до загрузки изображений */
.catalog.load {
    min-height: 100px;
}

.catalog.load .filter {
    display: none;
}

.catalog.load .caralog-grid {
    display: none;
}

.sales-list {}

.sale-item {
    padding: 0 !important;

}

.sale-item:before {
    display: none;
}

.sale-item a {
    text-decoration: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    opacity: 1;
}

.sale-item a:hover {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    opacity: .8;
}

.sale-item a:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 2px;
    background-color: #202020;
    bottom: -5px;
    left: 0;
}

.sales-desc {}

.sales-desc p {
    font-size: 14px;
    font-weight: 400;
}

.sales-date {
    margin: 0 0 20px 0;
}

.sales-date span {
    color: #7E7E7E;
    font-weight: 700;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid var(--red);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}