/* title: картинка с подписью */
.img_with_title {
    position:relative;
}
.block_company_inf{
    margin-bottom: 20px;
}
.responsive_block{
    min-height: .01%;
    overflow-x: auto;
}
.h1{
    font-size: 24px;
    text-transform: uppercase;
    color: #494949;
    margin-bottom: 25px;
}

.h2 {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.h3 {
    margin-bottom:20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left !important;
	color: #52C95F;
}
.h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #616060;
}
.ol{
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: justify;
}

.border-top-title{
    border-top: 1px solid #e0e0e0;
}

/*new header*/

.header-b {
    background:#f5f5f5;
    font:15px/1.5 'PT Sans', sans-serif;
    color:#333;
}

.header-b * {
    font-size:15px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}

.header-b__top {
    padding:11px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header-b__address {
    display:flex;
    align-items:center;
    gap:7px
}

.header-b__address p:hover {
	cursor: pointer;
	text-decoration: underline;
}

.header-b__actions {
    display:flex;
    align-items:center;
    gap:20px
}

.header-b__links {
    color:#333;
    border-bottom:1px solid rgba(0,0,0,.1);
    display:block;
    line-height:1.2;
}

.header-b__links_noline {
    border:0;
}

.header-b__links_noline:hover {
    opacity:.8;
}

.header-b__links_line {
    border-bottom:1px dashed rgba(0,0,0,.3);
}

.header-b__links:hover {
    border-color:rgba(0,0,0,.6)
}

.whatsapp-link, .telegram-link, .header-b__hiddenmobile .header-b__links.header-b__links_line {
	border: 0 ;
}
.whatsapp-link {
	margin-right: -20px;
}
.header-b__hiddenmobile .whatsapp-link {
	margin-right: 0;
}
.header-b__main {
    background:#fff;
    padding:0 16px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:54px;
}

.header-b__logo {
    display:flex;
    align-items:center;
    gap:9px;
    letter-spacing: 1.905px;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    flex:none;
    color:#52C95F;
	padding-top: 2px;
}

.header-b__logo:hover {
    color:#52C95F;
}

.header-b__logo img {
	margin-top: -2px;
}

.header-b__toggle {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex:auto;
}

.header-b__menu {
    display:flex;
    align-items:center;
    flex:none;
    margin:0 25px;
    gap:25px;
}

.header-b__menu-links {
    position:relative;
    display:flex;
    align-items:center;
    height:54px;
    padding:2px 0 0;
    font-size:16px;
    border-bottom:2px solid transparent;
}

.header-b__menu-links:hover {
    color:#51C95F;
}

.header-b__menu-links_active {
    border-color:#51C95F;
}

.header-b__item {
    position:relative
}

.header-b__drop {
    z-index: 50;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    padding:15px 15px 25px;
    border-radius:5px;
    box-shadow: 0px 12px 30px 0px rgba(76, 99, 104, 0.19);
    background:rgba(255,255,255,.85);
    width:auto;
    backdrop-filter: blur(4px);
    pointer-events:none;
    transform:translateY(10px);
    opacity:0;
    transition:.15s linear;
}

.header-b__drop_show {
    opacity:1;
    pointer-events:auto;
    transform:none;
}

.header-b__nav {
    margin:0 0 16px;
    display:flex;
    gap:15px;
    border-bottom:1px solid rgba(153,153,153,.2);
}

.header-b__nav-item {
    cursor:pointer;
    font-size:16px;
    color:#52C95F;
    font-weight:bold;
    transition:.15s linear;
    padding:0 0 11px;
    position:relative;
    white-space: nowrap;
}

.header-b__nav-item:after {
    opacity:0;
    position:absolute;
    top:calc(100% - 1px);
    height:2px;
    width:100%;
    content:'';
    left:0;
    background: #2A2B2D;
}

.header-b__nav-item:hover {
    color:#333;
}

.header-b__nav-item_active {
    color:#2A2B2D;
    opacity:.8;
}

.header-b__nav-item_active:after {
    opacity: 0.6;
}

.header-b__list {
    display:none;
    grid-template-rows:repeat(6,auto);
    gap:15px;
    grid-row-gap:10px;
    grid-auto-flow: column;
}

.header-b__list a{
    white-space: nowrap;
}

.header-b__list_active{
    display: grid;
}

.header-b__list_active a:hover {
	text-decoration: underline;
}

.header-b__list-links span {
    border-bottom:1px solid transparent;
    font-size:16px;
    color:#2A2B2D;
}

.header-b__list-links:hover span {
    border-color:rgba(0,0,0,.2);
}

.header-b__search {
    position:relative;
    flex:auto;
    max-width:50px;
}

.header-b__search-icon {
    position:absolute;
    left:17px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
}

.header-b__search-icon img {
    display:block;
}

.header-b__search-input {
    height:28px;
    width:100%;
    box-sizing:border-box;
    font:17px/1.5 'PT Sans', sans-serif;
    padding:0 16px 0 32px;
    color:#333;
    border-radius: 16px;
    background: #F2F3F4;
    border:1px solid transparent;
    cursor:pointer;
}

.header-b__search-input:hover {
    background:#d3d3d3;
}

.header-b:has(.header-b__search-input:focus) .header-b__menu {
    display:none;
}

.header-b:has(.header-b__search-input:focus) .header-b__search {
    max-width:initial;;
    padding:0 0 0 25px;
}

.header-b:has(.header-b__search-input:focus) .header-b__search-input:hover {
    background: #F2F3F4;
    cursor:text
}

.header-b:has(.header-b__search-input:focus) .header-b__search-icon {
    left:37px;
}

.header-b__search-input:focus {
    border-color:#51C95F;
}

.header-b__search-input::placeholder {
    color:#A6A7A9;
}

.header-b__cart {
    display:flex;
    align-items:center;
    gap:9px;
    font-size:17px;
    margin:0 0 0 25px;
    flex:none;
}

.header-b__cart:hover {
    color:#51C95F
}

.header-b__cart span {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:35px;
    border:2px solid #51C95F;
    min-width:26px;
    padding:0 6px;
    height:26px;
    font-size:16px;
}

.header-b__burger {
    display: none;
}

.header-b__hiddenmobile {
    display:none;
}

.header-b .sticky-wrapper .header-b__main {
    z-index:300 !important
}

.header-b .sticky-wrapper.is-sticky .header-b__main {
    box-shadow:0 10px 15px rgba(0,0,0,.1);
}

@media screen and (max-width:750px) {
    .header-b__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 62px;
    }
    .header-b__burger i {
        background: #333;
        width: 25px;
        display: block;
        margin: 3px 0;
        height: 2px;
        -webkit-transition: width 0.1s linear;
        transition: width 0.1s linear;
    }
    .header-b__burger i:first-child {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
    }
    .header-b__burger i:nth-child(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
    .header-b__burger i:nth-child(3) {
        position: relative;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
    }
    .header-b__burger_active i:first-child {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
    }
    .header-b__burger_active i:nth-child(2) {
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
    .header-b__burger_active i:nth-child(3) {
        top: -8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: top 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
    }

    .header-b__top {
        display:none;
    }

    .header-b__main {
        height:54px;
    }

    .header-b__toggle {
        display:none;
        position: absolute;
        top: 54px;
        border-top:1px solid #ddd;
        height: 100vh;
        height: calc(calc(var(--vh, 1vh) * 100) - 54px);
        overflow-y: auto;
        right: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding:20px 16px 30px;
    }

    /*.header-b__toggle::-webkit-scrollbar {*/
    /*    display: none;*/
    /*}*/

    .header-b__menu {
        margin:15px 0 30px;
        display:block;
    }

    .header-b__menu-links {
        border:0;
        border-left:2px solid transparent;
        padding:0;
        height:initial;
    }

	.header-b:has(.header-b__search-input:focus) .header-b__search {
		padding:0;
	}

	.header-b:has(.header-b__search-input:focus) .header-b__search-icon {
		left:17px;
	}

    .header-b__item {
        margin:0 0 15px;
    }

    .header-b__item:last-child {
        margin:0;
    }

    .header-b__menu-links_active {
        border-color:#51C95F !important;
    }

    .header-b__drop {
        display:none;
    }

    .header-b__cart {
        position:absolute;
        top:18px;
        right:16px;
    }

    .header-b__hiddenmobile {
        display:block;
    }

    .header-b__actions {
        flex-wrap:wrap;
        grid-row-gap:10px;
        justify-content:space-between;
        margin:30px 0 0;
    }

	.header-b__item.has-items:after{
		content: "";
		width: 18px;
		height: 18px;
		background: url(/img/arrow-right.svg) no-repeat;
		position: absolute;
		display: inline-block;
		left: 95%;
		top: 2px;
	}

	.header-b_item-title:before{
		content: "";
		width: 18px;
		height: 18px;
		background: url(/img/full-arrow-left.svg) no-repeat;
		position: relative;
		display: inline-block;
		margin: 0 10px 0 0;
		top: 3px;
	}
}
/*new header end*/

/*new main styles*/

.gray-bg {
    background:#f5f5f5;
    padding:15px 0
}

/* Content
---------------------
 */
.content-b {
    box-sizing:border-box;
    font:18px/1.5 'PT Sans', Arial, sans-serif;
    color:#494949;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    border-radius:5px;
    background:#fff;
    padding:16px 26px;
    margin:0 0 16px;
}

.content-b_padding {
    padding:32px 46px 17px 33px
}

.content-b * {
    box-sizing:border-box
}

.content-b a {
    text-decoration:none;
    outline:none;
}
.content-b a:focus {
    outline:none;
}

.content-b a:hover {
    transition:.15s linear
}


/* Sub
---------------------
 */
.sub-b {
	/* Inline нужен для переноса по словам (Юлии это очень надо) */
    display: inline;
    flex-wrap:wrap;
    margin:0 0 12px;
    font-size:14px;
}

.sub-b__item {
	display: inline;
}

.sub-b__item:after {
    content:'';
    margin:0 6px;
    background:url('assets/imgs/arrow-gray.svg') no-repeat;
    width:5px;
    height:8px;
    display:inline-block;
}

.sub-b__item:last-child:after {
    display:none
}

.sub-b__links {
    color:#333437;
    border-bottom:1px solid rgba(51,52,55,.3)
}

.sub-b__links:hover {
    color:#333437;
    border-bottom:1px solid rgba(51,52,55,.7)
}


/* Article
---------------------
 */
.article-b:not(.article-full) {
    max-width:64%
}

.article-b iframe {
    width:100%;
	height: 400px;
    border-radius:4px;
}

.article-b__title {
    margin:0 0 42px;
    font-weight:bold;
    line-height:1.3;
    font-size:30px;
    color:#343434
}

.article-b__title_h2 {
    font-size: 42px;
    margin:0 0 20px;
}

.article-b p,
.page_b__seotext p
{
    margin:0 0 15px;
}

.article-b p:last-child {
    margin:0 0 28px;
}

.article-b p:only-child {
    margin:0 0 15px
}

.article-b__content p:last-child {
    margin:0
}

.article-b ul {
    margin:0 0 20px 42px;
    list-style:disc
}

.article-b ul:only-child {
    margin-bottom:0
}

.article-b ol {
    margin:0 0 20px 42px;
    list-style:decimal;
    list-style-position: outside
}

.article-b ul li, .article-b ol li {
    margin:0 0 8px
}

.article-b blockquote {
    margin:28px 0;
    /*display:flex;*/
    justify-content:center;
    padding:36px 36px 50px;
    border-radius:4px;
    background:rgba(86, 194, 98,.2)
}

.article-b blockquote span {
    max-width:310px;
    display:block;
    color:#494949
}

.article-b__grid {
    display:flex;
    margin:42px 0;
    margin-right:-58%;
}

.article-b__content {
    width:64%
}
.article-b__text{
    width: auto;
}

.article-b__text h3.h2,
h1.h2,
h2.h2 {
	font-weight: bold;
	line-height: 1.3;
	color: #494949;
	margin: 57px 0 20px;

	border: none;
	position: relative;
	text-align: left;
	padding: 0;
}

.article-b__text h2.h2:after,
h1.h2:after,
h2.h2:after {
	content: '';
	background: none !important;
}

.article-b__sidebar {
	width: 35%;
	/*padding-left: 93px;*/

}

.article-b__link {
	color:#56c262
}

.article-b__link:hover {
	color:#3ea249
}

.article-b__link_dashed {
	border-bottom:1px dashed rgba(86, 194, 98,.3)
}

.article-b__link_dashed:hover {
	color:#3ea249;
	border-bottom:1px dashed rgba(86, 194, 98,.6)
}

.article-b__navigation ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}

.article-b__navigation li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.article-b__navigation li::before {
	content: '';
}

.article-b__sidebar.article-b__navigation {
	padding-left: 0;
	text-align: left;
	display: block;
}

.article-b__sidebar.article-b__navigation.article-b__navigation__mobile {
	display: none;
	/*padding-top: 25px;*/
	/*margin-left: -40px;*/
}

.button {
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(92, 163, 50, 0.57);
	border: solid 1px rgb(71, 171, 82);
	background-color: rgb(86, 194, 98);
	height:40px;
	color:#fff;
	padding:0 24px 2px;
	font:16px/1.3 'PT Sans', Arial, sans-serif;
	outline:none;
	margin:0 0 10px
}

.button:hover {
	box-shadow: 0 1px 2px 0 rgba(92, 163, 50, 0.1);
	background: rgb(71, 171, 82);
	color:#fff
}

.button-full-width {
	width: 100%;
	max-width: 100% !important;
}

.attention,
.block-get-consultation,
.comment-b {
	margin:1em 0 42px;
	border-radius: 5px;
	border: solid 1px rgba(86, 194, 98, .5);
	padding:21px 26px;
	font-size:18px;
	line-height:24px;
}

.comment-b a {
	border-bottom: 1px dashed rgba(86, 194, 98, .3);
	color: #56c262;
}

.comment-b a:hover {
	text-decoration: none;
	color: #56c262;
}

.comment-b__title {
	margin:0 0 8px;
	font-weight:bold;
	line-height:24px;
	max-width:500px;
}

.comment-b__text {
	max-width:500px;
}


.stock-b__list {
	margin:0 -8px 0 0;
	display:flex;
	flex-wrap:wrap;
}

.stock-b__item {
	width:33.3%;
	padding:0 8px 0 0;
	margin:0 0 42px;
}

.stock-b__item a {
	text-decoration: none;
	color: initial;
	border-bottom: none;
}

.stock-b__item a:hover {
	text-decoration: none;
	border-bottom: none;
}

.stock-b__block {
	display:block;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	color:#333
}

.stock-b__block img {
	display:block;
	margin:0 0 15px;
	width:100%;
	border-radius:4px;
	object-fit:cover
}

.stock-b__title {
	display:block;
	font-weight:bold;
}

.stock-b__block:hover .stock-b__title {
	color:#56c262;
	transition:.15s linear
}


.article-b table,
.table-b {
	margin:0 0 52px;
}

.article-b table,
.table-b table {
	width:100%;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.article-b .page_b__seotext table{
    white-space: wrap;
}

.article-b table tbody,
.table-b table tbody {
	display: table;
	width: 100%;
}

.article-b table th,
.table-b th {
	border-bottom:1px solid rgba(73, 73, 73, 0.4);
	padding:0 0 9px;
	text-align:left;
	font-weight:bold
}

.article-b table td, .table-b th,
.table-b td, .table-b th {
	/*width:30%;*/
	font-size:16px;
	line-height:24px;
}

.article-b table td,
.table-b td {
	padding: 6px 0 6px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	text-align: center;
}

.article-b table tbody tr:first-child td,
.table-b tbody tr:first-child td {
	/*padding-top:14px;*/
}

.article-b table th:first-child,
.article-b td:first-child,
.table-b th:first-child,
.table-b td:first-child {
	font-weight:normal;
}

.article-b table tr:nth-child(2n+1) td,
.table-b table tr:nth-child(2n+1) td {
	background: rgba(0, 0, 0, 0.02);
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-origin: initial;
	background-clip: initial;
}

/*.contact-page.other-pages .table {*/
/*	width: 100%;*/
/*	max-width: 100%;*/
/*	margin-bottom: 20px;*/
/*}*/

/*.contact-page .table tbody tr td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {*/
/*	padding: 8px;*/
/*	line-height: 1.42857143;*/
/*	vertical-align: top;*/
/*	border-top: 1px solid #ddd;*/
/*}*/


/* Card
----------------
 */
.goods-b__block {
    display:block;
    font-size:16px;
    line-height:24px;
    color:#333;
    width: 100%;
}

.goods-b__pic {
    max-width: 100%;
    display: block;
    margin: 0 0 10px;
    height: 206px;
    object-fit: contain;
}

.blog_detail .goods-b__pic {
	height: auto;
}

.goods-b__title {
    display:table;
    margin:0 0 8px;
    border-bottom:1px solid rgba(51,51,55,.3)
}

.goods-b__block:hover .goods-b__title {
    color:#56c262;
    border-bottom:1px solid rgba(86, 194, 98, 0.3);
    transition:.15s linear
}

.goods-b__price {
    display:block;
    font-weight:bold;
}



/* Anchor
--------------
 */
.anchor-b {
    font-size:14px;
    line-height:1.4
}

.article-b__sidebar.article-b__navigation .anchor-b {
	font-size: 16px;
}

.anchor-b__link {
    display:block
}

.anchor-b__link span {
    color:#494949;
    border-bottom:1px dashed rgba(60,60,60,.3);
}

.anchor-b__link:hover span {
    color:#333;
    border-bottom:1px dashed rgba(60,60,60,.7);
    transition:.15s linear
}


/* Information
--------------
 */
.inform-b {
    margin:0 0 28px;
}

.inform-b__field {
    display:flex;
    align-items:center;
    font-size:16px;
    line-height:24px;
    margin:0 0 16px
}

.inform-b__label {
    color:rgba(73, 73, 73, 0.6);
    width:245px;
}

.inform-b__value {
    width:calc(100% - 251px);
}


/* Gallery
--------------
 */
.gallery-b {
    margin:0 0 28px
}

.gallery-b__list {
    display:flex;
    flex-flow:row;
    margin:0 -5px 0 0;
	margin-right: -58%;
}
.blog_detail .gallery-b__list{
    gap: 25px;
}

.gallery-b__item {
    margin:0 0 10px;
    padding-right:5px;
    width:64%
}

.gallery-b__item img {
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
    border-radius:4px;
}

.gallery-b__note {
    font-size:14px;
    color:#333;
    font-style:italic;
    opacity:.5;
    margin: 10px 0;
}
.goods-b{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Reviews
--------------
 */
.reviews-b {
    border-left:2px solid #56c262;
    padding-left:10px;
    position:relative;
    color:#494949;
    font-size:14px;
    line-height:20px;
}

.reviews-b__all {
    display:inline-flex;
    margin:2px 0 0 !important;
    color:#333 !important;
    border-bottom:1px solid rgba(51,51,55,.3) !important;
}
.reviews-b__all:hover {
    color: #3ea249 !important;
    border-bottom: 1px solid rgba(86, 194, 98, .6) !important
}

.reviews-b_row .reviews-b__all {
    margin:0 0 0 5px;
}

.reviews-b__title {
    margin:0 0 4px;
    color:#343434;
    opacity:.5
}

.reviews-b__name {
    margin:0 0 4px;
    font-size:16px;
    font-style:italic;
    font-weight:bold;
    color:#494949
}

.reviews-b__stars {
    margin:0 0 7px;
    display:flex;
}

.reviews-b__arrows {
    position:absolute;
    left:12px;
    bottom:-37px;
    display:flex;
}

.head-b {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 10px;
}

.head-b__title {
    font-weight:bold;
    font-size:16px;
}

.head-b .reviews-b__arrows {
    position:initial;
}

.reviews-b__arrow {
    margin:0 6px 0 0;
    cursor:pointer;
    outline:none;
    width:24px;
    height:24px;
    background-color: rgba(73, 73, 73, 0.1);
    transition:.15s linear;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.head-b .reviews-b__arrow {
    margin:0 0 0 6px
}

.reviews-b__arrow:hover {
    background-color: rgba(73, 73, 73, 0.15);
}

.reviews-b__arrow img {
    display:block
}

.reviews-b__arrow-prev img {
    transform:rotate(180deg)
}

.reviews-b_row .reviews-b__name {
    display:inline-flex;
    font-size:18px;
    color:#494949;
    margin:0 0 8px;
}
.reviews-b_row .reviews-b__stars {
    display:inline-flex;
    margin:1px 0 0 8px;
}

.reviews-b_row {
    position:relative;
    border-radius: 4px;
    border: solid 1px rgba(73, 73, 73, 0.1);
    background-color: rgb(255, 255, 255);
    padding:0;
    border-left:6px solid rgb(86, 194, 98)
}
.reviews-b_row .reviews-b__item {
    padding:18px 60px 25px 19px;
}
.reviews-b_row .reviews-b__text {
    font-size:16px;
    line-height:24px;
}
/*.reviews-b_row .reviews-b__text a{*/
/*    color: #333;*/
/*    border-bottom: 1px solid rgba(51, 51, 55, .3);*/
/*}*/
.reviews-b_row .reviews-b__arrows {
    left:initial;
    bottom:initial;
    top:-50px;
    right:-5px;
}



.banner-b {
    padding:33px 25px 36px;
    color:#fff !important;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:340px;
    border-radius:4px;
}

.banner-b__title {
    margin:0 0 10px;
    display:block;
    font-weight:bold;
    line-height:1.3;
    font-size:22px;
}

.banner-b__text {
    margin:0 0 20px;
    font-size:17px;
    line-height:1.3;
    display:block;
}

.banner-b__button {
    margin:0 -6px;
}

.banner-b__button .button {
    border:0;
    font-size:18px;
    font-weight:bold;
    height:48px;
    width:100%;
    margin:0;
    padding:0 0 1px;
    box-shadow:none;
}

.banner-b:hover .button {
    transition:.15s linear;
    background: rgb(71, 171, 82);
    color:#fff
}




/* Also
--------------
 */
.also-b {
    margin:34px 0 21px;
}

.also-b__title {
    font-size:26px;
    font-weight:bold;
    color:#333
}

.also-b__more {
    font-size:16px;
    display:flex;
    align-items:center;
    margin:4px 0 0;
}

.also-b__more:hover {
    color:#3ea249
}

.also-b__more svg {
    margin:2px 0 0 7px;
    fill:#333437
}

.also-b__more:hover svg {
    fill:#3ea249;
    transition:.15s linear
}

.also-b__head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 25px;
}

.also-b__list {
    margin:0 -30px 0 0;
    display:flex;
    flex-wrap:wrap;
}

.also-b__list.video-slider {
	margin-right: 0;
}

.also-b__item {
    min-width:25%;
    padding:0 30px 30px 0;
}

.also-b__item.flex {
	flex: 1 1 0;
}

.also-b__item.inside-slick {
	min-width: initial;
}

.also-b__block {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:14px 17px 14px 13px;
    position:relative;
    color:#fff !important;
    overflow:hidden;
	width: 100%;
	aspect-ratio: 100/55;
}

.also-b__pic {
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    border-radius:4px;
}

.also-b__pic:after {
    content:'';
    width:100%;
    height:100%;
    pointer-events:none;
    transition:.15s linear;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgb(51, 51, 51), rgb(51, 51, 51));
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    right:0;
    opacity:.7
}

.also-b__block:hover .also-b__pic:after {
    transition:.15s linear;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgb(51, 51, 51), rgb(51, 51, 51));
    opacity:.8
}

.also-b__pic img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}

