.offcanvas .offcanvas-body {
    max-height: 100vh;
}

.c-list__custom-text-btn {
    padding-top: 2px;
}

.c-list__custom-text-btn a {
    font-size: 0.9rem;
    text-decoration: underline;
}

#catalogSectionListWrap + a[name="detail"] {
    scroll-margin-top: 120px;
}
@media (max-width: 767.98px) { 
    #basketResultToast{
        /* display: none; */
    }
 }
.rdd-breadcrumbs__list{display:flex;padding:0}
@media (max-width: 768px) {
    .bx-breadcrumb .bx-breadcrumb-item {
        line-height: 17px;
        font-size: 12px;
        width: auto;
    }
}
@media (max-width: 991px){.prod__yandex-rate{padding-bottom:30px}}

.cross {
  position: relative;
  width: 30px;
  height: 30px;
}

.cross::before,
.cross::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: black;
  transform-origin: center;
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}


/* страница Корп.клиентам */
.crpage_block{
	margin-bottom: 100px;
}
.crpage_descr{
	margin-left: 16px;
	margin-right: 16px;
	padding: 48px;
	border-radius: 16px;
	background: url('/include/img/bg_nabor.png')no-repeat bottom 0 right 55px #F8E7EE5C;
}
.crpage_descr h1{
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 24px;
}
ul.rline{
	padding-left: 0;
  	list-style: none;
  	margin-bottom: 48px;
}
.rline li{
	position: relative;
	padding-left: 13px;
	font-size: 16px;
	min-height: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}
