

/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.min.css?1646320802620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/main/styles.css?16818380754814*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-main-slide {
    display: flex;
    align-items: center;
    padding-left: 40%;
}
.custom-main-slide .slider-main__counter .subtitle {
    color: #28A440;
}
.custom-main-slide .slider-main__number {
    color: #28A440!important;
    border-color: #28A440!important;
}
.custom-main-slide-left {
    padding-right: 100px;
}
.custom-main-slide-left-action {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #28A440;
    margin-bottom: 15px;
}
.custom-main-slide-left-title {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #E57404;
    margin-bottom: 15px;
}
.custom-main-slide-left-price {
    color: #E57404;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.custom-main-slide-left-price span {
    color: #EB1C19;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
}
.custom-main-slide-left-text {
    color: #E57404;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-main-slide-right-quation {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #28A440;
    margin-bottom: 15px;
    position: relative;
}
.custom-main-slide-right-quation::before {
    content: '\2713';
    display: inline-block;
}

.custom-main-slide-right-quation span {
    color: #EB1C19;
}
.custom-main-slide-right-button {
    display: flex;
    align-items: center;
    /* background-color: #F6F6F6; */
    padding: 5px;
}
.custom-main-slide-right-button .btn {
    background-color: #F03E41;
    margin-right: 15px;
}
.custom-main-slide-right-button .slider-main__counter {
    width: 265px;
}
@media (max-width: 1600px) {
    .custom-main-slide {
        padding-left: 30%;
    }
    .custom-main-slide-left {
        padding-right: 50px;
    }
}
@media (max-width: 1260px) {
    .custom-main-slide-left {
        padding-right: 30px;
    }
    .custom-main-slide-right-button {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 15px 5px;
    }
    .custom-main-slide-right-button .btn {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .custom-main-slide-right-button .btn-wrp {
        width: 100%;
    }
}
@media (max-width: 1220px) {
    .custom-main-slide {
        padding-left: 23%;
    }
}
@media (max-width: 992px) {
    .custom-main-slide-right-button .slider-main__counter {
        display: block;
    }
    .custom-main-slide-right-quation {
        display: none;
    }
    .custom-main-slide-left-action,
    .custom-main-slide-left-title,
    .custom-main-slide-left-price,
    .custom-main-slide-left-text {
        line-height: 1;
    }
}
@media (max-width: 890px) {
    .glide__slide.glide__slide__custom {
        background-image: none!important;
        position: relative;
    }
    .section-slider-main.section-slider-main__custom {
        height: auto;
    }
    .custom-main-slide-mobile-bg {
        width: 100%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .glide__slide__custom {
        padding: 0!important;
        flex-wrap: wrap;
    }
    .custom-main-slide-left {
        padding-right: 0;
        position: absolute;
        top: 35px;
        right: 20%;
    }
    .custom-main-slide {
        padding-left: 0;
        width: 100%;
    }
    .custom-main-slide-right {
        width: 100%;
    }
    .custom-main-slide-right-button {
        padding: 15px 30px;
        justify-content: space-between;
        text-align: left;
    }
    .custom-main-slide-right-button .btn-wrp {
        width: auto;
        order: 2;
    }
}
@media (max-width: 660px) {
    .custom-main-slide-left {
        right: 15%;
    }
}
@media (max-width: 575px) {
    .custom-main-slide-left {
        right: 5%;
    }
}
@media (max-width: 495px) {
    .custom-main-slide {
        flex-wrap: wrap;
        padding: 15px 30px;
        background-color: #F6F6F6;
    }
    .custom-main-slide-left {
        position: initial;
        width: 100%;
    }
    .custom-main-slide-right-button {
        padding: 0;
        margin-top: 15px;
    }
    .custom-main-slide-mobile-bg {
        height: 180px;
    }
    .custom-main-slide-left-action,
    .custom-main-slide-left-title,
    .custom-main-slide-left-price {
        margin-bottom: 7px;
    }
    .custom-main-slide-left-title {
        font-size: 34px;
    }
    .custom-main-slide-left-price span {
        font-size: 36px;
    }
    .custom-main-slide-right-button .btn-wrp {
        margin-top: 15px;
    }
}

.page-baner  {
    margin: 30px 0;
}

.page-baner img {
    max-width: 100%;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17723775056360*/
a[href^="tel:"] {
	color: #000;
    text-decoration: none;
}

.payment-ways {
    display: flex;
    align-items: center;
}
.payment-ways .payment-ways__title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
}
.payment-ways .payment-ways__image img {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
}
@media (max-width: 991px) {
    .footer__row:last-child {
        justify-content: center !important;
    }
    .payment-ways {
        flex-direction: column;
        margin-top: 15px;
    }
    .payment-ways .payment-ways__title {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.block_links_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 15px 0;
}
.block_links_list a {
    background-color: #56bf3c;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .block_links_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .block_links_list a {
        margin: 0 15px 15px 15px;
    }
}

.choose-city {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    position: relative;
    min-width: 200px;
}
.choose-city .label {
    font-size: 13px;
    margin-right: 5px;
}
.choose-city .city-value {
    font-size: 13px;
    color: #DF7E2F;
    border-bottom: 1px dotted;
    margin-bottom: 7px;
    cursor: pointer;
}
.choose-city .all-cities {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
    padding: 20px;
    z-index: 999;
}
.choose-city .all-cities .all-cities__item {
    margin-bottom: 10px;
}
.choose-city .all-cities .all-cities__item:last-of-type {
    margin-bottom: 0;
}
.choose-city .all-cities .all-cities__item a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #0f2709;
    font-weight: 600;
    line-height: 1;
}
.choose-city .all-cities .all-cities__item a:hover,
.choose-city .all-cities .all-cities__item.current a {
    color: #DF7E2F;
}
@media (max-width: 991px) {
    .choose-city {
        min-width: 120px;
    }
    .choose-city .label {
        display: none;
    }
}
@media (max-width: 719px) {
    .top-line__phone {
        flex-direction: column !important;
    }
}
.hide {
    display: none;
}
.check-city {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 8%);
    padding: 20px;
    z-index: 999;
    text-align: center;
}
.check-city-mobile {
    padding: 25px;
}
.close-city-select {
    display: block;
    width: 15px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.check-city::before {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 14px solid #fff;
}
.check-city .check-city__btn {
    cursor: pointer;
    border: none;
    background: none;
}
.check-city .check-city__btn_agree {
    border-bottom: 1px solid #ee2d31;
    color: #ee2d31;
}
.check-city p {
    margin-top: 0;
}
@media (max-width: 460px) {
    .check-city {
        width: 200px;
        left: calc(50% - 100px);
    }
}
.footer.novosib {
    background-color: #56bf3c;
}



.products-block {
    padding: 30px 0;
}
.products-block__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
    text-align: center;
}
.products-block__description {
    margin: 0 0 25px;
}
.products-block__text {
    margin: 25px 0 0;
}
.products-block__items {
    display: flex;
    flex-wrap: wrap;
}
.products-block__items .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}
.products-block__items .item .item__image a {
    display: flex;
    max-height: 250px;
    padding: 20px;
}
.products-block__items .item .item__image img {
    max-width: 100%;
    height: auto;
}
.products-block__items .item .item__title {
    font-weight: bold;
    text-align: center;
}
.products-block__items .item .item__price {
    font-size: 20px;
    font-weight: bold;
    color: #5dc044;
    text-align: center;
    margin-top: 10px;
}
.products-block__items .item .item__button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .products-block__items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.products-block__detail {
    display: flex;
    flex-wrap: wrap;
}
.products-block__detail .detail__image {
    flex: 0 0 50%;
    max-width: 50%;
}
.products-block__detail .detail__image img {
    max-width: 300px;
}
.products-block__detail .detail__info {
    flex: 0 0 50%;
    max-width: 50%;
}
.products-block__detail .detail__info .detail__price {
    font-size: 20px;
    font-weight: bold;
    color: #5dc044;
    margin-top: 10px;
}
.products-block__detail .detail__info .detail__button {
    margin-top: 20px;
}

#cookie_note {
    display: none;
    position: fixed;
    z-index: 10000000;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note p {
    margin: 0;
    text-align: center;
    color: black;
    margin-bottom: 10px;
}
#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
    max-height: 35px;
}
#cookie_note.show {
    display: block;
}
.close-cookie-note {
    display: none;
}
.advantages-btn-mobile {
    display: none;
}
@media (max-width: 600px) {
    .close-cookie-note {
        display: block;
        width: 20px;
        margin-left: auto;
    }
    .advantages-btn-mobile {
        display: block;
        text-align: center;
    }
}
@media (max-width: 480px) {
    #cookie_note {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.min.css?1646320802620 */
/* /local/templates/main/styles.css?16818380754814 */
/* /local/templates/main/template_styles.css?17723775056360 */