.also-b__label {
    position:relative;
    z-index:2;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
}

.also-b__read {
    position:relative;
    z-index:2;
    font-size:14px;
    opacity:0;
    transition:.15s linear
}

.also-b__block:hover .also-b__read {
    opacity:1
}


/* Catalog
----------------
 */
.catalog-b {
    margin: 30px 0;
    /*border-top:1px solid rgba(51,51,51,.5)*/
}

.contact-page.other-pages + .catalog-b {
	margin: 0;
	padding: 0;
	border-top: none;
}

.catalog-b__title {
    margin:0 0 20px;
    font-size:26px;
    line-height:32px;
    font-weight:bold;
    color:#333;
}
.head-b > .catalog-b__title {
	margin: 0;
	padding: 15px 0;
}

.catalog-b__text {
    max-width:609px;
    margin:0 0 20px;
}

.catalog-b__list {
    margin:0 -40px -17px 0;
    display:flex;
    flex-wrap:wrap;
}

.catalog-b__item {
    width:25%;
    padding-right:40px;
    margin:0 0 50px;
}




/* Photos
--------------
 */
.photos-b {
    margin:0 0 28px;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    background:#333;
    border-radius:4px;
}

.fotorama__fullscreen-icon {
    background: none scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
    top:30px !important;
    right:30px !important;
    width:42px !important;
    height:42px !important;
    position:absolute;
    display:block;
    background:url('/local/img/close.png') no-repeat !important;
    background-size:cover !important;
    z-index: 999 !important;
    transform:none !important;
    opacity:1 !important
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
    background-position:0 -42px
}

