.bx-soa-section-hide {
    display: none;
}

#catalog_slide {
	pointer-events: none;
}

.catalog-list__price .current span {
	margin-right: 5px;
}

.radio-img input[type='checkbox'] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.radio-img input[type='checkbox']:checked ~ .radio-img__wrap::before{
	border-color: #ffd120;
}

.radio-img input[type='checkbox']:hover ~ .radio-img__wrap::before {
	box-shadow: 0px 0px 24px rgba(213, 160, 0, 0.24);
}
.order__body .container-fluid{
	padding-right: 0;
	padding-left: 0;
}

form .status, .win-ajax-form form .status{
	margin:1em 0
}
form .status.error, .win-ajax-form form .status.error{
	color:red
}
form .status.success, .win-ajax-form form .status.success{
	color:green
}
form  .hid{
	display:none;
}

@media(min-width: 992px) {
	/*.btn-catalog__wrap:hover #catalog_slide {
		opacity: 1;
		pointer-events: auto;
	}*/

	#catalog_slide {
		top: 107px;
		padding-top: 23px;
	}

	/*.btn-catalog__wrap:hover #catalog_slide .main-menu__block {
		pointer-events: auto;
	}*/
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
	.header__menu ul>li>a {
		padding: 2px 5px 4px;
		white-space: nowrap;
	}

	#catalog_slide {
		top: 126px;
		padding-top: 9px;
	}

	.header__main-wrap .logo {
		margin-right: 20px;
	}
}

.form-line__field[data-property-id-row='13']::before {
	display: none;
}

.form-line__field::before {
    content: " ";
    background-image: url(/local/templates/.default/images/check.svg);
    opacity: 1;
    width: 14px;
    height: 13px;
    position: absolute;
    right: 14px;
    background-position: center;
    z-index: 2;
	top: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
}


.form-line__field.is-valid::before {
	opacity: 1;
}


.form-line__input input[type=password] {
	display: block;
	font-family: OpenSans;
	font-size: 13px;
	color: #3F484F;
	line-height: 19px;
	padding: 0 14px;
	border: 1px solid #9EA3A7;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	outline: 0;
	transition: border-color 0.3s ease;
}

.auth-link a {
	color: #eebd00;
    font-size: 14px;
    font-weight: 700;
    transition: color .3s ease;
}

.auth-btn {
	margin: 15px 0;
}

.check--auth {
    display: inline-flex;
    align-items: center;
    float: none;
}

.check--auth label {
	margin-bottom: 0;
}

.check--auth .check__box {
    background-color: transparent;
    margin-right: 5px;
}

.total-price__row .old-price {
    text-decoration: line-through;
    opacity: 0.5;
    margin-left: 8px;
}


.header .btn-control  .btn-control__item:nth-child(2) {
	display: none;
}

.header .btn-control  .btn-control__item:nth-child(3) {
	display: none;
}

.card__control .btn-control__item:nth-child(2) {
	display: none;
}

.card__control .btn-control__item:nth-child(1) {
	display: none;
}

.plit .btn-control {
	display: none;
}

.header__fixed~.menu-catalog {
	display: none;
}

.similar__slider .plit__item {
    width: 100%;
    margin: 0;
}

.similar__slider .plit__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.similar__slider .plit__item:hover .plit__wrap {
    border-color: #f2f2f2;
    box-shadow: none;
}

.similar__slider.slick-initialized .slick-slide {
    padding: 0 15px;
}

.similar__slider.associated .slick-arrow {
    top: 50%;
    transform: translateY(50%);
}

.info-block {
	display: none;
}

.radio-img__img {
	background-position: center;
    background-repeat: no-repeat;
}

.bx-soa-pp-company-desc a {
	position: relative;
    z-index: 5;
	transition: color 0.3s ease;
}

.bx-soa-pp-company-desc a:hover {
	color: #ffd120;
}

.bx-soa-pp-company .radio-img__wrap:hover::before {
    box-shadow: 0px 0px 24px rgba(213, 160, 0, 0.24);
}

.catalog-list__body {
    flex-grow: 1;
}


