/*Technologii remonta*/

.tech ul:not([id*=bx_]) > li:before {
    content: "";
    margin: 0;
}

.tech ul > li {
    margin: 0;
}

.tech .red {
    color: #CC1C21;
    text-decoration-line: underline;
    display: inline;
}

.tech .howtobuy__wrap-content {
    align-items: start;
}

.tech__ul {
    margin: 0;
}

.tech .howtobuy__li {
    border-top: none;
    border-bottom: none;
}

.tech .howtobuy__wrap {
    padding-bottom: 0;
}

.tech .howtobuy__li:hover {
    background: inherit;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}

.tech .swiper {
    max-width: 800px;
    width: 100%;
    height: 100%;
}

.tech .swiper1 {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.tech .swiper-arrows {
    position: relative;
}


.tech .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}

.tech .btn-prev {
    width: 40px;
    height: 40px;
    left: -20px;
    top: 130px;
    position: absolute;
    z-index: 2;
}

.tech .btn-prev::after {
    position: absolute;
    content: "";
    background-image: url("/upload/technologii/arrow.png");
    width: 40px;
    height: 40px;
    background-color: #cc1c21;
    border-radius: 50%;
    transform: rotate(180deg);
}

.tech .btn-next {
    width: 40px;
    height: 40px;
    right: -5px;
    top: 130px;
    position: absolute;
    z-index: 2;
}

.tech .btn-next::after {
    content: "";
    background-image: url("/upload/technologii/arrow.png");
    width: 40px;
    height: 40px;
    background-color: #cc1c21;
    border-radius: 50%;
    position: absolute;
}


.tech .swiper-button-prev1,
.tech .swiper-button-next1 {
    top: 100px;
    cursor: pointer;
}

.tech .swiper-button-next1 {
    right: 10px;
}



.tech .swiper img {
    margin-right: 0;
}

.tech .swiper1 img {
    margin-right: 0;
}

.tech__slider {
    display: flex;
    justify-content: center;
}


.tech__brands {
    display: flex;
    flex-direction: column;
}

.tech__brands img {
    margin-left: 25px;
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.3s ease;
}

.tech__brands img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.tech__brands-list li:not(:last-child) {
    margin-bottom: 16px;
}

.tech__brands-list li {
    position: relative;
    padding-left: 48px !important;
}

.tech__brands-list li::before {
    position: absolute;
    width: 32px;
    height: 2px;
    content: "";
    left: 0;
    top: 10px;
    border-top: 2px solid #74070C;
}

.tech__brands-mobile {
    display: none;
}

.tech__brands-mobile a {
    color: transparent;
}

.tech__pins-subitem {
    position: relative;
    padding-left: 55px !important;
}

.tech__pins-subitem:not(:last-child) {
    margin-bottom: 20px;
}

.tech__pins-subitem::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #CC1C21;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #CC1C21;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech__pins-subitem:first-child::before {
    content: "1" !important;
}

.tech__pins-subitem:nth-child(2)::before {
    content: "2" !important;
}

.tech__pins-subitem:nth-child(3)::before {
    content: "3" !important;
}


