

/* Start:/local/templates/.default/components/noda/main.banner/template26/style.css?178004255420863*/
.wr-main-banner {
        background: #F8F8F8;
}

.owl-main-banner .item {
        /*display:grid;*/
        /*grid-template-columns:40% 60%;*/
}

.owl-main-banner-left-img img {
        height:50px;
}

.owl-main-banner-left-name {
        font-weight:600;
        font-size:28px;
        margin-top:30px;
}

.owl-main-banner-left-description {
        margin-top:30px;
}

.owl-main-banner-left {
        display:flex;
        align-items: center;
}

.ico-lamp {
        background: url('/local/images/ico-lamp.svg') no-repeat;
        width:180px;
        height:224px;
        display:block;
}

.main-banner-right-top-left {
        display: grid;
        grid-template-columns: 50% 50%;
}

.main-banner-lamp {
        display:flex;
        justify-content: center;
}

.main-banner-right-top {
        display: grid;
        grid-template-columns: 85% 15%;
}

.ico-vertical-line {
        width: 1px;
        height: 50px;
        display: block;
        border: 1px solid #fff;
}

.lamp-vertical-line {
        display: flex;
        align-items: center;
        justify-content: center;
}

.toogle-lamp-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:3px;
}

.toogle-lamp-title {
        color:#fff;
        display: flex;
        align-items: center;
        justify-content: center;
}

.owl-main-banner-left-btn a {
        color:#fff;
        text-decoration: none;
        background:#323B3D;
        padding:10px 30px;
}

.owl-main-banner-left-btn {
        margin-top:40px;
}

.owl-main-banner-right-img {
        /*margin-top:60px;*/
}

.owl-main-banner-left .wr-main-banner-left {
        width:70%;
        margin:0 auto;
}

.owl-main-banner .owl-dots {
        display: flex;
        gap:5px;
        margin-top:15px;
}

.owl-main-banner .owl-dots button {
        width:7px;
        height:7px;
        border-radius:50%;
        background: #cecece;
}

.wr-main-banner-left .owl-dots li {
        list-style: none;
}

.wr-main-banner-left .owl-dots li {
        width:7px;
        height:7px;
        border-radius: 50%;
        background:#cecece;
        display:block;
}

.wr-main-banner-left .owl-dots .active {
        background: rgb(196 224 163);
}

.wr-btn-toogle-lamp {
        background:#adcf84;
        padding:0 30px;
}

.wr-btn-toogle-lamp:hover {
        cursor: pointer;
}

@media (max-width: 1150px) {
        .owl-main-banner .item {
                        /*display: flex;*/
                        /*flex-wrap: revert;*/
                        /*flex-direction: column-reverse;*/
        }

        .owl-main-banner-left-name {
                        display: flex;
                        justify-content: center;
        }

        .owl-main-banner-left-description {
                        display: flex;
                        justify-content: center;
        }

        .owl-main-banner .owl-dots {
                        display:flex;
                        justify-content: center;
        }

        .owl-main-banner-left-btn {
                        display: flex;
                        justify-content: center;
        }

        .wr-main-banner {
                        /*padding: 0 0 30px 0;*/
        }

        .owl-main-banner-right-img {
                        display:flex;
                        justify-content: center;
        }

        .owl-main-banner-right-img img {
                        /*width:75% !important;*/
        }

        .owl-main-banner-left-img {
                        display:none;
        }

        .owl-main-banner-left-description {
                        margin-top:15px;
        }

}

@media (max-width: 700px) {

        .owl-main-banner-right-img img {
                        width:100%;
                        /*max-width:350px;*/
                        /*max-height:175px;*/
        }

        .owl-main-banner-right-img {
                        /*margin-top:15px;*/
        }

        .owl-main-banner-left-name {
                        font-weight: 600;
                        font-size: 18px;
                        margin-top: 15px;
        }

        .owl-main-banner-left-description {
                        text-align: center;
        }

        .owl-main-banner-left-btn {
                        margin-top: 15px;
        }

        .owl-main-banner-left .wr-main-banner-left {
                        width:100%;
        }

}

.owl-main-banner-right-img {
        display:flex;
        justify-content: center;
}
.owl-main-banner .item .main-banner-img {
        display:block;
        height: 470px;
        width: auto;
}
.owl-main-banner .item .main-banner-img-mob {
        display:none;
}

@media (max-width: 1023px) {

        .owl-main-banner .item .main-banner-img {
                display:none;
        }
        .owl-main-banner .item .main-banner-img-mob {
                display:block;
        }

}


/* NEW 2.0 */