@media (min-width: 960px) {
	.catalog-list__price {
		width: 180px;
	}

	.catalog-list__img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.fanera-table-link {
	transition: color 0.3s ease;
}

.fanera-table-link:hover {
	color: #eebd00;
}

.td-buy__block form {
    display: flex;
    align-items: center;
}

.td-buy__block form .btn-basket {
	margin-left: 10px;
}

.tag {
	display: flex;
	flex-wrap: wrap;
}

.tag__item {
	padding: 3px 12px;
	font-size: 11px;
	line-height: 15px;
	color: #3F484F;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	border-radius: 15px;
	transition: background-color 0.3s, color 0.3s ease;
}

.tag__item:hover {
    background-color: #ffd120;
    color: #fff;
}

.tag__item.is-active {
    background-color: #ffd120;
    color: #fff;
}


.cross-line{
	position: relative;
	display: inline-block;
}

.cross-line::before{
	content: '';
	width: 58%;
	height: 3px;
	background: red;
	left: -4%;
	top: 50%;
	display: block;
	transform: rotate(-13deg);
	position: absolute;
}

.section-sale-terr{
	background-image: url(../images/plasterboard/terrak.png);
	padding-top: 149px;
	padding-bottom: 148px;
	background-size: cover;
}

@media (max-width: 480px){
	.section-sale-terr{
		background-image: url(../images/plasterboard/terrak.png);
		padding-top: 90px;
		padding-bottom: 85px;
		background-size: cover;
	}
}

/**** FILTER *****/
.slider__info .bx-filter-parameters-box-container-block {
    display: flex;
    align-items: center;
}

.slider__info  i {
	font-size: 14px;
    line-height: 19px;
    color: #9ea3a7;
    text-transform: lowercase;
    font-style: normal
}

.bx-filter .slider .bx-ui-slider-handle {
    width: 18px;
    height: 18px;
    border: 4px solid #efb400;
    background-color: #fff;
	border-radius: 50%;
	margin-top: -10px;
}

.bx-filter .slider .bx-ui-slider-pricebar-v {
	background: #eebd00;
}

.bx-filter .slider .bx-ui-slider-track {
	height: 4px;
}

.bx-filter .slider .bx-ui-slider-handle.left {
	margin-left: -8px;
}

.bx-filter .slider .bx-ui-slider-handle.right {
	margin-right: -8px;
}

.bx-filter .slider .bx-ui-slider-pricebar-vn {
	background-color: #d3d4d5;
}

.bx-filter .slider .bx-ui-slider-part {
	display: none;
}

.bx-filter .slider .bx-ui-slider-track-container {
    padding-top: 25px;
    padding-bottom: 20px;
}

.bx-filter .slider .bx-ui-slider-pricebar-vd {
    z-index: initial;
}

.bx-filter .slider .bx-ui-slider-pricebar-v {
    z-index: initial;
}

.bx-filter .slider .bx-ui-slider-range {
    z-index: initial;
}

.bx-filter .slider .bx-ui-slider-pricebar-vn {
    z-index: inherit;
}

.bx-filter-parameters-box-container {
    padding-bottom: 0;
}

.filter .radio {
    display: inline-flex;
    align-items: center;
	float: none;
}

.filter .check .bx-filter-input-checkbox{
	display: inline-flex;
    align-items: center;
}

.bx-filter .bx-filter-section {
	padding: 0;
}

.filter .check__wrap {
	display: flex;
    flex-direction: column;
}

.filter .radio__box:before {
    top: 13px;
}

.filter .radio__name {
    padding-top: 0;
}

.pay {
	margin-top: -8px;
}

.pay h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 140.6%;
}

.pay table {
	width: 656px;
}

.pay table td:nth-child(1) {
	width: 60%;
}

