

/* Start:/local/templates/.default/components/noda/main.banner/template26/style.css?178558547918560*/
.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__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_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_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);
}

.banner_8_content {
    position: absolute;
    left: 110px;
    top: 50%;
    max-width: 420px;
    color: #4a4a4a;
    font-family: Arial, sans-serif;
}

.banner_8_pretitle {
    margin: 0 0 12px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: #4b4b4b;
}

.banner_8_title {
    margin: 0 0 20px;
    font-size: 72px;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -4px;
    color: #3f3f3f;
}

.banner_8_text {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    color: #4b4b4b;
}

.banner_8_price {
    display: inline-block;
    margin: 0;
    padding: 16px 28px;
    background: #a7b164;
    border-radius: 24px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

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

.banner_5_content {
    max-width: 600px;
    margin-left: 8%;
    padding-top: 30px;
    padding-bottom: 80px;

    color: #292929;
}

.banner_5_title {
    margin: 0 0 18px;
    font-size: clamp(32px, 3vw, 56px);
    line-height: 1.1;
    font-weight: 600;
}

.banner_5_text {
    max-width: 500px;
    margin: 0 0 24px;

    font-size: clamp(16px, 1.2vw, 21px);
    line-height: 1.45;
    color: #555;
}

.banner_5_price_wrap {
    margin-bottom: 25px;
}

.banner_5_price {
    font-size: clamp(28px, 2.2vw, 42px);
    font-weight: 700;
}

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

    min-height: 50px;
    padding: 0 30px;

    background: #8dc63f;
    border-radius: 6px;

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.banner_5_btn:hover {
    background: #7caf36;
}

@media (max-width: 767px) {
    .banner_5_content {
        width: 48%;
        margin-left: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .banner_5_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .banner_5_text {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .banner_5_price_wrap {
        margin-bottom: 14px;
    }

    .banner_5_price {
        font-size: 22px;
    }

    .banner_5_btn {
        min-height: 40px;
        padding: 0 18px;
        font-size: 13px;
    }
}

.banner_9_content {
    max-width: 620px;

    margin-left: 6.3%;
    padding: 30px 0;

    color: #403849;
}

/* Верхняя подпись */
.banner_9_label {
    margin-bottom: 28px;

    font-size: clamp(20px, 1.55vw, 34px);
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
    color: #6843a3;
}

.banner_9_label::after {
    content: "";
    display: block;

    width: 80px;
    height: 6px;

    margin-top: 22px;

    background: #6843a3;
}

/* Основной заголовок */
.banner_9_title {
    margin: 0 0 22px;

    font-size: clamp(30px, 2.5vw, 45px);
    line-height: 1.05;
    font-weight: 400;

    color: #403849;
}

/* Текст */
.banner_9_text {
    margin: 0 0 30px;

    font-size: clamp(20px, 1.55vw, 34px);
    line-height: 1.25;
    font-weight: 400;

    color: #6a6272;
}

/* Кнопка */
.banner_9_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 28px;

    border-radius: 6px;
    background: #6843a3;

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;

    transition:
        background-color .2s ease,
        transform .2s ease;
}

.banner_9_btn:hover {
    background: #56358b;
    color: #fff;
    transform: translateY(-2px);
}


/* Планшет */
@media (max-width: 1024px) {
    .banner_9_content {
        width: 46%;
        margin-left: 5%;
        padding: 45px 0;
    }

    .banner_9_label {
        margin-bottom: 20px;
    }

    .banner_9_label::after {
        width: 60px;
        height: 4px;
        margin-top: 14px;
    }

    .banner_9_title {
        margin-bottom: 20px;
    }

    .banner_9_text {
        margin-bottom: 22px;
    }
}


/* Телефон */
@media (max-width: 767px) {
    .banner_9_content {
        width: 50%;
        margin-left: 20px;
        padding: 28px 0;
    }

    .banner_9_label {
        margin-bottom: 14px;

        font-size: 14px;
    }

    .banner_9_label::after {
        width: 42px;
        height: 3px;
        margin-top: 10px;
    }

    .banner_9_title {
        margin-bottom: 14px;

        font-size: 25px;
        line-height: 1.08;
    }

    .banner_9_text {
        margin-bottom: 16px;

        font-size: 14px;
        line-height: 1.3;
    }

    .banner_9_btn {
        min-height: 38px;
        padding: 0 16px;

        font-size: 13px;
    }
}

.banner_10_content {
    max-width: 720px;

    margin-left: 6.5%;
    padding: 30px 0 60px;

    color: #303233;
}

/* Заголовок */
.banner_10_title {
    margin: 0;

    font-size: clamp(30px, 2.5vw, 53px);
    line-height: 1.1;
    font-weight: 400;

    color: #303233;
}

/* Полоска под заголовком */
.banner_10_title::after {
    content: "";
    display: block;

    width: 76px;
    height: 6px;

    margin: 24px 0 20px;

    background: #45627d;
}

/* Скидка */
.banner_10_sale {
    margin-bottom: 25px;

    font-size: clamp(20px, 1.55vw, 34px);
    line-height: 1.25;
    font-weight: 700;

    color: #45627d;
}

/* Название товара */
.banner_10_text {
    margin: 0 0 18px;

    font-size: clamp(18px, 1.4vw, 30px);
    line-height: 1.35;
    font-weight: 400;

    color: #6a6b68;
}

/* Цена */
.banner_10_price {
    font-size: clamp(38px, 3.4vw, 72px);
    line-height: 1;
    font-weight: 700;

    color: #45627d;
}


/* =========================
   Планшет
   ========================= */

@media (max-width: 1024px) {

    .banner_10_content {
        width: 48%;
        margin-left: 5%;
        padding: 45px 0;
    }

    .banner_10_title::after {
        width: 55px;
        height: 4px;
        margin: 16px 0;
    }

    .banner_10_sale {
        margin-bottom: 18px;
    }

    .banner_10_text {
        margin-bottom: 14px;
    }
}


/* =========================
   Телефон
   ========================= */

@media (max-width: 767px) {

    .banner_10_content {
        width: 48%;
        margin-left: 20px;
        padding: 25px 0;
    }

    .banner_10_title {
        font-size: 25px;
        line-height: 1.1;
    }

    .banner_10_title::after {
        width: 40px;
        height: 3px;
        margin: 10px 0;
    }

    .banner_10_sale {
        margin-bottom: 10px;

        font-size: 15px;
        line-height: 1.2;
    }

    .banner_10_text {
        margin-bottom: 10px;

        font-size: 13px;
        line-height: 1.3;
    }

    .banner_10_price {
        font-size: 27px;
    }
}


/* =========================
   Маленькие телефоны
   ========================= */

@media (max-width: 480px) {

    .banner_10_content {
        margin-left: 15px;
        padding: 20px 0;
    }

    .banner_10_title {
        font-size: 20px;
    }

    .banner_10_sale {
        font-size: 12px;
    }

    .banner_10_text {
        font-size: 11px;
    }

    .banner_10_price {
        font-size: 22px;
    }
}
/* 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/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?178558547918560 */
/* /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/sender.subscribe/subscribe/style.css?16848608665327 */