.fotorama__thumb-border {
    display:none !important
}

.fotorama__nav__frame--thumb {
    margin:0;
    padding:0;
    opacity:.5;
    transition:.15s linear
}

.fotorama__nav__frame--thumb:hover {
    opacity:.75;
}

.fotorama__nav__frame--thumb.fotorama__active {
    transition:.15s linear;
    opacity:1;
}

.fotorama__thumb {
    border-radius:4px;
}

.fotorama__arr {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    width:120px !important;
    height:100% !important;
    top:0 !important;
    margin:0 !important;
    opacity:0 !important
}

.photos-b:hover .fotorama__arr {
    opacity:1 !important
}

.fotorama--fullscreen .fotorama__arr {
    width:15%;
    opacity:1 !important
}
.fotorama--fullscreen .fotorama__img {
    max-width:100%;
    max-height:100%;
    height:initial !important;
    width:initial !important;
    position:initial !important;
    object-fit:contain
}
.fotorama--fullscreen .fotorama__stage__frame {
    display:flex;
    align-items:center;
    justify-content:center
}
.fotorama__arr:after {
    content:'';
    top:50%;
    width:23px;
    height:40px;
    position:absolute;
    display:block;
    transform:translateY(-50%);
    background:url('/local/img/slider-arrows.png') no-repeat;
    background-size:cover;
}
.fotorama__arr:hover:after {
    background-position:0 -40px
}