.main_banner_wrap {
                display: flex;
                position: relative;
                padding-bottom: 70px;
}
.main_banner_l {
                width: 440px;
                max-width: 100%;
                padding-right: 15px;
                padding-top: 50px;
                flex-shrink: 0;
}
#main_banner_pero {
                max-width: 100%;
                height: 90px;
                object-fit: contain;
                object-position: left top;
}
.main_banner_content {
                margin-top: 10px;
}
.main_banner_name {
                font-weight: 700;
                font-size: 40px;
                line-height: 1.1;
}
.main_banner_desc {
                font-size: 16px;
                font-weight: 400;
                margin-top: 20px;
}
.main_banner_btn {
                display: block;
                background: #323B3D;
                padding: 15px 20px;
                width: 190px;
                max-width: 100%;
                text-align: center;
                color: #fff;
                margin-top: 40px;
                text-decoration: none;
                transition: all .3s;
}
.main_banner_btn:hover {
                background: #a6c86f;
}
.main_banner_r {
                width: calc(100% - 440px);
                min-width: 1215px;
                position: relative;
                height: 800px;
}
.main_banner_img {
                width: 100%;
                max-width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: left center;
}
.sw-main-banner {
                position: relative;
                background: #fff;
                width: 100%;
                padding-bottom: 70px;
}
.sw-main-banner::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 90px;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 40%);
                z-index: 5;
}
.main_banner_container {
                max-width: 1670px;
                margin-right: auto;
                margin-left: calc(50% - 720px);
                padding-left: 20px;
                padding-right: 20px;
}
.banner_footer {
                content: '';
                position: absolute;
                bottom: -70px;
                left: 0;
                right: 0;
                height: 70px;
                background: #fff;
                z-index: 2;
}
.main_banner_flower {
                position: absolute;
                z-index: 5;
                right: -140px;
                bottom: -70px;
                width: 400px !important;
}
@media (max-width: 1400px) {
                .main_banner_container {
                                margin-left: 0;
                }
}
.main_banner_dots_container {
                position: relative;
}
.swiper-pagination.main_banner_dots {
                left: 0 !important;
                bottom: -45px !important;
                text-align: left;
                max-width: 1440px;
                padding: 0 20px;
}
.main_banner_akc {
                font-size: 17px;
                color: #ff1e1e;
                margin: 0 0 5px;
                font-weight: 600;
}
.main_banner_size {
                font-size: 24px;
                color: #5a5a5a;
                margin: 0;
                font-weight: 300;
}
.main_banner_price {
                font-size: 28px;
                margin: 20px 0 0;
                font-weight: 700;
}
.main_banner_info {
                margin-top: 30px;
                color: #848484;
                font-size: 14px;
                font-weight: 300;
}
 .banner_1_title {
        margin: 0;
        font-size: clamp(42px, 5vw, 74px);
        line-height: 0.92;
        font-weight: 800;
        letter-spacing: -0.055em;
        color: var(--text-main);
        text-wrap: balance;
    }

    .banner_1_title span {
        display: block;
        margin-top: 8px;
        font-weight: 800;
        background: linear-gradient(135deg, #fff8e8 0%, #ffd98a 35%, #ffb347 72%, #fff2cc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
                        background-clip: text;
                        color: transparent;
        filter: drop-shadow(0 8px 24px rgba(255, 179, 71, 0.18));
    }

    .banner_1_text {
        margin: 22px 0 0;
        max-width: 380px;
        color: var(--text-soft);
        font-size: 18px;
        line-height: 1.65;
        font-weight: 400;
        letter-spacing: 0.01em;
    }

    .banner_1_actions {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 34px;
    }

    .banner_1_btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-width: 190px;
        padding: 16px 24px;
        border-radius: 18px;
        background:
            linear-gradient(135deg, #ffcf70 0%, #ffb347 45%, #ff981f 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-decoration: none;
        box-shadow:
            0 18px 40px rgba(255, 160, 32, 0.28),
            inset 0 1px 0 rgba(255,255,255,0.35),
            inset 0 -1px 0 rgba(0,0,0,0.08);
        transition:
            transform 0.3s ease,
            box-shadow 0.3s ease,
            filter 0.3s ease;
        overflow: hidden;
    }

    .banner_1_btn::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.3) 50%, transparent 80%);
        transform: translateX(-120%);
        transition: transform 0.8s ease;
    }

    .banner_1_btn::after {
        content: "→";
        font-size: 18px;
        line-height: 1;
        transition: transform 0.25s ease;
    }

    .banner_1_btn:hover {
        transform: translateY(-3px);
        box-shadow:
            0 22px 50px rgba(255, 160, 32, 0.34),
            inset 0 1px 0 rgba(255,255,255,0.38),
            inset 0 -1px 0 rgba(0,0,0,0.08);
        filter: saturate(1.05);
    }

    .banner_1_btn:hover::before {
        transform: translateX(120%);
    }

    .banner_1_btn:hover::after {
        transform: translateX(3px);
    }

    .banner_1_btn:active {
        transform: translateY(0);
    }
    .banner__content::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 40%);
        pointer-events: none;
    }

    .banner_2_title {
        margin: 0;
        font-size: clamp(28px, 4vw, 52px);
        line-height: 1.05;
        font-weight: 800;
        letter-spacing: -0.03em;
        max-width: 520px;
        color: #fff;
        text-shadow:
            0 4px 20px rgba(0,0,0,0.6);
    }

    .banner_2_title span {
        display: block;
        margin-top: 10px;

        background: linear-gradient(135deg, #ffffff, #f1d89c, #d6b46b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        text-shadow: 0 6px 25px rgba(0,0,0,0.5);
    }

    .banner_2_actions {
        margin-top: 36px;
    }

    .banner_2_btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 26px;
        border-radius: 18px;

        font-size: 15px;
        font-weight: 700;
        text-decoration: none;

        color: #1c1235;
        background: linear-gradient(135deg, #f1d89c, #d6b46b);

        box-shadow:
            0 20px 45px rgba(214,180,107,0.35),
            inset 0 1px 0 rgba(255,255,255,0.4);

        transition: all 0.3s ease;
    }

    .banner_2_btn:hover {
        transform: translateY(-3px);
        box-shadow:
            0 26px 60px rgba(214,180,107,0.45);
    }

    .banner_2_btn::after {
        content: "→";
        font-size: 18px;
        transition: transform 0.25s ease;
    }

    .banner_2_btn:hover::after {
        transform: translateX(4px);
    }

    .banner_3_title {
        margin: 0;

        font-size: clamp(28px, 4vw, 52px);
        line-height: 1.05;
        font-weight: 800;
        letter-spacing: -0.03em;

        color: #1c1c1c;

        max-width: 480px;
    }

    .banner_3_title span {
        display: block;
        margin-top: 6px;
        font-size: clamp(21px, 3vw, 44px);

        background: linear-gradient(135deg, #2e7d5a, #1f5f46);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .banner_3_text {
        margin: 20px 0 0;

        max-width: 420px;

        font-size: 17px;
        line-height: 1.6;

        color: #4a4a4a;
    }

    .banner_3_actions {
        margin-top: 28px;
    }

    .banner_3_btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;

        padding: 14px 22px;
        border-radius: 16px;

        font-size: 14px;
        font-weight: 700;

        text-decoration: none;

        color: #fff;

        background: linear-gradient(135deg, #2e7d5a, #1f5f46);

        box-shadow: 0 14px 30px rgba(46,125,90,0.25);

        transition: all 0.25s ease;
    }

    .banner_3_btn::after {
        content: "→";
        transition: transform 0.25s ease;
    }

    .banner_3_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 20px 40px rgba(46,125,90,0.35);
    }

    .banner_3_btn:hover::after {
        transform: translateX(4px);
    }

    .banner_4_title {
        margin: 0;
        max-width: 420px;
        font-size: clamp(34px, 4.4vw, 58px);
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: -0.04em;
        color: #3b2c24;
        text-shadow: 0 2px 10px rgba(255,255,255,0.35);
    }

    .banner_4_text {
        margin: 18px 0 0;
        max-width: 360px;
        font-size: 22px;
        line-height: 1.35;
        font-weight: 500;
        color: #8e5f56;
        letter-spacing: -0.01em;
    }

    .banner_4_actions {
        margin-top: 30px;
    }

    .banner_4_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 180px;
        padding: 15px 24px;
        border-radius: 18px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #d8a89a 0%, #bf8b7e 100%);
        box-shadow:
            0 14px 30px rgba(191, 139, 126, 0.26),
            inset 0 1px 0 rgba(255,255,255,0.28);
        transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    }

    .banner_4_btn::after {
        content: "→";
        font-size: 17px;
        transition: transform 0.25s ease;
    }

    .banner_4_btn:hover {
        transform: translateY(-2px);
        box-shadow:
            0 18px 36px rgba(191, 139, 126, 0.32),
            inset 0 1px 0 rgba(255,255,255,0.32);
        filter: saturate(1.03);
    }

    .banner_4_btn:hover::after {
        transform: translateX(4px);
    }

       .banner_5_title {
        margin: 0;
        max-width: 420px;
        font-size: clamp(34px, 4.2vw, 56px);
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: -0.04em;
        color: #2f2a26;
        text-shadow: 0 2px 10px rgba(255,255,255,0.3);
    }

    .banner_5_text {
        margin: 18px 0 0;
        max-width: 420px;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        color: #5e554d;
    }

    .banner_5_actions {
        margin-top: 30px;
    }

    .banner_5_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 180px;
        padding: 15px 24px;
        border-radius: 18px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #cba06f 0%, #b88456 100%);
        box-shadow:
            0 14px 30px rgba(184, 132, 86, 0.26),
            inset 0 1px 0 rgba(255,255,255,0.22);
        transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    }

    .banner_5_btn::after {
        content: "→";
        font-size: 17px;
        transition: transform 0.25s ease;
    }

    .banner_5_btn:hover {
        transform: translateY(-2px);
        box-shadow:
            0 18px 36px rgba(184, 132, 86, 0.32),
            inset 0 1px 0 rgba(255,255,255,0.28);
        filter: saturate(1.03);
    }

    .banner_5_btn:hover::after {
        transform: translateX(4px);
    }