@media (max-width: 1300px) {
    .tech__brands {
        display: none;
    }

    .tech .swiper {
        max-width: 500px;
    }

    .tech .swiper1 {
        max-width: 500px;
        margin: auto;
    }

    .tech__brands-mobile {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {

    .tech .btn-next {
        right: -20px;
    }

    .tech .swiper-button-next2,
    .tech .swiper-button-next3 {
        right: 0;
    }

    .tech .swiper-button-prev2,
    .tech .swiper-button-prev3 {
        left: 0;
    }
}

@media (max-width: 1100px) {

}

@media (max-width: 768px) {

    .tech__slider-img {
        display: none;
    }
}

@media (max-width: 600px) {

    .tech .swiper {
        max-width: 300px;
    }

    .tech .swiper1 {
        max-width: 300px;
        margin: auto;
    }

    .tech .swiper-wrapper {
        text-align: center;
    }

    .tech .swiper1 img {
        display: inline;
    }
}

/* BERLOGA */

.berloga ul:not([id*=bx_]) > li:before {
    content: "";
    margin: 0;
}

.berloga ul > li {
    margin: 0;
}

.berloga .howtobuy__wrap-content {
    align-items: start;
}

.berloga__bg {
    width: 100%;
    max-height: 332px;
}

.berloga__pins {
    margin-bottom: 55px;
    padding: 0 25px;
}

.berloga__pins li {
    position: relative;
    padding-left: 55px !important;
}

.berloga__pins li:not(:last-child) {
    margin-bottom: 20px;
}

.berloga__pins li::before {
    position: absolute;
    content: "";
    background-image: url("/upload/berloga/pin.svg");
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.berloga .howtobuy__li:hover {
    background: unset;
    border: 1px solid #E4E4E4;
    box-shadow: none;
}

.berloga .swiper {
    max-width: 800px;
    width: 100%;
    height: 100%;
}

.berloga .swiper2 {
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-left: auto;
}

.berloga .swiper3 {
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    height: 100%;
}

.berloga .swiper-arrows {
    position: relative;
}


.berloga .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}

.berloga .btn-prev {
    width: 40px;
    height: 40px;
    left: -20px;
    top: 130px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.berloga .btn-prev::after {
    position: absolute;
    content: "";
    background-image: url("/upload/technologii/arrow.png");
    width: 40px;
    height: 40px;
    background-color: #cc1c21;
    border-radius: 50%;
    transform: rotate(180deg);
}

.berloga .btn-next {
    width: 40px;
    height: 40px;
    right: -5px;
    top: 100px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.berloga .btn-next::after {
    content: "";
    background-image: url("/upload/technologii/arrow.png");
    width: 40px;
    height: 40px;
    background-color: #cc1c21;
    border-radius: 50%;
    position: absolute;
}


.berloga .swiper-button-prev2{
    left: 0;
}


.berloga .swiper-button-prev2,
.berloga .swiper-button-next2 {
    top: 100px;
}

.berloga .swiper-button-prev3,
.berloga .swiper-button-next3 {
    top: 60px;
}

.berloga .swiper-slide img {
    position: relative;
}

.berloga .swiper-slide img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #736D79;
    mix-blend-mode: screen;
    opacity: 0.4;
}


.berloga .swiper img {
    margin-right: 0;
}

.berloga .swiper2 img {
    margin-right: 0;
}

.berloga__slider {
    display: flex;
    justify-content: center;
}

.berloga__contacts {
    margin-top: 24px !important;
    display: flex;
    justify-content: space-between;
}

.berloga__contacts::before {
    display: none;
}

.berloga__contacts p {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.berloga__contacts .text_wrap {
    display: flex !important;
}

.berloga__contacts span {
    margin-top: 0;
    font-size: 13px;
}

.berloga__contacts .schedule {
    display: flex;
}

.berloga__contacts-right {
    display: flex;
    flex-direction: column;
}

.berloga__contacts-right a:first-child {
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.berloga__contacts-right a:last-child {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.01em;
}


@media (max-width: 1300px) {
    .berloga .swiper2 {
        max-width: 500px;
        margin: auto;
    }

    .berloga .swiper3 {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .berloga .btn-next {
        right: -20px;
    }

    .berloga .swiper-button-next2,
    .berloga .swiper-button-next3 {
        right: 0;
    }

    .berloga .swiper-button-prev2,
    .berloga .swiper-button-prev3 {
        left: 0;
    }

    .berloga__contacts {
        flex-direction: column;
    }

    .berloga__contacts-right a:first-child {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {

}

@media (max-width: 768px) {

    .berloga__slider-img {
        display: none;
    }
}

@media (max-width: 600px) {

    .berloga .swiper2 {
        max-width: 300px;
    }

    .berloga .swiper3 {
        max-width: 300px;
        margin: auto;
    }

    .berloga .swiper-wrapper {
        text-align: center;
    }

    .berloga .swiper2 img {
        display: inline;
    }
}