.fotorama__arr.fotorama__arr--next {
    right:0;
}

.fotorama__arr.fotorama__arr--next:after {
    right:25px
}

.fotorama__arr.fotorama__arr--prev {
    left:0;
}

.fotorama__arr.fotorama__arr--prev:after {
    left:25px;
    margin-top:-4px;
    transform:translateY(-50%) rotate(180deg);
}

.fotorama__arr--disabled {
    opacity: 0 !important;
}


.fotorama__caption__wrap {
    font-family:'PT Sans', Arial, sans-serif;
    width:100%;
    color:#fff;
    font-size:14px;
    font-style:italic;
    padding:9px 11px 10px !important;
    background:rgba(51,51,51,.2) !important;
    border-radius:0 0 4px 4px !important
}



.show-on-mobile {
    display:none
}


/* Adaptive
---------------
 */

@media screen and (max-width: 990px){
    .header-b__drop{
        left: -100px;
    }
}

@media screen and (max-width: 900px){
    .header-b__drop{
        left: -245px;
    }
    .header-b__item[data-section-code='pamyatniki'] .header-b__drop{
        left: -210px;
    }
}
.hide-on-desktop {
    display:none;
}

@media screen and (max-width:750px) {

    .show-on-mobile {
        display:block
    }

    .hide-on-mobile {
        display:none
    }
    .hide-on-desktop {
        display:block;
    }
    .article-b__grid {
        margin:22px 0
    }

	.article-b:not(.article-full),
    .article-b {
        max-width:100%;
        padding:0
    }

	.article-b__text img{
		/*height: 100%;*/
	}

    .article-b__grid {
        margin-right:0;
        flex-wrap:wrap
    }

    .article-b__content {
        width:100%;
        margin:0 0 42px;
    }

    .article-b__sidebar {
        width:100%;
		padding-left: 0;
    }

    .article-b__title {
        font-size:24px;
        margin:0 0 25px;
    }

    .article-b__title_h2 {
        margin:0 0 10px;
        font-size: 42px;
    }

	.article-b__text h3.h2, h1.h2{
		margin: 37px 0 10px;
		font-size: 20px;
	}

    .article-b blockquote {
        padding: 25px 30px 35px 30px;
    }

    .comment-b {
        padding: 25px 30px 35px 30px;
    }

    .inform-b__field {
        flex-wrap:wrap;
    }

    .inform-b__label {
        width:100%;
    }

    .inform-b__value {
        width:100%;
    }

    .catalog-b{
        margin:0 0 42px;
    }

    .also-b {
        margin:0 0 30px;
    }

    .content-b {
        border-radius:0;
        padding:8px 20px 8px 16px
    }

    .content-b_padding {
        padding:15px 20px 15px 16px;
    }

    .gallery-b__list {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap:initial;
        margin:0 -20px 0 0 !important;
    }

    .gallery-b__item {
        width:auto;
        padding:0 16px 0 0;
        min-width:150px;
    }

    .gallery-b__item:first-child {
        /*padding-left:16px;*/
        min-width:162px;
    }

    .also-b__head {
        margin:0 0 15px;
    }

    .also-b__title {
        font-size:20px;
    }

    .also-b__more {
        margin:0
    }

    .also-b__list {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap:initial;
        margin:0 -20px 0 -16px;
    }

    .also-b__item {
        width:auto;
        padding:0 16px 0 0;
        min-width:250px;
    }

    .also-b__item:first-child {
        padding-left:16px;
        min-width:262px;
    }

    .catalog-b__title {
        font-size:20px;
        line-height:1.3;
        margin:0 0 15px;
    }

    .catalog-b__list {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap:initial;
        margin:0 -20px 0 -16px;
    }

    .catalog-b__item:not(.slick-slide) {
        width:auto;
        padding:0 16px 0 0;
        min-width:50%;
        margin:0 0 30px
    }

    .catalog-b__item:first-child {
        padding-left:16px;
    }



    .photos-b:hover .fotorama__arr {
        display:none !important
    }

    .stock-b__list {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap:initial;
        /*margin:0 -20px 0 -16px;*/
    }

    .stock-b__item {
        width:auto;
        padding:0 16px 0 0;
        min-width:210px;
    }

    .stock-b__item:first-child {
        min-width:222px;
    }


    .table-b {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap:initial;
        white-space:nowrap;
        margin:0 -20px 42px -16px;
    }


    .table-b table td, .table-b table th{
        padding-left:16px;
        padding-right:16px;
    }


    .reviews-b_row .reviews-b__arrows {
        top:-41px;
    }

    .banner-b {
        min-height:auto;
        padding:22px;
    }

    .article-b__sidebar .reviews-b_row {
        margin:0 0 42px;
    }


    .fotorama--fullscreen .fotorama__fullscreen-icon {
        top:15px !important;
        right:15px !important;
        width:21px !important;
        height:21px !important;
    }
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover {
        background-position:0 -21px
    }

    .gallery-b__item img {
        height:174px;
    }

    .article-b iframe {
        height:190px
    }

    .also-b__read {
        opacity:1
    }

	.article-b__sidebar.article-b__navigation.article-b__navigation__mobile {
		display: block;
	}

	.article-b__sidebar.article-b__navigation {
		display: none;
	}
    .goods-b__pic{
        width: 100%;
    }
	ul.hide-on-desktop {
		margin: 0 0 20px 0
	}
}