.rline li:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 24px;
	content: '';
	display: block;
	background: #962956;
}
.crpage_top_bts{
	display: flex;
	flex-wrap: wrap;
}
.crpage_top_bts .btn{
	width: 240px;
	margin-right: 20px;
}
.crpage_top_bts .btn_light{
	display: flex;
  	align-items: center;
  	justify-content: center;
	color: #000;
}
.crpage_block h2{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 48px;
}
.cr_help_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}
.cr_help_item{
	width: 420px;
	flex_shrink: 0;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.cr_help_item_img{
	flex-shrink: 0;
	height: 90px;
	width: 90px;
	margin-right: 24px;
	text-align: center;
	border: 1px solid #E8DDE1;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cr_help_item_img img{
	height: 100%;
	max-height: 68px;
}
.cr_help_item p{
	margin-bottom: 0;
}
p.cr_help_item_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.cr_form_spec{
	padding: 64px 24px 64px 64px;
	border-radius: 16px;
	background: url('/include/img/bg_corp_form.png')no-repeat left top #962956;
	display: flex;
	align-items: center;
}
.cr_form_spec h3{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 1;
	color: #fff;
}
p.cr_form_spec_descr{
	color: #fff;
}
.cr_form_body{
	width: 100%;
}
.cr_form_spec_left{
	flex-shrink: 0;
	margin-right: 30px;
}
.korpg_form_spec_wrapper .fields-wrapper{
	display: flex;
	width: 100%;
	align-items: center;
}
.bt_sub_block{
	width: 400px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.korpg_form_spec_wrapper .fields-wrapper .phone_field{
	width: 100%;
	margin-right: 24px;
}
.korpg_form_spec_wrapper .fields-wrapper .phone_field input{
	height: 48px;
	padding: 0 16px;
	font-size: 16px;
	color: #5F5F5F;
	border: 1px solid #E8DDE1;
	border-radius: 8px;
	width: 100%;
}
.bt_sub_block input{
	width: 100%;
	height: 48px;
	border: -0;
	border-radius: 8px;
	background: #fff;
	color: #962956;
	text-transform: uppercase;
	max-width: 200px;
}
.bt_sub_block p{
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	margin: 0 0 0 16px;
}
.cr_why_we_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.why_we_col{
	width: 200px;
	border: 1px solid #E8DDE1;
	border-radius: 8px;
	padding: 32px 5px 20px;
	text-align: center;
}
.why_we_icon{
	margin-bottom: 16px;
}
.why_we_name{
	font-size: 16px;
	margin-bottom: 4px;
}
.why_we_text{
	color: #5F5F5F;
	font-size: 14px;
}
.stclient_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.stclient_item{
	width: 245px;
	margin-bottom: 24px;
	border: 1px solid #E8DDE1;
	border-radius: 8px;
	padding: 24px 15px 24px;
}
.stclient_item_img{
	height: 175px;
	margin-bottom: 24px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #FEF6FB;
}
.stclient_item_descr{
	padding: 0 12px;
}
.stclient_item_shag{
	display: flex;
	width: 54px;
	height: 24px;
	margin-bottom: 48px;
	background: #962956;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.stclient_item_text{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
.ourcp_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.ourcp_col{
	width: 200px;
	height: 165px;
	background: #F5F5F5;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ourcp_col img{
	max-width: 190px;
}
.cr_review{
	padding: 64px;
	background: #F5F5F5;
}
.cr_review.crpage_block{
	margin-bottom: 0;
}
.review_item{
	padding: 16px;
	border-radius: 8px;
	background: #fff;
}
.review_item_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.review_item_stars span{
	background: url('/include/img/star.svg')no-repeat center center;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.review_item_data{
	color: #5F5F5F;
}
.review_item_bot{
	margin-bottom: 16px;
}
p.review_item_name{
	margin-bottom: 5px;
}
p.review_item_txt{
	font-size: 14px;
	line-height: 20px;
	height: 60px;
  	overflow: hidden;
}
.review_item_txt.active{
	height: auto;
}
.review_item_more{
	display: inline-block;
	color: #962956;
	cursor: pointer;
}
.review_item_more.hide{
	display: none;
}
.cr_predl_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cr_predl_item{
	width: calc(50% - 12px);
	min-width: 450px;
	margin-bottom: 24px;
	border: 1px solid #E8DDE1;
	border-radius: 8px;
	padding: 5px;
	display: flex;
	align-items: center;
}
.cr_predl_item_img{
	width: 200px;
	height: 160px;
	border-radius: 8px;
	flex-shrink: 0;
	margin-right: 48px;
	overflow: hidden;
}
.cr_predl_item_img img{
	height: 100%;
	max-width: unset;
}
.cr_predl_item_right{
	width: 100%;
}
.cr_predl_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.cr_predl_item_right ul.rline{
	margin-bottom: 0;
}
.cr_predl_item_right .rline li {
  	position: relative;
  	padding-left: 10px;
  	font-size: 14px;
	line-height: 20px;
  	min-height: 20px;
  	margin-bottom: 5px;
  	font-weight: 400;
  	color: #5F5F5F;
}
.cr_predl_item_right .rline li:before {
  	top: 2px;
  	width: 2px;
  	height: 16px;
}
.cr_predl_bt .btn.p-card__btn{
	max-width: 240px;
}
.cr_botform{
	border-radius: 16px;
	background: url('/include/img/cp_form_bg.png')no-repeat left top #962956;
	padding: 64px;
	margin-bottom: 50px;
}
.cr_botform_wrap{
	background: #fff;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 8px;
}
.cr_botform_wrap .fields-wrapper{
	max-width: 630px;
	margin: 0 auto;
}
.cr_botform_wrap .c-form-group.drop-area {
  	min-height: 48px;
  	padding: 11px 0;
}
.cr_botform_wrap .c-form-group textarea{
	height: 100px;
}
.cr_botform_wrap .c-form-group input{
	height: 48px;
}
.faq_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq_list_col{
	width: calc(50% - 12px);
}
.faq_item{
	margin-bottom: 24px;
	background: #F5F5F5;
	border-radius: 16px;
	padding: 16px 24px;
}
.faq_item_top{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	cursor: pointer;
}
.faq_item.active .faq_arrow{
	transform: rotate(180deg);
}
.faq_item.active .faq_arrow svg path{
	fill: #962956;
}
.faq_item_text{
	display: none;
}
.faq_item.active .faq_item_top{
	margin-bottom: 10px;
}
.faq_item.active .faq_item_text{
	display: block;
}
.faq_item_name{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.rline.corp_listul{
	max-width: 530px;
	display: flex;
	flex-wrap: wrap;
}
.rline.corp_listul li:nth-child(2n+1){
	width: 150px;
	margin-right: 30px;
}
/* END страница Корп.клиентам */

.nf_404{
	padding: 45px 0;
	display: flex;
  	align-items: center;
	border-bottom: 1px solid #E8DDE1;
	margin-bottom: 48px;
}
h2.title_404{
	margin-bottom: 16px;
}
.nf_text{
	max-width: 440px;
}
.nf_text p{
	font-size: 14px;
}
.nf_text .p-card__btn{
	max-width: 240px;
}
.nf_popular{
	margin-bottom: 48px;
}
.nf_popular h2{
	margin-bottom: 24px;
}


@media (max-width: 1400px){
	.crpage_block {
  		margin-bottom: 60px;
		flex-wrap: wrap;
	}
	.crpage_block h2 {
  		margin-bottom: 40px;
  		text-align: center;
	}
	.cr_review.crpage_block h2{
		text-align: left;
	}
	.cr_why_we_list {
  		justify-content: center;
	}
	.why_we_col{
		margin: 0 15px 20px
	}
	.stclient_list {
  		justify-content: center;
	}
	.stclient_item {
  		margin: 0 15px 20px;
	}
	.crpage_top_bts {
  		justify-content: center;
	}
	.ourcp_list{
		justify-content: center;
	}
	.ourcp_col{
		margin: 0 15px 20px;
	}
	.crpage_descr{
		background: url('/include/img/bg_nabor.png')no-repeat bottom 0 right 10px #F8E7EE5C;
	}
	.cr_form_spec_left {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.cr_form_spec h3 {
  		margin-bottom: 10px;
	}

}
@media (max-width: 992px){
	main {
  		background: #fff;
	}
	.cr_predl_item {
  		width: 100%;
  		min-width: unset;
	}
	.faq_list_col {
  		width: 100%;
	}
}
@media (max-width: 768px){
	.crpage_block h2 {
    	margin-bottom: 20px;
    	font-size: 24px;
  	}
	.crpage_top_bts .p-card__btn{
		margin-bottom: 20px;
	}
	.crpage_top_bts .btn {
  		width: 260px;
  		margin-right: 0;
	}
	.crpage_top_bts .btn_light {
  		padding: 8px 0;
	}
	.korpg_form_spec_wrapper .fields-wrapper {
  		flex-wrap: wrap;
	}
	.korpg_form_spec_wrapper .fields-wrapper .phone_field {
  		margin-right: 0;
  		margin-bottom: 20px;
	}
	.cr_form_spec {
  		padding: 30px 30px;
	}
	p.cr_form_spec_descr {
  		margin-bottom: 30px;
	}
	.bt_sub_block {
  		width: 100%;
	}
	.bt_sub_block input {
  		height: 42px;
	}
	.cr_help_list {
  		justify-content: center;
	}
	.cr_help_item {
  		width: 100%;
  		margin-bottom: 20px;
	}
	p.cr_help_item_title {
  		margin-bottom: 1px;
	}
	.cr_help_item p {
	}
	.cr_help_item p br{
		display: none;
	}
	.crpage_descr h1 {
  		font-size: 32px;
  		margin-bottom: 15px;
	}
	.nf_404 {
  		display: block;
	}
	.nf_img{
		margin-bottom: 40px;
		text-align: center;
	}
	.nf_img img{
		max-width: 100%;
	}
	.crpage_descr{
		background: #F8E7EE5C;
	}
}
@media (max-width: 460px){
	.crpage_descr {
  		padding: 16px;
	}
	.crpage_top_bts .btn {
    	width: 100%;
	}
	.crpage_descr .p-card__btn {
    	padding: 8px;
  	}
	.cr_predl_item_img {
  		width: 100px;
  		height: 110px;
  		margin-right: 10px;
	}
	.cr_botform {
  		padding: 20px;
	}
	.cr_review {
  		padding: 16px;
	}
	p.review_item_name {
  		font-size: 14px;
	}
	p.review_item_txt {
  		font-size: 12px;
  		line-height: 16px;
  		height: 50px;
	}
	.review_item_more {
  		font-size: 14px;
	}
	.crpage_block h2 {
	    font-size: 20px;
  	}
	.ourcp_col {
		margin: 0 5px 15px;
		width: calc(50% - 10px);
		height: 120px;
		padding: 10px;
	}
	.ourcp_col img {
  		width: 100%;
	}
	.crpage_descr h1 {
    	font-size: 24px;
	}
	.crpage_block {
	    margin-bottom: 40px;
  	}
	.faq_item {
  		margin-bottom: 18px;
  		border-radius: 12px;
  		padding: 10px 18px;
	}
	.faq_item_name {
  		font-size: 15px;
	}
	.faq_item_text p{
  		font-size: 14px;
	}
	.bt_sub_block {
  		width: 100%;
  		display: block;
	}

}
