.col5 {
    width: 50%;
    float: left;
    padding: 21px 21px;
}

.prod_box_rem {
    position: relative;
}

.title_to {
    position: absolute;
    left: 21px;
    top: 50px;
    background: rgba(255, 255, 255, 0.75);
    padding: 6px 20px;
    padding-left: 42px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    max-width: 340px;
}

.price_to {
    font-size: 18px;
    font-family: 'NeoSansPro-Bold';
    color: #151616;
    height: 38px;
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    line-height: 38px;
    padding: 0 8px 0 10px;
    position: absolute;
    bottom: 45px;
    right: 21px;
}

.pricelist .tabs {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 20px;
}

.pricelist .tabs li {
    font-size: 17px;
    line-height: 32px;
    color: #424242;
    text-align: center;
}

.pricelist .tabs li a {
    padding: 0 10px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #f8f8f8;
    display: inline-block;
}

.pricelist .tabs li a:hover {
    border-color: #ffcc00;
    color: #151616;
}

.pricelist .tabs li a.active {
    border-color: #ffcc00;
    background: #ffcc00;
}

.pricelist .tabs li.border {
    width: 100%;
    min-width: 70px;
}

.pricelist .tabscontent {
    width: 100%;
    margin-top: 2px;
    padding-bottom: 22px;
}

.pricelist .tabscontent ul {
    display: none;
}

.pricelist .tabscontent ul.t1 {
    display: block;
}

.pricelist .tabscontent li {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3e3e3e;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0px 10px;
}

.pricelist .tabscontent li:nth-child(even) {
    background: #e8e8e8;
}

.pricelist .tabscontent li.strong {
    font-weight: 700;
}

.pricelist .tabscontent li .name {
    padding-right: 5px;
    width: 80%;
}

.pricelist .tabscontent li .price {
    text-align: right;
    padding-left: 5px;
    width: 25%;
}

.pricelist .tabscontent li.title .border {
    background: transparent;
}

.pricelist .sendto {
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 49px;
}

.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.jb {
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.jba {
    justify-content: space-around;
    -ms-flex-pack: justify;
}

.jc {
    justify-content: center;
    -ms-flex-pack: center;
}

.je {
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.ac {
    align-items: center;
    -ms-flex-align: center;
}

.ae {
    -ms-flex-align: end;
    align-items: flex-end;
}

.btn_next {
    padding: 12px;
    display: block;
    background: #FFCC00;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    border: 1px solid #FFCC00;
    font-weight: bold;
    text-align: center;
    max-width: 425px;
    margin-bottom: 30px;
}

.operating-mode {
    color: #ff0000;
}

.remont_banner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.remont_button {
    position: absolute;
    bottom: 143px;
    left: 77px;
    height: 65px;
    width: 431px;
    cursor: pointer;
}

@media (max-width: 1099px) {
    .remont_button {
        display: none;
    }

    .remont_banner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pricelist .tabs {
        display: block;
    }

    .pricelist .tabs li {
        margin-bottom: 10px;
    }

    .col5 {
        width: 100%;
        float: initial;
        padding: 0px 0px;
        margin-bottom: 10px;
    }

    .title_to {
        left: 0px;
    }

    .price_to {
        right: 0px;
    }

    .prod_box_rem img {
        width: 100%;
    }
}

.link-list-slider {
    margin-bottom: 48px;
}

.link-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.link-list-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 256px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.link-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #1D2023 0%, rgba(29, 32, 35, 0) 100%);
    height: 130px;
}

.link-list-item__title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    position: relative;
    z-index: 2;
}

.link-list-item__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-grid {}

.slider-nav {
    margin-top: 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.slider-nav__prev,
.slider-nav__next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(196, 196, 196, 0.50);
}

.slider-nav .slider-nav__pagination {
    margin: 0 20px;
    transform: none !important;
    width: auto;
}

.slider-nav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #C4C4C4;
}

.slider-nav .swiper-pagination-bullet-active {
    background: #FEED00;
}

.banner-grid img {
    width: 100%;
}

.master {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.master-title {
    margin-bottom: 24px;
    max-width: 610px;
}

.master-item {
    background: #F2F3F7;
    padding: 24px;
    border-radius: 16px;
}

.master-item__counter {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    color: #1D20237A;
}

.master-item__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.master-item__text {
    font-size: 15px;
}

@media (max-width: 1023px) {
    .link-list {
        display: flex;
        gap: 0;
    }

    .link-list-item {
        width: 264px;
    }

    .slider-nav {
        display: flex;
    }

    .master {
        gap: 16px;
    }

    .master-item {
        padding: 16px 10px 16px 16px;
    }
}

@media (max-width: 767px) {
    .link-list-slider {
        margin-bottom: 64px;
    }

    .link-list {
        display: flex;
        gap: 0;
    }

    .master {
        grid-template-columns: 1fr;
    }
}