/*@media screen and (max-width:450px) {*/
/*    .gallery-b__list::-webkit-scrollbar {*/
/*        display: none*/
/*    }*/

/*    .also-b__list::-webkit-scrollbar {*/
/*        display: none*/
/*    }*/

/*    .catalog-b__list::-webkit-scrollbar {*/
/*        display: none*/
/*    }*/

/*    .stock-b__list::-webkit-scrollbar {*/
/*        display: none*/
/*    }*/

/*    .table-b::-webkit-scrollbar {*/
/*        display: none*/
/*    }*/
/*}*/


/*new main styles end*/

/*new footer*/

.footer-b {
    background:#f5f5f5;
    font:16px/1.5 'PT Sans', sans-serif;
    color:#333;
    padding:30px 0 12px;
}

.footer-b * {
    font-size:15px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}

.footer-b__main {
    display:flex;
    gap:30px;
    margin:0 0 38px;
    padding:26px 0 0;
    border-top:1px solid #CDCDCD;
    flex-wrap:wrap;
}

.footer-b__column_start {
    max-width:220px;
}

.footer-b__delivery {
    margin:0 0 20px;
    color:#333;
    line-height:1.5;
    font-size:16px;
}

.footer-b__delivery a {
    color:#333;
    line-height:1.2;
    display:inline-block;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.footer-b__delivery a:hover {
    border-color:currentColor
}

.footer-b__phone {
    color:#333;
    display:block;
    font-size:18px;
}

.footer-b__time {
    font-style:italic;
    opacity: 0.7;
    color:#333;
    font-size:16px;
}

.footer-b__label {
    margin:0 0 8px;
    font-size:16px;
    letter-spacing: 0.9px;
    font-weight:bold;
    text-transform:uppercase;
}

.footer-b__label a {
    color:#333;
    border-bottom:1px solid rgba(0,0,0,.1);
}

.footer-b__label a:hover {
    border-color:currentColor
}

.footer-b__item {
    margin:0 0 10px;
}

.footer-b__item:last-child {
    margin:0;
}

.footer-b__links {
    color:#333;
    border-bottom:1px solid rgba(0,0,0,.1);
}

.footer-b__links:hover {
    border-color:currentColor
}

.footer-b__end {
    display:flex;
    align-items:flex-end;
    justify-content:space-between
}

.footer-b__copy {
    font-size:12px;
    color:rgba(91, 91, 91, .8);
}

.footer-b__copy a {
    color:rgba(91, 91, 91, .8);
    font-size:12px;
    border-bottom:1px solid rgba(0,0,0,.1);
    margin:0 0 0 10px;
}

.footer-b__copy a:hover {
    border-bottom:1px solid currentColor;
}

.footer-b__actions {
    display:flex;
    align-items:center;
    gap:12px;
}

.footer-b__social {
    display:flex;
    align-items:center;
    gap:8px;
}

.footer-b__social img {
    opacity:.5;
    transition:.15s linear;
    display:block;
}

.footer-b__social a:hover img {
    opacity:.9;
}

.footer-b__note {
    font-size:14px;
    color:#5B5B5B;
    line-height:1.2;
}


@media screen and (max-width:950px) {
    .footer-b * {
        font-size:13px;
    }

    .footer-b__main {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        padding-left:14px;
        padding-right:14px;
        gap:25px;
        grid-row-gap:25px;
    }

    .footer-b__delivery {
        font-size:14px;
        line-height:1.3;
    }

    .footer-b__phone {
        font-size:16px;
    }

    .footer-b__time {
        font-size:13px;
    }

    .footer-b__label a {
        font-size:16px;
    }

    .footer-b__end {
        flex-wrap:wrap;
        padding-left:14px;
        padding-right:14px;
    }

    .footer-b__copy {
        display:grid;
        grid-template-columns: repeat(1,1fr);
        margin:0 0 25px;
    }

    .footer-b__copy a {
        border:0;
        margin:0
    }
}

/*new footer end*/

/* Blog
-------------------
 */
.blog-b {
    color:#343434
}

.blog-b__title {
    font-weight:bold;
    margin:0 0 20px;
    font-size:42px;
    line-height:1.2;
}

.blog-b__tags {
    margin:0 0 42px;
    display:flex;
    flex-wrap:wrap;
    font-size:16px;
}

.blog-b__tags-links {
    display:inline-flex;
    margin:0 10px 14px 0;
    border-radius: 3px;
    /*border: solid 1px rgba(86, 194, 98,.5);*/
    transition:.15s linear;
    padding:0 12px 2px;
    height:29px;
    align-items:center;
}

.blog-b__tags-links:hover {
    color:#56c262;
    border-color:#56c262
}

.blog-b__tags-links_active {
    color:#fff !important;
    background:#56c262;
    border-color:#56c262
}

.blog-b__list {

}

.blog-b__item {
    margin:0 0 33px
}

.blog-b__block {
    display:flex;
    justify-content:space-between
}

.blog-b__photo {
    width:235px;
    display:block
}

.blog-b__photo img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:4px;
    transition:.15s linear
}