.pay table td {
	font-size: 13px;
	line-height: 18px;
    padding: 12px 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.pay table tr {

	background-color: rgba(211, 212, 213, 0.5);
}

.pay table tr:nth-child(even) {
	background-color: #F2F2F2;
}

.pay__table-wrap {
	overflow-x: auto;
}

@media(max-width: 480px) {
	.pay table {
		width: 400px;
	}
}

.img-block {
	margin-top: 16px;
}

.img-block img {
	margin-bottom: 15px;
	margin-right: 15px;
}


.menu-tab {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-tab ul {
	position: absolute;
    left: 294px;
    padding: 24px;
    top: 0;
    width: 876px;
    background: rgba(211, 212, 213, 0.8);
	opacity: 0;
	bottom: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-tab ul li a {
	font-size: 16px;
	line-height: 27px;
	color: #3F484F;
}

.menu-tab>li:first-child {
	/*position: relative;*/
}

.menu-tab>li {
    display: inline-flex;
}

.menu-tab>li:first-child::after {
    content: " ";
    position: absolute;
    left: 10px;
    width: 284px;
    height: 1px;
    background-color: #D3D4D5;
    top: 0;
}

.menu-tab ul li a:hover {
	color: #fff;
}

.menu-tab ul li:hover ul {
	opacity: 1;
	pointer-events: none;
}

.menu-tab__title {
    height: 56px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #F2F2F2;
    width: 294px;
	padding-left: 22px;
	padding-right: 15px;
    display: inline-flex;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: -1px;
	transition: background-color 0.3s, color 0.3s ease;
}


.menu-tab__title::before {
    content: " ";
    position: absolute;
    left: 0;
    width: 4px;
    background-color: #D3D4D5;
    top: 3px;
	bottom: 3px;
	transition: opacity 0.3s ease;
}

.menu-tab__title::after {
    content: " ";
    position: absolute;
    right: 0;
	width: 284px;
	height: 1px;
    background-color: #D3D4D5;
	bottom: 0;

}

@media(min-width: 992px) {

	.menu-tab>li.is-hover ul {
		bottom: 0;
		pointer-events: none;
	}

	.menu-tab>li.is-hover:hover ul {
		opacity: 1;
		pointer-events: auto;
	}

	.menu-tab>li:hover .menu-tab__title {
		color: #3F484F;
		background: rgba(211, 212, 213, 0.8);
		text-decoration: none;
	}

	.menu-tab>li:hover .menu-tab__title::before {
		opacity: 0;
	}

	.menu-tab>li:hover ul {
		opacity: 1;
		pointer-events: auto;
	}
}

.main-menu__head {
    font-weight: 800;
    font-size: 24px;
    line-height: 43px;
    color: #EFB400;
    margin-bottom: 15px;
}

.header.is-fixed .header__main {
    margin-bottom: 0;
}


.header.is-fixed #catalog_slide {
    top: 57px;
}

@media screen and (max-width: 1600px) {
	.header.is-fixed {
		height: auto;
	}

	.header.is-fixed #catalog_slide {
		top: 126px;
		left: 0;
	}
}


@media (min-width: 992px) {
	.menu-tab>li.is-hover .menu-tab__title {
		color: #3F484F;
		background: rgba(211, 212, 213, 0.8);
		text-decoration: none;
	}

	.btn-catalog__wrap .menu-tab>li.is-hover ul {
		pointer-events: none;
	}

	.menu-tab>li.is-hover ul {
		opacity: 1;
		pointer-events: auto;
	}
}

.main-gooods__title {
	display: inline-flex;
    margin: 5px 0 14px;
    max-height: 36px;
    min-height: 36px;
    overflow: hidden;
}

@media (max-width: 560px) {
	.shares__main-block .shares__title {
		font-size: 20px;
	}

	.shares__main-block .shares__tool {
		font-size: 12px;
		padding: 9px 15px 5px;
		height: 37px;
		left: 17px;
	}

	.main-product__item {
		width: 100%;
	}
}

.form-line__field.has-error::before {
	display: none;
}

.form-line__field[data-property-id-row="6"]::before {
	right: 35px;
}

.section-main {
	overflow: hidden;
}

.bx-filter .bx-filter-popup-result {
    color: #fff;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 160%;
    background-color: #efb400;
    border-image: none !important;
    border: 0;
    padding: 6px 10px;
    border-radius: 5px;
    right: -66px !important;
    width: 92px;
    min-height: initial;
}

.bx-filter .bx-filter-popup-result a {
	color: #3f484f;
}

.bx-filter .bx-filter-popup-result::before {
    content: " ";
    position: absolute;
    border: 6px solid transparent;
    border-right: 6px solid #efb400;
    top: 15px;
    left: -12px;
}

.board__slider {
	width: calc((100vw - 1170px)/2 + 415px);
    height: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.board__slider .slick-list {
	height: 100%;
}

.board__slider .slick-track {
	height: 100%;
}

.board__slider .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
    z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	transition: background-color 0.3s ease;
}

.board__slider .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 1);
}

.board__slider .slick-arrow i {
	font-size: 37px;
	line-height: 1;
	color: #eebd00;
}

.board__slider .slick-arrow.slick-prev {
	left: 0;
	padding-bottom: 4px;
    padding-right: 5px;
}


.board__slider .slick-arrow.slick-next {
	right: 0;
	padding-bottom: 4px;
    padding-left: 5px;
}

.board__slider-item {
	width: calc((100vw - 1170px)/2 + 415px);
    height: 100%;
    background-position: center;
	background-size: cover;
	display: block;
}

.board__slider-item img {
	opacity: 0;
}


@media (max-width: 768px) {
	.board__slider {
		width: 100%;
	}

	.board__slider-item { 
		width: 100%;
	}
}

.slider-items {
	margin: 20px 0;
}