.banner_5_price_wrap {
    margin-top: 28px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 20px 16px;
    border-radius: 20px;
    background: rgba(255, 248, 241, 0.92);
    border: 1px solid rgba(200, 146, 92, 0.22);
    box-shadow: 0 10px 30px rgba(120, 84, 52, 0.10);
    backdrop-filter: blur(10px);
}

.banner_5_price {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #b9783f;
}
.banner_6_content {
    max-width: 440px;
    margin-left: 80px;
    padding: 30px 35px;

    /* вместо размытия — затемнение */
    background: linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
    border-radius: 16px;

    display: flex;
    flex-direction: column;
}

.banner_6_title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.banner_6_text {
    font-size: 20px;
    font-weight: 700;
    color: #4fd1a5; /* яркий акцент */
    line-height: 1.25;
    margin-bottom: 18px;
}

.banner_6_text br {
    margin-bottom: 4px;
}

.banner_6_actions {
    margin-top: 10px;
}

.banner_6_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 15px 24px;
    border-radius: 18px;

    background: #4fd1a5;
    color: #0f2e23;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.25s ease;
}

.banner_6_btn::after {
    content: "→";
    transition: transform 0.25s ease;
}

.banner_6_btn:hover {
    background: #3bbf94;
    transform: translateY(-2px);
}

.banner_6_btn:hover::after {
    transform: translateX(5px);
}
.banner_7 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_7_inner {
    max-width: 520px;
    padding-left: 120px;
}

.banner_7_title {
    margin: 0 0 20px;

    font-size: 72px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;

    color: #5a3c2c;
    text-transform: uppercase;
}

.banner_7_text {
    margin: 0 0 40px;

    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;

    color: #8d7567;
}

.banner_7_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 200px;
    height: 58px;
    padding: 0 32px;

    background: #5a3c2c;
    color: #fff;

    border-radius: 100px;
    text-decoration: none;

    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;

    transition: all .3s ease;
}

.banner_7_btn:hover {
    background: #6b4936;
    transform: translateY(-2px);
}

.banner_7_btn::after {
    content: "→";
    margin-left: 10px;
    transition: transform .3s ease;
}

.banner_7_btn:hover::after {
    transform: translateX(4px);
}

@media (max-width: 767px) {
                .wr-main-banner {
                                height: auto;
                }
                .main_banner_container {
                                height: 100%;
                }
                .main_banner_wrap {
                                height: 100%;
                }
}

/* End */


/* Start:/local/templates/SonService/components/bitrix/news.list/our_advantage/style.css?1676533822607*/

.wr-our-advantage {
	background: #F5F5F5;
	padding-top:30px;
	padding-bottom:30px;
	transition: .3s;
}

/*.wr-our-advantage ul {*/
/*	list-style: none;*/
/*	display:grid;*/
/*	grid-template-columns: repeat(5, 1fr);*/
/*}*/

.wr-our-advantage li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wr-our-advantage .our-advantage-img {
margin-right:16px;
	transition: .3s;
}

.wr-our-advantage .our-advantage-text {
	color:#323B3D;
	font-size:14px;
	transition: .3s;
	line-height: 1.2;
}

@media (min-width: 1320px) {

	.wr-our-advantage ul {
		grid-template-columns: repeat(4, 1fr);
	}

}
/* End */