.blog-b__about {
    width:calc(100% - 269px);
    color:#343434;
    min-height:144px;
    display:flex;
    flex-direction:column;
    /*padding:2px 58px 5px 0*/
}

.blog-b__label {
    margin:0 0 8px;
    display:block;
    font-weight:bold;
    font-size:20px;
    transition:.15s linear
}

.blog-b__text {
    display:block;
    margin:0 0 11px;
    color:#494949;
    font-size:16px;
    line-height:24px;
}

.blog-b__actions {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:auto 0 0
}

.blog-b__category {
    display:flex;
    flex-wrap:wrap;
    margin:0 0 -4px
}

.blog-b__category-links {
    display:inline-flex;
    align-items:center;
    border-radius: 9px;
    background-color: rgba(73, 73, 73, .05);
    padding:0 9px;
    color:rgba(52,52,52,.8);
    font-size:12px;
    height:20px;
    transition:.15s linear;
    cursor:pointer;
    margin:0 4px 4px 0
}

.blog-b__category-links:hover {
    background-color: rgba(73, 73, 73, .1);
}

.blog-b__date {
    opacity:.4;
    font-size:12px;
}

.blog-b__block:hover .blog-b__photo img {
    filter: brightness(0.9)
}

.blog-b__block:hover .blog-b__label {
    color:#56c262
}