.slider-items .detail-list__item,
.slider-items .item-list__item {
	max-width: 22%;
	text-align: center;
	padding: 0 10px;
}

.slider-items .detail-list__img,
.slider-items .item-list__img {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-items .detail-list__img img,
.slider-items .item-list__img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.slider-items .slick-next {
	left: calc(100% + 20px);
	right: auto;
}

.slider-items .slick-prev {
	right: calc(100% + 20px);
	left: auto;
}

.slider-items .slick-arrow {
	position: absolute;
    background-color: #eebd00;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    outline: 0;
    cursor: pointer;
}

.slider-items .slick-arrow .fa {
    color: #fff;
    font-size: 30px;
}

.slider-items .slick-prev .fa {
    margin-right: 4px;
    margin-top: -3px;
}

.slider-items .slick-next .fa {
    margin-left: 4px;
    margin-top: -3px;
}

.slider-items .detail-list__name,
.slider-items .item-list__name {
	font-weight: 700;
	margin-top: 10px;
	display: block;
	margin-bottom: 5px;
}

.slider-items .detail-list__btn,
.slider-items .item-list__btn {
	margin-top: 10px;
}

@media (max-width: 1300px) {
	.slider-items .slick-next {
		left: auto;
		right: 0;
	}
	
	.slider-items .slick-prev {
		right: auto;
		left: 0;
	}
}



@media (min-width: 992px) {
	.btn-catalog__wrap #catalog_slide.is-active .menu-tab>li.is-hover ul {
		pointer-events: auto;
	}
}


.text-block {
	overflow: hidden;
}

.text-block__link {
	cursor: pointer;
	display: inline-flex;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #3F484F;
	margin-bottom: 18px;
	border-bottom: 2px dashed transparent;
	transition: border-color 0.3s, color 0.3s ease;
}

.text-block__body {
	float: left;
	padding-left: 87px;
	width: calc(100% - 307px);
}

.text-block__aside {
	width: 307px;	
	float: left;
}

.text-block__link:hover {
	color:  #FFD120;
}

.text-block__link.is-active {
	border-bottom: 2px dashed #FFD120;
	color:  #FFD120;
}

.text-block__section {
	margin-bottom: 88px;
}

.text-block__section:last-child {
	margin-bottom: 0;
}

.text-block__section .btn--transparent {
    transition: background-color .3s ease;
    height: 24px;
    font-family: OpenSans;
    font-size: 11px;
    line-height: 15px;
    padding: 0 14px;
    padding-bottom: 1px;
	color: #efb400;
	margin-top: 10px;	
}

.text-block__section p {
	font-size: 13px;
    line-height: 21px;
}

.text-block__section .btn--transparent:before {
    border: 1px solid #eebd00;
    border-bottom: 1px solid #eebd00;
	border-top: 0;
}

.text-block__section .btn--transparent:after {
	border: 1px solid #eebd00;
    border-top: 1px solid #eebd00;
    border-bottom: 0;
}

.text-block .size__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}

.text-block .size__img {
	width: 171px;
}

.text-block .size__img img {
	max-width: 100%;
}

.text-block .size__info {
	font-size: 13px;
	line-height: 21px;
}

.text-block__title {
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 33px;
}

.text-block .grade__item {
	flex-direction: row;
}

.text-block .grade__img {
    width: 108px;
    height: 108px;
    margin-right: 30px;
    margin-bottom: 0;
}

.text-block .grade__item {
	margin-bottom: 25px;
}

.text-block .grade__item:last-child {
	margin-bottom: 0;
}

.text-block .grade__name {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: -8px;
}

.text-block .grade__text {
	font-size: 13px;
	line-height: 21px;
}

.text-block .section-advantages__info {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: auto;
    margin: 0;
    text-align: left;
    margin-bottom: 34px;
    margin-top: -13px;
}

.text-block .advantages-inner__wrap {
	display: flex;
	flex-wrap: wrap;
}

.text-block .advantages-inner__item {
	width: 50%;
}

.text-block .plywood-manuf__item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.text-block .plywood-manuf__img {
    margin-bottom: 0;
    width: 166px;
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 31px;
}

.text-block .plywood-manuf__text {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
}

@media(max-width: 992px) {
	.text-block__body {
		padding-left: 35px;
	}
}

@media(max-width: 768px) {
	.text-block__aside {
		display: none;
	}

	.text-block__body {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	.text-block__section {
		margin-bottom: 50px;
	}

	.text-block__title {
		font-weight: bold;
		font-size: 23px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.text-block .plywood-manuf__text {
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
	}
}