/* Start:/local/components/noda/our.products/templates/.default/style.css?16875005244466*/
.wr-our-products {
  position:relative;
  padding-top:60px;
  background: #fff;
}

.wr-our-products ul {
  list-style:none;
}

.wr-our-products .our-products-image img {
  width:100%;
}

.wr-our-products .our-products-name {
  color:#323B3D;
  font-size:18px;
  transition: .3s;
}

.wr-our-products .sub-our-products-list {
  list-style:none;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  width:100%;
  padding:0;
  transition: .3s;
}

.wr-our-products .our-products-item:hover {
  background:#F8F8F8;
  cursor: pointer;
  transition: .3s;
}

.wr-our-products .checked {
  background:#F8F8F8;
}

.wr-our-products .wr-sub-our-products  {
  background:#F8F8F8;
}

.wr-our-products .our-products-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wr-our-products .wr-our-products-item {
  display:grid;
  padding:30px;
}

.wr-our-products .sub-our-products-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0px;
}

.wr-our-products .sub-our-products-name {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

.wr-our-products .sub-our-products-description {
  text-align:center;
  margin-top: 15px;
  font-size:16px;
}

.wr-our-products h3 {
  color: #323B3D;
  font-size: 36px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  transition: .3s;
}

.wr-our-products .owl-nav {
  position:absolute;
  right: 33px;
  top: -10px;
}

.wr-our-products .owl-nav {
  display:flex;
  gap:5px;
}

.wr-our-products .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-our-products .owl-nav .next-slide, .wr-our-products .owl-nav .prev-slide {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-our-products .owl-nav .next-slide, .wr-our-products .owl-nav .prev-slide {
  background: #F8F8F8;
  transition: .3s;
}

.wr-our-products .owl-nav .next-slide:hover, .wr-our-products .owl-nav .prev-slide:hover {
  background: #A6D275;
}

.wr-our-products .our-products-list {
 padding-top:30px;
}

.wr-our-products .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}

.wr-sub-ourProducts-list {
  background:#F8F8F8;
}

.our-products-li a {
  text-decoration: none;
}

.wr-our-products .arrow-left {
  background: url('/local/images/ico-arrow-left.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.wr-our-products .arrow-right {
  background: url('/local/images/ico-arrow-right.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.wr-our-products .arrow-left:hover {
  background: url('/local/images/ico-arrow-left-hov.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.wr-our-products .arrow-right:hover {
  background: url('/local/images/ico-arrow-right-hov.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1020px) {

  .wr-our-products h3 {
      display:flex;
      justify-content: center;
  }

}

@media (min-width: 900px) {

  .wr-our-products .sub-our-products-list {
      grid-template-columns: repeat(4, 1fr);
  }

}

@media (max-width: 900px) {

  .wr-our-products .sub-our-products-list {
      grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 700px) {

  .wr-our-products h3 {
      font-size:22px;
  }

  .wr-our-products {
      padding-top:30px;
  }

  .wr-our-products .owl-nav {
      top:0;
  }

  .wr-our-products .owl-nav {
      align-items: center;
      justify-content: center;
      margin-top: 15px;
      margin-bottom: 15px;
      position: initial;
  }

  .wr-our-products .sub-our-products-list li {
      padding: 30px 0;
  }

}

@media (max-width: 700px) {

  .wr-our-products .sub-our-products-list {
      grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 550px) {

  .wr-our-products .sub-our-products-list {
      grid-template-columns: repeat(1, 1fr);
  }

}

/* End */


/* Start:/local/components/noda/main.akcii.list/templates/.default/style.css?17412642495679*/
.wr-main-akcii {
  background: #fff;
  padding:30px 0 0 0;
}

.main-akcii-container {
  display: grid;
  grid-template-columns: 25% 75%;
}

.main-stocks-list .owl-carousel .owl-stage-outer {
overflow: visible !important;
}

.wr-main-stocks-list .main-item-stocks {
}

.wr-main-stocks-list .main-item-stocks img {
  width:100%;
}

.wr-main-stocks-list .main-item-stocks .bx_catalog_item_title a {
  font-weight: 700 !important;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

.wr-main-stocks-list .main-item-stocks .preview_text {
  padding-top: 5px;
  font-size: 12px;
  color: #5B6263;
}

.main-akcii-container-left .owl-item img {
  max-height:430px;
  object-fit: contain;
}

.wr-main-akcii-title h3 {
  font-size: 32px;
  color: #323B3D;
  margin: 0;
  padding: 0;
  margin-right:15px;
}

.wr-main-akcii-title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.wr-main-akcii-title a {
  display:flex;
  align-items: center;
  gap:5px;
  border:1px solid #d2d2d2;
  padding: 7px 20px;
  border-radius: 2px;
  text-decoration: none;
  color:#5B6263;
}

.wr-bx-catalog-item:hover .bx_catalog_item_action_block {
  visibility: visible;
}

.wr-bx-catalog-item-content {
  width: 100%;
  height: 100%;
}

.bx_catalog_item_add_toCart button {
  border: none;
  background: #323B3D;
  color: #fff;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 2px;
  transition: .3s;
}

.bx_catalog_item_add_toCart button:hover {
  cursor: pointer;
  background: #9CCC65;
}

.bx_catalog_item_add_toCart_oneClick button {
  background: #fff;
  color: #323B3D;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 2px;
  border:1px solid #979999;
}

.bx_catalog_item_add_toCart_oneClick button:hover {
  cursor: pointer;
  background: #9CCC65;
  color:#fff;
}

.wr-bx-catalog-item-content .front {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: absolute;
  background: #F5F6F8;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bx_catalog_item_wr_title {
  padding:15px;
}

.bx_catalog_item_container {
  position: relative;
}

.bx_catalog_item .preview_text {
  padding-top: 5px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.wr-bx-catalog-item:hover .front {
  height:600px;
  background:#cecece;
  z-index:100;
}

.bx_catalog_item_prices {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}

.bx_catalog_item_action_block {
  visibility: hidden;
  transition: .3s;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 15px;
}

.wr-bx-catalog-item:hover {
  z-index: 2;
}

.wr-bx-catalog-item {
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin: 0 auto;
  z-index: 1;
  background: #F5F6F8;
}

.bx_catalog_item_prices .wr_bx_catalog_item_price {
  font-weight: 700;
  font-size: 20px;
}

.wr-item-pror-size {
  background: #fff;
  padding: 9px 0;
  border-radius: 2px;
  margin-top:15px;
}

.wr-main-stocks-list .owl-carousel .owl-stage-outer {
  height:520px;
  /*overflow: visible;*/
}

.ico-stocks-arrow-right {
  background: url('/local/images/ico-stocks-arrow-right.svg') no-repeat;
  display: block;
  width:12px;
  height:16px;
}

.wr-main-stocks-list .owl-nav {
  position: absolute;
  right: 0;
  top: -45px;
  display: flex;
  gap: 5px;
}

.wr-main-stocks-list .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-main-stocks-list .owl-nav .next-slide, .wr-main-stocks-list .owl-nav .prev-slide {
  background: #F8F8F8;
  transition: .3s;
}

.wr-main-stocks-list .arrow-left {
  background: url('/local/images/ico-arrow-left.svg') center center no-repeat;
  display: block;
  width: 8px;
  height: 14px;
  transition: .3s;
}

.wr-main-stocks-list button.owl-prev:hover .arrow-left {
  background: url('/local/images/ico-arrow-left-hov.svg') #A6D275 center center no-repeat;
}

.wr-main-stocks-list .arrow-right {
  background: url('/local/images/ico-arrow-right.svg') center center no-repeat;
  display: block;
  width: 8px;
  height: 14px;
  transition: .3s;
}

.wr-main-stocks-list button.owl-next:hover .arrow-right {
  background: url('/local/images/ico-arrow-right-hov.svg') #A6D275 center center no-repeat;
}

.wr-main-stocks-list button.owl-prev, .wr-main-stocks-list button.owl-next {
  background:#F8F8F8 !important;
  transition: .3s;
}

.wr-main-stocks-list button.owl-prev:hover, .wr-main-stocks-list button.owl-next:hover {
  background:#A6D275 !important;
}

.wr-bx-catalog-item-content .bx_catalog_item_oldPrice {
  color: #EB7657;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 14px;
}

.ico-arrow-down {
  background: url('/local/images/ico-arrow-down.svg') no-repeat;
  width: 13px;
  height: 7px;
  display: block;
}

.all_akc_nav span {
    font-family: 'Mont';
    font-size: 15px;
    font-weight: 500;    
}

@media (max-width: 700px) {

  .wr-main-akcii-title h3 {
      font-size: 22px;
  }

  .main-akcii-container {
      display:block;
  }

  .main-akcii-container-left {
      display: none;
  }

}

@media (max-width: 480px) {

  .wr-main-akcii-title {
    display:block;
  }

  .wr-main-akcii-title a {
    display:inline-flex;
    margin-top: 15px;
  }

}

/* End */


/* Start:/local/components/noda/widget.product.panel/templates/.default/style.css?17612182682801*/
.wr-product-topPanel {
  display:flex;
  justify-content: space-between;
  position: absolute;
  align-items: flex-start;
  width: 100%;
  /*left: -19px;*/
  top: 0;
  padding:15px;
  z-index: 50;
}

.product-topPanel-right ul {
  display: flex;
  align-items: center;
  gap:5px;
  list-style: none;
}

.product-topPanel-right ul li {
  padding:0;
  background:none !important;
}

.product-topPanel-right ul li span {
  display: flex;
  align-items: center;
}

.product-topPanel-left-weight {
  color: #9CCC65;
  font-weight: 600;
  background: #fff;
  padding: 5px 8px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.product-topPanel-left-sale {
  color: #fff;
  font-weight: 600;
  background: #F5BD51;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.product-topPanel-left-action {
  color: #fff;
  font-weight: 600;
  background: #7D5AB3;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.product-topPanel-left-default {
  color: #fff;
  font-weight: 600;
  background: #90A3BD;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.product-topPanel-left-action-green {
  color: #fff;
  font-weight: 600;
  background: #9DB589;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.product-topPanel-left-hit {
  color: #fff;
  font-weight: 600;
  background: #EB7657;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

.product-topPanel-left-newProduct {
  color: #fff;
  font-weight: 600;
  font-size: 12px !important;
  background: #72C854;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

.product-topPanel-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-left: -14px;font-size: 12px;
}

.product-topPanel-right li:hover {
  cursor: pointer;
}

@media (max-width: 650px) {
  .product-topPanel-left {
      margin-left: 0;
  }
}

/* End */


/* Start:/local/components/noda/widget.product.select/templates/.default/style.css?16946854281310*/
.wr-item-pror-size ul {
  position: absolute;
  display: block;
}

.wr-item-pror-size ul li {
  display: flex;
  gap:3px;
  padding: 3px 9px !important;
  background: #fff;
  cursor: pointer;
  transition: .2s;
}

.wr-item-pror-size ul li:hover {
  background: #e3e3e3;
}

.selectSizeBox {
  width: 100%;
  position: relative;
  height: 0px;
  border-radius: 3px;
  /*background-color: #fff;*/
  color: #333;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
}

.item-pror-size-title {
  display: flex;
  gap:3px;
  color: #848A8A;
  font-size: 12px;
  padding:0px 9px 0 9px;
}

.wr-item-pror-size {
  background: #fff;
  padding:9px 0;
  border-radius: 2px;
  position:relative;
}

.selectSizeBox > li.option:hover {
  transition: .2s;
  background:#cecece;
}

.wr-item-pror-size .valueTag {
  display: flex;
  gap: 3px;
}

.wr-item-pror-size .valueTag:hover {
  cursor: pointer;
}

.wr-item-pror-size-top {
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px;
}

.item-pror-size-arrow:hover {
  cursor: pointer;
}

.wr-item-pror-size ul::-webkit-scrollbar {
  width: 4px;
  background-color: #e0e0e0;
}

.wr-item-pror-size ul::-webkit-scrollbar-thumb {
  background-color: #9CCC65;
}

/* End */


/* Start:/local/components/noda/form.getCatalog/templates/.default/style.css?17594709902789*/
.wr-form-getCatalog-main {
  background: #EBECEC;
  padding:30px 0;
}

.wr-form-getCatalog-main .container {
  display:grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  transition: .3s;
}

.wr-form-getCatalog-main .form-getCatalog-main-left img {
  width:100%;
}

.form-getCatalog-main-socialList ul {
  display: flex;
  gap: 10px;
  list-style: none;
}

.form-getCatalog-main-right, .form-getCatalog-main-left {
  transition: .3s;
}

.form-getCatalog-main-right .where-go-catalog {
  display:flex;
  margin-top:30px;
}

.form-getCatalog-main-right .where-go-catalog span {
  margin-right:10px;
}

.form-getCatalog-main-right .form-getCatalog-form {
  display:grid;
  gap:20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top:30px;
  transition: .3s;
}

.form-getCatalog-main-right .form-getCatalog-form input {
  width:100%;
  padding:15px;
  border: 2px solid #c5c3c3;
  background: #EBECEC;
}

.form-getCatalog-main-right .form-getCatalog-form button {
  width:100%;
  padding:15px;
  background: #323B3D;
  color:#fff;
  transition: .3s;
}

.form-getCatalog-main-right .form-getCatalog-form button:hover {
  cursor: pointer;
  background: #9CCC65;
  border: 2px solid #9CCC65;
}

.form-getCatalog-main-right h3 {
  color: #323B3D;
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  transition: .3s;
}

.form-getCatalog-main-right .form-getCatalog-check {
  margin-top:15px;
  display: flex;
  align-items: flex-start;
}

.form-getCatalog-main-right .form-getCatalog-check label {
  padding-left:5px;
}

.form-getCatalog-form .form-group {
  position: relative;
}

.form-getCatalog-form .form-group .errors {
  color: #ff1010;
}

.form-getCatalog-form .form-group .errors {
  position: absolute;
  top: -17px;
  left: 13px;
}

@media (max-width: 520px) {
  .form-getCatalog-main-right .form-getCatalog-form {
      grid-template-columns: repeat(1, 1fr);
      gap:15px;
  }
}

@media (max-width: 750px) {
  .form-getCatalog-main-right h3 {
      font-size:28px;
  }
}

@media (max-width: 1020px) {
  .form-getCatalog-main-left {
      display:none;
  }

  .wr-form-getCatalog-main .container {
     display:flex !important;
      align-items: center !important;
      justify-content: center;
  }

  .form-getCatalog-main-right h3 {
      display:flex;
      justify-content: center;
  }
}

.wr-form-getCatalog-success {
  background: #9CCC65;
  padding: 15px;
  color: #fff;
  border-radius: 2px;
  margin-top: 15px;
  text-align: center;
}

.form-getCatalog-main-socialList button {
  border:none;
  padding:0;
}

.form-getCatalog-main-socialList button:hover {
  cursor: pointer;
}

/* End */


/* Start:/local/templates/SonService/components/bitrix/form.result.new/get_catalog_opt/style.css?1759917699746*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/SonService/components/bitrix/form.result.new/get_catalog_opt/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/SonService/components/bitrix/form.result.new/get_catalog_opt/images/icon_warn.gif);
}

.wr-page-about-us-getCatalog.fancybox__content {
	padding: 0 !important;
}
/* End */


/* Start:/local/templates/SonService/components/bitrix/news.detail/about_company/style.css?1672207203968*/
/*.wr-about-company-main .container {*/
/*	display:grid;*/
/*	grid-template-columns: 50% 50%;*/
/*}*/

/*.wr-about-company-main .about-company-main-left {*/
/*	display:flex;*/
/*	justify-content: center;*/
/*	padding:60px;*/
/*	gap:10px;*/
/*}*/

/*.wr-about-company-main .about-company-main-right img {*/
/*	width:100%;*/
/*	height:100%;*/
/*}*/

/*.wr-about-company-main .about-company-main-description h3 {*/
/*	font-size: 32px;*/
/*	color: #323B3D;*/
/*	margin:0px;*/
/*	padding:0px;*/
/*}*/

/*.ico-right {*/
/*	background: url('/local/images/ico-right.svg') no-repeat;*/
/*	width:12px;*/
/*	height:12px;*/
/*	display: block;*/
/*}*/

/*.link-about-company-detail {*/
/*	display:inline-flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	text-decoration: none;*/
/*	color: #5B6263;*/
/*	border: 1px solid #e3e3e3;*/
/*	padding: 10px 25px;*/
/*	margin-top:15px;*/
/*}*/

/*.link-about-company-detail span:first-child {*/
/*	margin-right:5px;*/
/*}*/
/* End */


/* Start:/local/css/components/main_about_company.css?16847788372079*/
.wr-about-company-main .container {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
}

.wr-about-company-main {
    background: #fff;
}

.wr-about-company-main .about-company-main-left {
    display:flex;
    justify-content: center;
    padding:60px;
    gap:10px;
    transition: .3s;
}

.about-company-main-right {
    display:none;
}

.wr-about-company-main .about-company-main-right img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.wr-about-company-main .about-company-main-description h3 {
    font-size: 32px;
    color: #323B3D;
    margin:0px;
    padding:0px;
}

.link-about-company-detail .ico-right {
    background: url('/local/images/ico-right.svg') no-repeat;
    width:12px;
    height:17px;
    display: block;
    transition: .3s;
}

.link-about-company-detail .ico-right-hov {
    background: url('/local/images/ico-right-hov.svg') no-repeat;
    width:12px;
    height:12px;
    display: block;
}

.link-about-company-detail {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #5B6263;
    border: 1px solid #e3e3e3;
    padding: 10px 25px;
    margin-top:15px;
    transition: .3s;
}

.wr-about-company-main .about-company-main-left {
    padding:30px 0;
}

.link-about-company-detail:hover {
    color: #fff;
    background: #323B3D;
    border: 1px solid #323B3D;
}

.link-about-company-detail span:first-child {
    margin-right:5px;
}

@media (min-width: 1360px) {

    .about-company-main-right {
        display:block;
    }

    .wr-about-company-main .container {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 700px) {

    .wr-about-company-main .about-company-main-left {
        display: block;
    }

    .about-company-main-img {
        text-align: center;
    }

    .wr-about-company-main .about-company-main-description h3 {
        font-size:22px;
        text-align: center;
    }

}

/* End */


/* Start:/local/components/noda/yandex.maps/templates/.default/style.css?16915229743060*/
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.owl-adress-list .item {
  background:#F8F8F8;
  padding:10px 25px;
}

.owl-adress-list {
 padding:15px 0;
}

.wr-yandex-maps {
  background:#fff;
  padding:60px 0 0 0;
}

.adress-list-item-section {
  display:grid;
  grid-template-columns: 30% 70%;
}

.adress-list-item-section .adress-list-left ul {
  list-style: none;
  padding: 0;
  margin:0;
}

.adress-list-item-section .adress-list-left li {
  margin-top:15px;
}

.adress-list-item-section .adress-list-left li:first-child {
  margin-top:0;
}

.wr-adress-item .adress-item-name {
  font-weight: 700;
}

.adress-item-name {
  margin-bottom:8px;
}

.adress-list-item-section {
  height:400px;
  padding:30px 0;
}

.adress-list-item-section .adress-list-left {
  max-height:350px;
  overflow:auto;
  overflow-x:hidden;
  direction: rtl;
}

.adress-list-item-section .adress-list-left .wr-adress-list-left {
  direction:ltr;
  padding-left:15px;
  padding-right:15px;
}

.adress-list-item-section .adress-list-right {
  display:block;
  width:100%;
}

.smallMap {
  width:100%;
  height:100%;
}

.adress-list-item-section .adress-list-left::-webkit-scrollbar {
  width: 4px;
  background-color: #e0e0e0;
}

.adress-list-item-section .adress-list-left::-webkit-scrollbar-thumb {
  background-color: #9CCC65;
}

.ico-region-map {
  background: url('/local/images/ico-ya-marker.svg') no-repeat;
  display:block;
  width:24px;
  height:24px;
  transition: .3s;
}

.owl-adress-list .item {
  display:flex;
  align-items: center;
  gap:5px;
  transition: .3s;
}

.owl-adress-list .item:hover {
  cursor: pointer;
  background: #fff;
  color:#5B6263;
}

.owl-adress-list .item:hover .ico-region-map {
  background: url('/local/images/ico-ya-marker-active.svg') no-repeat;
}

.owl-adress-list .owl-item .active .ico-region-map {
  background: url('/local/images/ico-ya-marker-active.svg') no-repeat;
}

.owl-adress-list .ico-region-map-active {
  background: url('/local/images/ico-ya-marker-active.svg') no-repeat;
  display:block;
  width:24px;
  height:24px;
}

.owl-adress-list .active {
  background: #fff;
}

.yandex-maps-item-title {
font-weight:700;
}

@media (max-width: 900px) {
  .adress-list-item-section {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      height:100%;
  }

  .adress-list-item-section .adress-list-left {
      max-height:250px;
      margin-bottom:30px;
  }

  .adress-list-item-section .adress-list-right {
      height:400px;
  }
}

@media (max-width: 600px) {
  .adress-list-item-section {
      padding:0;
  }

  .wr-yandex-maps {
    padding:15px 0;
  }

}

/* End */


/* Start:/local/components/noda/carousel.categoryMain/templates/.default/style.css?16875070712217*/
.owl-carousel-category-list .item a {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  width:100%;
  text-decoration: none;
  color:#5B6263;
  gap: 15px;
}

.owl-carousel-category-list .item img {
  height:69px;
  object-fit: cover;
}

.owl-carousel-category-list .owl-item {
  padding:10px;
}

.owl-carousel-category-list .owl-item:nth-child(odd) {
  background: #F5F6F8;
}

.owl-carousel-category-list .owl-item:nth-child(even) {
  background: #fff;
}

.wr-carousel-category-main {
  padding:60px 0;
  background: #fff;
}

.owl-carousel-category-list .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-carousel-category-list .owl-nav .next-slide, .owl-carousel-category-list .owl-nav .prev-slide {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel-category-list .owl-nav .owl-next {
  right:0;
  top:24px;
  position: absolute;
  transition: .3s;
}

.owl-carousel-category-list .owl-nav .owl-prev {
  left:0;
  top:24px;
  position: absolute;
  transition: .3s;
}

.owl-carousel-category-list .owl-nav .prev-slide:hover, .owl-carousel-category-list .owl-nav .next-slide:hover {
  background: #A6D275;
}

.owl-carousel-category-list .owl-stage-outer {
  margin-left: 50px;
  margin-right: 50px;
}

.owl-carousel-category-list .arrow-left {
  background: url('/local/images/ico-arrow-left.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.owl-carousel-category-list .arrow-right {
  background: url('/local/images/ico-arrow-right.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.owl-carousel-category-list .arrow-left:hover {
  background: url('/local/images/ico-arrow-left-hov.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel-category-list .arrow-right:hover {
  background: url('/local/images/ico-arrow-right-hov.svg') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

/* End */


/* Start:/local/templates/SonService/components/bitrix/news.list/news-main/style.css?16848205803297*/
.wr-news-main .wr-news-item-main {
	display:grid;
	grid-template-columns: 50% 50%;
	margin-top:30px;
}

.wr-news-main {
	background: #fff;
}

.wr-news-main .news-item-main {
	position:relative;
	padding-right:15px;
}

.wr-news-item-main .owl-news-main {
	padding-left:15px;
}

.wr-news-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wr-news-main h3 {
	color:#323B3D;
	font-size: 36px;
	font-weight: 600;
	padding:0;
	margin:0;
}

.wr-news-main img {
	width:100%;
}

.wr-news-main .owl-news-item-block {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right:15px;
	color: #fff;
}

.wr-news-main .owl-news-item-description {
	margin-top:10px;
}

.wr-news-main .owl-news-item-description a {
	font-size:14px;
	text-decoration: none;
	color:#fff;
}

.wr-news-main .owl-news-item-title {
	font-size:18px;
	text-decoration: none;
	color:#fff;
}

.owl-news-main .item {
	overflow: hidden;
	transition: .3s;
}

.owl-news-main .item img {
	transition: all 0.2s linear;
}
.owl-news-main .item:hover img {
	transform: scale(1.3);
}

.owl-news-main .item:hover {
	opacity: 0.8;
	cursor: pointer;
}

.news-item-main .item {
	overflow: hidden;
	transition: .3s;
}

.news-item-main .item img {
	transition: all 0.2s linear;
}

.news-item-main .item:hover {
	opacity: 0.8;
	cursor: pointer;
}

.news-item-main .item:hover img {
	transform: scale(1.3);
}


.wr-news-main .arrow-left {
	background: url('/local/images/ico-arrow-left.svg') center center no-repeat;
	display: block;
	width: 8px;
	height: 14px;
	transition: .3s;
}

.wr-news-main .arrow-right {
	background: url('/local/images/ico-arrow-right.svg') center center no-repeat;
	display: block;
	width: 8px;
	height: 14px;
	transition: .3s;
}

.wr-news-main .owl-nav .next-slide, .wr-news-main .owl-nav .prev-slide {
	background: #F8F8F8;
	transition: .3s;
}

.wr-news-main .owl-nav button {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wr-news-main button.owl-prev, .wr-news-main button.owl-next {
	background: #F8F8F8 !important;
	transition: .3s;
	border-radius: 50% !important;
}

.wr-news-main .owl-nav .next-slide, .wr-news-main .owl-nav .prev-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wr-news-main-title {
	display:flex;
	align-items: center;
}

.wr-news-main-title h3 {
	font-size: 32px;
	color: #323B3D;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

.wr-news-main-title a {
	display: flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #d2d2d2;
	padding: 7px 20px;
	border-radius: 2px;
	text-decoration: none;
	color: #5B6263;
}

@media (max-width: 700px) {
	.wr-news-main-title h3 {
		font-size:26px;
	}
}

@media(max-width:630px) {

	.wr-news-main .wr-news-item-main {
		display:block;
	}

	.wr-news-main .news-item-main {
		padding-right:0;
	}

	.wr-news-item-main .owl-news-main {
		padding-left:0;
	}

}

@media (max-width: 500px) {
	.wr-news-main .wr-news-item-main {
		grid-template-columns: 100%;
	}

	.wr-news-main .news-item-main {
		padding-right:0;
	}

	.wr-news-item-main .owl-news-main {
		padding-left:0;
	}

	.wr-news-main-title a {
		display: inline-flex;
	}

	.wr-news-main-title {
		display:block;
	}

	.wr-news-main .wr-news-item-main {
		margin-top:15px;
	}

}
/* End */


/* Start:/local/templates/SonService/components/bitrix/sender.subscribe/subscribe/style.css?16848608665327*/
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

/*.btn-subscribe:before {*/
/*	content: " ";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	width: 40px;*/
/*	background-color: #5b9f0b;*/
/*	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");*/
/*	background-position: 50%;*/
/*	background-repeat: no-repeat;*/
/*	border-radius: 0 2px 2px 0;*/
/*}*/
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.wr-subscribe-main {
	background: #5B6263;
	padding-top:30px;
	padding-bottom:30px;
}

.wr-subscribe-main .container {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.wr-subscribe-main .subscribe-main-name {
	font-size: 24px;
	color: #fff;
}

.subscribe-main-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.subscribe-main-block .bx-form-control {
	padding: 10px 30px;
	border:none;
}

.subscribe-main-block .sender-btn {
	background: #323B3D;
	border: none;
	color: #fff;
	padding: 10px 30px;
	transition: .3s;
	width:100%;
	transition: .3s;
}

.subscribe-main-block .sender-btn:hover {
	cursor: pointer;
	background: #A6D275;
}

@media (max-width: 550px) {

	.wr-subscribe-main .subscribe-main-name {
		font-size:20px;
	}

	.subscribe-main-block {
		display:grid;
		gap:5px;
	}

}

@media (max-width: 1000px) {

	.wr-subscribe-main .subscribe-main-name {
		display:flex;
		justify-content: center;
	}

	.wr-subscribe-main .container {
		display: grid;
		align-items: center;
		justify-content: center;
		gap:15px;
	}

	.subscribe-main-name {
		margin-bottom:15px;
	}

	.wr-subscribe-main .subscribe-main-name {
		text-align: center;
	}

}

/* End */
/* /local/templates/.default/components/noda/main.banner/template26/style.css?178004255420863 */
/* /local/templates/SonService/components/bitrix/news.list/our_advantage/style.css?1676533822607 */
/* /local/components/noda/our.products/templates/.default/style.css?16875005244466 */
/* /local/components/noda/main.akcii.list/templates/.default/style.css?17412642495679 */
/* /local/components/noda/widget.product.panel/templates/.default/style.css?17612182682801 */
/* /local/components/noda/widget.product.select/templates/.default/style.css?16946854281310 */
/* /local/components/noda/form.getCatalog/templates/.default/style.css?17594709902789 */
/* /local/templates/SonService/components/bitrix/form.result.new/get_catalog_opt/style.css?1759917699746 */
/* /local/templates/SonService/components/bitrix/news.detail/about_company/style.css?1672207203968 */
/* /local/css/components/main_about_company.css?16847788372079 */
/* /local/components/noda/yandex.maps/templates/.default/style.css?16915229743060 */
/* /local/components/noda/carousel.categoryMain/templates/.default/style.css?16875070712217 */
/* /local/templates/SonService/components/bitrix/news.list/news-main/style.css?16848205803297 */
/* /local/templates/SonService/components/bitrix/sender.subscribe/subscribe/style.css?16848608665327 */