/* Paging
-------------------
 */
.paging-b {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 55px;
    margin:-8px -12px;
    font-size:16px;
}

.paging-b__arrow {
    display:flex;
    align-items:center;
}

.paging-b__arrow a {
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 18px
}

.paging-b__arrow_double.paging-b__arrow_reverse {
    position:relative;
    top:-1px;
}

.paging-b__arrow_reverse svg {
    transform:scale(-1,-1)
}

.paging-b__arrow svg {
    fill:#333;
    transition:.15s linear
}

.paging-b__arrow a:hover svg {
    fill:#56c262
}

.paging-b__list {
    display:flex;
    align-items:center;
}

.paging-b__links {
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 15px
}

.paging-b__links:hover {
    color:#56c262
}

.paging-b__links span {
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:100%;
}

.paging-b__links_active span {
    background:#56c262;
    color:#fff
}
.paging-b__links_active span a{
	pointer-events: none;
}

.swiper-button-next {
	background: url("/bitrix/templates/main/assets/imgs/arrow_catalog_slider.svg") no-repeat center !important;
	opacity: 0.8; !important;
	filter: drop-shadow(0px 2px 3px rgb(24, 24, 24)) !important;
}

.swiper-button-next:hover {
	background: url("/bitrix/templates/main/assets/imgs/arrow_catalog_slider.svg") no-repeat center !important;
	opacity: 1; !important;
	filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 1)) !important;
}

.swiper-button-next:after {
	display: none;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.1);
}

.swiper-pagination-progressbar-fill {
	background: rgb(106, 192, 57) !important;
	transition: width 0.3s ease;
}

.page_b__list--item .item_pic img {
	max-width: 100%;
	object-fit: cover;
	height: auto
}

/* Adaptive
---------------
 */
@media screen and (max-width:750px) {
    .blog-b {
        padding:0
    }

    .blog-b__tags {
        margin:0 0 30px;
        font-size:14px;
    }

    .blog-b__tags-links {
        height:26px;
        padding:0 12px 0;
        margin:0 5px 8px 0
    }

    .blog-b__block {
        display:block;
    }

    .blog-b__photo {
        width:100%;
        margin:0 0 10px;
    }

    .blog-b__photo img {
        height:auto;
        object-fit:initial
    }

    .blog-b__about {
        min-height:initial;
        padding:0;
        width:100%;
    }

    .blog-b__label {
        font-size:18px;
        margin:0 0 4px
    }

    .blog-b__text {
        font-size:14px;
        line-height:19px;
    }

    .paging-b {
        margin: -8px -20px -8px -16px;
        justify-content: center;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        flex-wrap: initial;
        padding:0;
    }

    .paging-b__list {
        padding:0 15px
    }

    .paging-b__links {
        padding:0 5px;
    }

    .paging-b__arrow {
        top:1px;
        position:relative;
    }
    .paging-b__arrow_double.paging-b__arrow_reverse {
        top:0
    }

    /*.paging-b::-webkit-scrollbar {*/
    /*    display: none*/
    /*}*/
}
.blog-right-sidebar {
    width: auto;
}
#article-navigation li{
    list-style: none;
}